diff options
author | Simon Glass <sjg@chromium.org> | 2014-03-22 17:12:59 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2014-05-09 14:47:57 -0600 |
commit | 75b3c3aa843911f152098acf8eb551d6bb9d4f13 (patch) | |
tree | 8cc5c49995467de26af94c9ef8f17786d07aafef /README | |
parent | ad0e4639545b0928a3673114962ee1f3e56402d7 (diff) |
sandbox: Update and expand the README
Now that sandbox has a good base of features, the README is quite out of
date. Update it, and document the new features.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'README')
-rw-r--r-- | README | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -264,6 +264,17 @@ e.g. "make cogent_mpc8xx_config". And also configure the cogent directory according to the instructions in cogent/README. +Sandbox Environment: +-------------------- + +U-Boot can be built natively to run on a Linux host using the 'sandbox' +board. This allows feature development which is not board- or architecture- +specific to be undertaken on a native platform. The sandbox is also used to +run some of U-Boot's tests. + +See board/sandbox/sandbox/README.sandbox for more details. + + Configuration Options: ---------------------- |