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 /include/serial.h | |
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 'include/serial.h')
-rw-r--r-- | include/serial.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/serial.h b/include/serial.h index fbc1036..a298a0b 100644 --- a/include/serial.h +++ b/include/serial.h @@ -32,7 +32,7 @@ extern struct serial_device *default_serial_console(void); defined(CONFIG_MB86R0x) || defined(CONFIG_MPC5xxx) || \ defined(CONFIG_MPC83xx) || defined(CONFIG_MPC85xx) || \ defined(CONFIG_MPC86xx) || defined(CONFIG_SYS_SC520) || \ - defined(CONFIG_TEGRA2) + defined(CONFIG_TEGRA2) || defined(CONFIG_SYS_COREBOOT) extern struct serial_device serial0_device; extern struct serial_device serial1_device; #if defined(CONFIG_SYS_NS16550_SERIAL) |