diff options
Diffstat (limited to 'targets/amd/quartet')
-rw-r--r-- | targets/amd/quartet/Config.lb | 8 |
1 files changed, 5 insertions, 3 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 |