u-boot/arch/sandbox/cpu
Simon Glass 5c2859cdc3 sandbox: Allow reading/writing of RAM buffer
It is useful to be able to save and restore the RAM contents of sandbox
U-Boot either for setting up tests, for later analysys, or for chaining
together multiple tests which need to keep the same memory contents.

Add a function to provide a memory file for U-Boot. This is read on
start-up and written when shutting down. If the file does not exist
on start-up, it will be created when shutting down.

Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Simon Glass <sjg@chromium.org>
2014-01-08 17:25:03 -07:00
..
cpu.c sandbox: Allow reading/writing of RAM buffer 2014-01-08 17:25:03 -07:00
Makefile sandbox: Use system headers first for sandbox's os.c 2013-11-21 16:54:26 -07:00
os.c sandbox: Allow reading/writing of RAM buffer 2014-01-08 17:25:03 -07:00
start.c sandbox: Allow reading/writing of RAM buffer 2014-01-08 17:25:03 -07:00
state.c sandbox: Allow reading/writing of RAM buffer 2014-01-08 17:25:03 -07:00
u-boot.lds Coding Style cleanup: remove trailing white space 2013-10-14 16:06:53 -04:00