summaryrefslogtreecommitdiff
path: root/board/sandbox
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2018-11-15 18:43:59 -0700
committerTom Rini <trini@konsulko.com>2018-11-26 08:25:35 -0500
commit9946d557be409de5d598232f6e29c17809b9ac9d (patch)
tree3153e168723a476c3dbe7e09ffd3b3ad27b9697f /board/sandbox
parentc21f407bf01cf497fd03fe404c1f06bdb36c88f9 (diff)
sandbox: Add a memory map to the sandbox README
We have a few things in the memory map now, so add documentation for this to avoid confusion. Also note that it is possible to run all tests now. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board/sandbox')
-rw-r--r--board/sandbox/README.sandbox14
1 files changed, 13 insertions, 1 deletions
diff --git a/board/sandbox/README.sandbox b/board/sandbox/README.sandbox
index 0f59da4400..9b09404294 100644
--- a/board/sandbox/README.sandbox
+++ b/board/sandbox/README.sandbox
@@ -422,7 +422,19 @@ coverage in U-Boot is limited, as we need to work to improve it.
Note that many of these tests are implemented as commands which you can
run natively on your board if desired (and enabled).
-It would be useful to have a central script to run all of these.
+To run all tests use "make check".
+
+
+Memory Map
+----------
+
+Sandbox has its own emulated memory starting at 0. Here are some of the things
+that are mapped into that memory:
+
+ 0 CONFIG_SYS_FDT_LOAD_ADDR Device tree
+ e000 CONFIG_BLOBLIST_ADDR Blob list
+ 10000 CONFIG_MALLOC_F_ADDR Early memory allocation
+
--
Simon Glass <sjg@chromium.org>