diff options
author | Marc Jones <marc.jones@amd.com> | 2008-09-29 22:59:23 +0000 |
---|---|---|
committer | Marc Jones <marc.jones@amd.com> | 2008-09-29 22:59:23 +0000 |
commit | 2080bd9a41dfda32e740869be8dbbdbc2978211e (patch) | |
tree | dc1661740683c0ffbec951582bbf89eee168367b /src/mainboard/msi | |
parent | b246158f7798674a1df1f610e6bc4115721e67dc (diff) | |
download | coreboot-2080bd9a41dfda32e740869be8dbbdbc2978211e.tar.xz |
AMD K8 platforms must use CAR so it makes sense to use the PRINK_IN_CAR
option.
This patch converts the following patches to use PRTINK_IN_CAR
amd/serngeti_cheetah
msi/ms9185
msi/ms9828
supermicro/h8dmr
Signed-off-by: Marc Jones <marc.jones@amd.com>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3617 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/msi')
-rw-r--r-- | src/mainboard/msi/ms9185/Options.lb | 5 | ||||
-rw-r--r-- | src/mainboard/msi/ms9282/Options.lb | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/src/mainboard/msi/ms9185/Options.lb b/src/mainboard/msi/ms9185/Options.lb index d42fb1515c..c20b7d3868 100644 --- a/src/mainboard/msi/ms9185/Options.lb +++ b/src/mainboard/msi/ms9185/Options.lb @@ -104,7 +104,7 @@ uses LIFT_BSP_APIC_ID uses CONFIG_PCI_64BIT_PREF_MEM uses CONFIG_LB_MEM_TOPK - +uses CONFIG_USE_PRINTK_IN_CAR ### ### Build options @@ -222,7 +222,7 @@ default USE_DCACHE_RAM=1 default DCACHE_RAM_BASE=0xcc000 default DCACHE_RAM_SIZE=0x04000 default DCACHE_RAM_GLOBAL_VAR_SIZE=0x01000 -default CONFIG_USE_INIT=0 +default CONFIG_USE_INIT=0
## ## Build code to setup a generic IOAPIC @@ -287,6 +287,7 @@ default CONFIG_GDB_STUB=0 ## ## The Serial Console ## +default CONFIG_USE_PRINTK_IN_CAR=1 # To Enable the Serial Console default CONFIG_CONSOLE_SERIAL8250=1 diff --git a/src/mainboard/msi/ms9282/Options.lb b/src/mainboard/msi/ms9282/Options.lb index bef1e01f8c..2db8a24664 100644 --- a/src/mainboard/msi/ms9282/Options.lb +++ b/src/mainboard/msi/ms9282/Options.lb @@ -100,6 +100,7 @@ uses SB_HT_CHAIN_ON_BUS0 uses CONFIG_COMPRESSED_PAYLOAD_LZMA uses CONFIG_COMPRESSED_PAYLOAD_NRV2B uses CONFIG_PRECOMPRESSED_PAYLOAD +uses CONFIG_USE_PRINTK_IN_CAR
## ROM_SIZE is the size of boot ROM that this board will use. #512K bytes @@ -203,7 +204,6 @@ default ENABLE_APIC_EXT_ID=1 default APIC_ID_OFFSET=0x10 default LIFT_BSP_APIC_ID=0 - ## ## Build code to setup a generic IOAPIC ## @@ -267,7 +267,8 @@ default CONFIG_GDB_STUB=0 ## ## The Serial Console ## - +default CONFIG_USE_PRINTK_IN_CAR=1 +
# To Enable the Serial Console default CONFIG_CONSOLE_SERIAL8250=1 |