summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2013-02-24 20:29:23 +0000
committerSimon Glass <sjg@chromium.org>2013-02-28 19:09:24 -0800
commitecdbf419f9c979cb6417df261c324c5beb63300d (patch)
treee76d037ab4e1afa4543b2acad7861a3491821905 /include
parentd20a40de9db07de1f1f06a79a4da1cdda5379b75 (diff)
downloadblackbird-obmc-uboot-ecdbf419f9c979cb6417df261c324c5beb63300d.tar.gz
blackbird-obmc-uboot-ecdbf419f9c979cb6417df261c324c5beb63300d.zip
sandbox: config: Enable hash functions and mtest
Enable the hash command and sha1/256 hashing for sandbox. Also use a better address for memory testing (since the existing one is set up for linux host memory space). Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/configs/sandbox.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h
index 9c431bf27a..9f51a0b813 100644
--- a/include/configs/sandbox.h
+++ b/include/configs/sandbox.h
@@ -63,8 +63,8 @@
#define CONFIG_SYS_HZ 1000
/* Memory things - we don't really want a memory test */
-#define CONFIG_SYS_LOAD_ADDR 0x10000000
-#define CONFIG_SYS_MEMTEST_START 0x10000000
+#define CONFIG_SYS_LOAD_ADDR 0x00000000
+#define CONFIG_SYS_MEMTEST_START 0x00100000
#define CONFIG_SYS_MEMTEST_END (CONFIG_SYS_MEMTEST_START + 0x1000)
#define CONFIG_PHYS_64BIT
@@ -85,6 +85,11 @@
#undef CONFIG_CMD_NET
#undef CONFIG_CMD_NFS
+#define CONFIG_CMD_HASH
+#define CONFIG_HASH_VERIFY
+#define CONFIG_SHA1
+#define CONFIG_SHA256
+
#define CONFIG_BOOTARGS ""
#define CONFIG_EXTRA_ENV_SETTINGS "stdin=serial\0" \
OpenPOWER on IntegriCloud