summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2014-10-10 07:30:20 -0600
committerSimon Glass <sjg@chromium.org>2014-10-22 21:50:33 -0600
commitc0561d14c5c0adb57bc84f071225a8e742c9a30b (patch)
tree8ab4e6d8881b0e4ec3fbc5560717fd741a523541
parentc67161c1f1965efc5934697f5947cf65a2ea0a62 (diff)
downloadblackbird-obmc-uboot-c0561d14c5c0adb57bc84f071225a8e742c9a30b.tar.gz
blackbird-obmc-uboot-c0561d14c5c0adb57bc84f071225a8e742c9a30b.zip
x86: Enable FIT, ELF on coreboot
Enable FIT support and the bootelf command. Also change the default load address to somewhere other than the normal load address of the kernel, to allow for decompression without overwriting the original file. Signed-off-by: Simon Glass <sjg@chromium.org>
-rw-r--r--include/configs/coreboot.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/configs/coreboot.h b/include/configs/coreboot.h
index 5a006be17c..200b744e4f 100644
--- a/include/configs/coreboot.h
+++ b/include/configs/coreboot.h
@@ -40,6 +40,7 @@
#define CONFIG_BOOTSTAGE_USER_COUNT 60
#define CONFIG_LZO
+#define CONFIG_FIT
#undef CONFIG_ZLIB
#undef CONFIG_GZIP
@@ -194,6 +195,7 @@
#define CONFIG_CMD_EXT2
#define CONFIG_CMD_ZBOOT
+#define CONFIG_CMD_ELF
#define CONFIG_BOOTDELAY 2
#define CONFIG_BOOTARGS \
@@ -219,7 +221,7 @@
#define CONFIG_SYS_MEMTEST_START 0x00100000
#define CONFIG_SYS_MEMTEST_END 0x01000000
-#define CONFIG_SYS_LOAD_ADDR 0x100000
+#define CONFIG_SYS_LOAD_ADDR 0x02000000
/*-----------------------------------------------------------------------
* SDRAM Configuration
OpenPOWER on IntegriCloud