u-boot-brain/arch/sandbox
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 sandbox: Allow reading/writing of RAM buffer 2014-01-08 17:25:03 -07:00
include/asm sandbox: Allow reading/writing of RAM buffer 2014-01-08 17:25:03 -07:00
lib sandbox: convert makefiles to Kbuild style 2013-10-31 13:26:44 -04:00
config.mk Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00