diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2004-03-22 04:23:57 +0000 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2004-03-22 04:23:57 +0000 |
commit | 7ebb9e9eb87ffb400aa09430c582b1a51b7fc5c7 (patch) | |
tree | cdc3c5b07662fe2cb4d3cced0bef7d22e71e230c /targets/ibm/e325 | |
parent | 132f2c49003a647c3d063de0efe42a2ed64fc3b3 (diff) |
updates for the E325
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1460 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'targets/ibm/e325')
-rw-r--r-- | targets/ibm/e325/Config.lb | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/targets/ibm/e325/Config.lb b/targets/ibm/e325/Config.lb index 9ec7bd37ae..5ac275ab93 100644 --- a/targets/ibm/e325/Config.lb +++ b/targets/ibm/e325/Config.lb @@ -10,6 +10,8 @@ uses CONFIG_COMPRESS uses CONFIG_IOAPIC uses CONFIG_ROM_STREAM uses CONFIG_ROM_STREAM_START +uses CONFIG_SERIAL_POST +uses NO_POST uses CONFIG_UDELAY_TSC uses CPU_FIXUP uses FALLBACK_SIZE @@ -51,9 +53,11 @@ uses LINUXBIOS_EXTRA_VERSION option CONFIG_CHIP_CONFIGURE=1 -option MAXIMUM_CONSOLE_LOGLEVEL=8 -option DEFAULT_CONSOLE_LOGLEVEL=8 +option MAXIMUM_CONSOLE_LOGLEVEL=9 +option DEFAULT_CONSOLE_LOGLEVEL=9 option CONFIG_CONSOLE_SERIAL8250=1 +option CONFIG_SERIAL_POST=1 +option NO_POST=0 option CPU_FIXUP=1 option CONFIG_UDELAY_TSC=0 |