aboutsummaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2018-11-26 12:40:22 -0500
committerTom Rini <trini@konsulko.com>2018-11-26 12:40:22 -0500
commit6b21502229035779059493b2193fd790448fe85e (patch)
treee48319d91713218a49706b7526f147f2d56c7aee /board
parent5830791d91d1200854ef78fcb32f808c8080f0f0 (diff)
parentb0edea3c27af3bf7b959fa190a7fe9d7881153c5 (diff)
downloadu-boot-6b21502229035779059493b2193fd790448fe85e.zip
u-boot-6b21502229035779059493b2193fd790448fe85e.tar.gz
u-boot-6b21502229035779059493b2193fd790448fe85e.tar.bz2
Merge branch '2018-11-25-master-imports'
- Bring in the series from Simon for SPL logging support and bloblist
Diffstat (limited to 'board')
-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 0f59da4..9b09404 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>