diff options
author | Stefan Reinauer <stepan@openbios.org> | 2004-03-22 16:14:40 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2004-03-22 16:14:40 +0000 |
commit | a28f1c3183de9ed02e8a5c0de946c3dad60965d0 (patch) | |
tree | 420c29ac2580e630deda52c2c59269998ed132a5 | |
parent | bfdc56231b91b8a2d8a40d87821dd6d0d8392515 (diff) |
update configs (use etherboot for now, enable acpi)
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1462 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
-rw-r--r-- | targets/amd/quartet/Config.lb | 8 | ||||
-rw-r--r-- | targets/amd/solo/Config.lb | 7 |
2 files changed, 10 insertions, 5 deletions
diff --git a/targets/amd/quartet/Config.lb b/targets/amd/quartet/Config.lb index ae89528ad8..a67c682269 100644 --- a/targets/amd/quartet/Config.lb +++ b/targets/amd/quartet/Config.lb @@ -48,14 +48,15 @@ uses CONFIG_CHIP_CONFIGURE uses XIP_ROM_SIZE uses XIP_ROM_BASE uses LINUXBIOS_EXTRA_VERSION +uses HAVE_ACPI_TABLES uses CC option CC="gcc -m32" option CONFIG_CHIP_CONFIGURE=1 -option MAXIMUM_CONSOLE_LOGLEVEL=8 -option DEFAULT_CONSOLE_LOGLEVEL=8 +option MAXIMUM_CONSOLE_LOGLEVEL=7 +option DEFAULT_CONSOLE_LOGLEVEL=7 option CONFIG_CONSOLE_SERIAL8250=1 option CPU_FIXUP=1 @@ -68,10 +69,11 @@ option k8=1 option ROM_SIZE=524288 - option HAVE_OPTION_TABLE=1 option CONFIG_ROM_STREAM=1 option HAVE_FALLBACK_BOOT=1 +option HAVE_HARD_RESET=1 +option HAVE_ACPI_TABLES=1 ### ### Compute the location and size of where this firmware image diff --git a/targets/amd/solo/Config.lb b/targets/amd/solo/Config.lb index e6a254d36d..5c3fc99e9d 100644 --- a/targets/amd/solo/Config.lb +++ b/targets/amd/solo/Config.lb @@ -48,14 +48,15 @@ uses CONFIG_CHIP_CONFIGURE uses XIP_ROM_SIZE uses XIP_ROM_BASE uses LINUXBIOS_EXTRA_VERSION +uses HAVE_ACPI_TABLES uses CC option CC="gcc -m32" option CONFIG_CHIP_CONFIGURE=1 -option MAXIMUM_CONSOLE_LOGLEVEL=10 -option DEFAULT_CONSOLE_LOGLEVEL=10 +option MAXIMUM_CONSOLE_LOGLEVEL=8 +option DEFAULT_CONSOLE_LOGLEVEL=8 option CONFIG_CONSOLE_SERIAL8250=1 option CPU_FIXUP=1 @@ -71,6 +72,8 @@ option ROM_SIZE=262144 option HAVE_OPTION_TABLE=1 option CONFIG_ROM_STREAM=1 option HAVE_FALLBACK_BOOT=1 +option HAVE_HARD_RESET=1 +option HAVE_ACPI_TABLES=1 ### ### Compute the location and size of where this firmware image |