• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

src/04-Jan-2025-6117

CMakeLists.txtD04-Jan-2025220 96

README.txtD04-Jan-20251.1 KiB3824

prj.confD04-Jan-202515 21

testcase.yamlD04-Jan-2025424 2019

README.txt

1Title: Execute in Place (XIP) Support
2
3Description:
4
5This test verifies XIP is working
6
7--------------------------------------------------------------------------------
8
9Building and Running Project:
10
11This project outputs to the console.  It can be built and executed
12on QEMU as follows:
13
14    make run
15
16--------------------------------------------------------------------------------
17
18Troubleshooting:
19
20Problems caused by out-dated project information can be addressed by
21issuing one of the following commands then rebuilding the project:
22
23    make clean          # discard results of previous builds
24                        # but keep existing configuration info
25or
26    make pristine       # discard results of previous builds
27                        # and restore pre-defined configuration info
28
29--------------------------------------------------------------------------------
30
31Sample Output:
32
33Starting XIP tests
34===================================================================
35Test globals
36===================================================================
37PROJECT EXECUTION SUCCESSFUL
38