projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97cb092
)
x86: Add a default address for reference code
author
Simon Glass
<sjg@chromium.org>
Sat, 12 Mar 2016 05:07:31 +0000
(22:07 -0700)
committer
Bin Meng
<bmeng.cn@gmail.com>
Thu, 17 Mar 2016 02:27:26 +0000
(10:27 +0800)
Add an address which can be used for loading and running the reference code
when needed.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
include/configs/x86-chromebook.h
patch
|
blob
|
history
diff --git
a/include/configs/x86-chromebook.h
b/include/configs/x86-chromebook.h
index c575dab92ae5e8197088bdcc4cb8c4d47c664d16..057d4bef0c50f0f9908869daead21727d92b2b79 100644
(file)
--- 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}, \