u-boot/arch/sandbox/cpu
Simon Glass 756c01422d sandbox: Support setting up the other FDT for testing
Provide a way to copy over the 'other' FDT when running tests. This loads
it and allocates memory for the copy, if not done already, then does the
copy.

Avoid using U-Boot's malloc() pool for these copies, at least for now,
since they are part of the test system.

Tidy up the cpu.c header files while here.

Signed-off-by: Simon Glass <sjg@chromium.org>
2022-09-29 16:10:43 -04:00
..
cache.c sandbox: implement invalidate_icache_all() 2020-12-22 20:39:25 -07:00
cpu.c sandbox: Support setting up the other FDT for testing 2022-09-29 16:10:43 -04:00
eth-raw-os.c sandbox: eth-raw: fix building with musl library 2022-01-25 14:02:38 -07:00
Makefile sandbox: fix build failure with musl and SDL 2022-02-09 12:26:12 -07:00
os.c sandbox: unblock signal before calling execv() 2022-09-25 08:30:05 -06:00
sdl.c video: sandbox: Avoid duplicate display windows 2021-12-26 23:02:19 +01:00
spl.c test: Allow running tests multiple times 2022-09-02 16:21:44 -04:00
start.c sandbox: Add a function to load a relative file path 2022-09-29 16:09:56 -04:00
state.c sandbox: Support loading the other FDT 2022-09-29 16:09:56 -04:00
u-boot-spl.lds linker_lists: Rename sections to remove . prefix 2022-06-23 12:58:18 -04:00
u-boot.lds linker_lists: Rename sections to remove . prefix 2022-06-23 12:58:18 -04:00