diff options
author | Gabe Black <gabeblack@chromium.org> | 2011-11-29 18:05:07 +0000 |
---|---|---|
committer | Graeme Russ <graeme.russ@gmail.com> | 2011-12-19 13:26:15 +1100 |
commit | ef5a5b004997a0759d6f5f3206a419f90d5ffac5 (patch) | |
tree | f22852e99dc7a86335e6745b216cd4a6a76b5db0 /boards.cfg | |
parent | 7b725f8485bcdd0be3cda40e435b783882bf18ec (diff) | |
download | u-boot-imx-ef5a5b004997a0759d6f5f3206a419f90d5ffac5.zip u-boot-imx-ef5a5b004997a0759d6f5f3206a419f90d5ffac5.tar.gz u-boot-imx-ef5a5b004997a0759d6f5f3206a419f90d5ffac5.tar.bz2 |
x86: Initial commit for running as a coreboot payload
Add a target for running u-boot as a coreboot payload in boards.cfg, a
board, CPU and a config. This is a skeleton implementation which always
reports the size of memory as 64 MB.
Signed-off-by: Gabe Black <gabeblack@chromium.org>
Diffstat (limited to 'boards.cfg')
-rw-r--r-- | boards.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1007,6 +1007,7 @@ gr_cpci_ax2000 sparc leon3 - gaisler gr_ep2s60 sparc leon3 - gaisler grsim sparc leon3 - gaisler gr_xc3s_1500 sparc leon3 - gaisler +coreboot-x86 x86 x86 coreboot chromebook-x86 coreboot coreboot:SYS_TEXT_BASE=0xFC0000 eNET x86 x86 eNET - sc520 eNET:SYS_TEXT_BASE=0x38040000 eNET_SRAM x86 x86 eNET - sc520 eNET:SYS_TEXT_BASE=0x19000000 # Target ARCH CPU Board name Vendor SoC Options |