update configs (use etherboot for now, enable acpi)

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1462 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Stefan Reinauer 2004-03-22 16:14:40 +00:00
parent bfdc56231b
commit a28f1c3183
2 changed files with 10 additions and 5 deletions

View File

@ -48,14 +48,15 @@ uses CONFIG_CHIP_CONFIGURE
uses XIP_ROM_SIZE uses XIP_ROM_SIZE
uses XIP_ROM_BASE uses XIP_ROM_BASE
uses LINUXBIOS_EXTRA_VERSION uses LINUXBIOS_EXTRA_VERSION
uses HAVE_ACPI_TABLES
uses CC uses CC
option CC="gcc -m32" option CC="gcc -m32"
option CONFIG_CHIP_CONFIGURE=1 option CONFIG_CHIP_CONFIGURE=1
option MAXIMUM_CONSOLE_LOGLEVEL=8 option MAXIMUM_CONSOLE_LOGLEVEL=7
option DEFAULT_CONSOLE_LOGLEVEL=8 option DEFAULT_CONSOLE_LOGLEVEL=7
option CONFIG_CONSOLE_SERIAL8250=1 option CONFIG_CONSOLE_SERIAL8250=1
option CPU_FIXUP=1 option CPU_FIXUP=1
@ -68,10 +69,11 @@ option k8=1
option ROM_SIZE=524288 option ROM_SIZE=524288
option HAVE_OPTION_TABLE=1 option HAVE_OPTION_TABLE=1
option CONFIG_ROM_STREAM=1 option CONFIG_ROM_STREAM=1
option HAVE_FALLBACK_BOOT=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 ### Compute the location and size of where this firmware image

View File

@ -48,14 +48,15 @@ uses CONFIG_CHIP_CONFIGURE
uses XIP_ROM_SIZE uses XIP_ROM_SIZE
uses XIP_ROM_BASE uses XIP_ROM_BASE
uses LINUXBIOS_EXTRA_VERSION uses LINUXBIOS_EXTRA_VERSION
uses HAVE_ACPI_TABLES
uses CC uses CC
option CC="gcc -m32" option CC="gcc -m32"
option CONFIG_CHIP_CONFIGURE=1 option CONFIG_CHIP_CONFIGURE=1
option MAXIMUM_CONSOLE_LOGLEVEL=10 option MAXIMUM_CONSOLE_LOGLEVEL=8
option DEFAULT_CONSOLE_LOGLEVEL=10 option DEFAULT_CONSOLE_LOGLEVEL=8
option CONFIG_CONSOLE_SERIAL8250=1 option CONFIG_CONSOLE_SERIAL8250=1
option CPU_FIXUP=1 option CPU_FIXUP=1
@ -71,6 +72,8 @@ option ROM_SIZE=262144
option HAVE_OPTION_TABLE=1 option HAVE_OPTION_TABLE=1
option CONFIG_ROM_STREAM=1 option CONFIG_ROM_STREAM=1
option HAVE_FALLBACK_BOOT=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 ### Compute the location and size of where this firmware image