[U-Boot] [PATCH 64/69] x86: Add a default address for reference code
Simon Glass
sjg at chromium.org
Mon Mar 7 03:28:47 CET 2016
Add an address which can be used for loading and running the reference code
when needed.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
include/configs/x86-chromebook.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/configs/x86-chromebook.h b/include/configs/x86-chromebook.h
index c575dab..057d4be 100644
--- a/include/configs/x86-chromebook.h
+++ b/include/configs/x86-chromebook.h
@@ -14,6 +14,8 @@
#define CONFIG_MISC_INIT_R
#define CONFIG_X86_MRC_ADDR 0xfffa0000
+#define CONFIG_X86_REFCODE_ADDR 0xffea0000
+#define CONFIG_X86_REFCODE_RUN_ADDR 0
#define CONFIG_SCSI_DEV_LIST \
{PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_NM10_AHCI}, \
--
2.7.0.rc3.207.g0ac5344
More information about the U-Boot
mailing list