We've actually got more warnings now than when I first tested IASL warnings as errors. Because of this, I'm adding it with the option to have it disabled, in hopes that things won't get any worse as we work on fixing the IASL warnings that are currently in the codebase. - Enable IASL warnings as errors - Disable warnings as errors in mainboards that currently have warnings. - Print a really obnoxious message on those platforms when they build. ***** WARNING: IASL warnings as errors is disabled! ***** ***** Please fix the ASL for this platform. ***** Change-Id: If0da0ac709bd8c0e8e2dbd3a498fe6ecb5500a81 Signed-off-by: Martin Roth <gaumless@gmail.com> Reviewed-on: http://review.coreboot.org/10663 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
50 lines
939 B
Plaintext
50 lines
939 B
Plaintext
if BOARD_KONTRON_986LCD_M
|
|
|
|
config BOARD_SPECIFIC_OPTIONS # dummy
|
|
def_bool y
|
|
select CPU_INTEL_SOCKET_MFCPGA478
|
|
select NORTHBRIDGE_INTEL_I945
|
|
select NORTHBRIDGE_INTEL_SUBTYPE_I945GM
|
|
select CHECK_SLFRCS_ON_RESUME
|
|
select SOUTHBRIDGE_INTEL_I82801GX
|
|
select SUPERIO_WINBOND_W83627THG
|
|
select HAVE_ACPI_TABLES
|
|
select HAVE_PIRQ_TABLE
|
|
select HAVE_MP_TABLE
|
|
select HAVE_OPTION_TABLE
|
|
select HAVE_ACPI_RESUME
|
|
select BOARD_ROMSIZE_KB_1024
|
|
select CHANNEL_XOR_RANDOMIZATION
|
|
select INTEL_INT15
|
|
select OVERRIDE_CLOCK_DISABLE
|
|
|
|
config MAINBOARD_DIR
|
|
string
|
|
default kontron/986lcd-m
|
|
|
|
config MAINBOARD_PART_NUMBER
|
|
string
|
|
default "986LCD-M"
|
|
|
|
config MMCONF_BASE_ADDRESS
|
|
hex
|
|
default 0xf0000000
|
|
|
|
config IRQ_SLOT_COUNT
|
|
int
|
|
default 18
|
|
|
|
config MAX_CPUS
|
|
int
|
|
default 4
|
|
|
|
config VGA_BIOS_FILE
|
|
string
|
|
default "amipci_01.20"
|
|
|
|
# TODO: Remove this when platform ASL is fixed
|
|
config IASL_WARNINGS_ARE_ERRORS
|
|
def_bool n
|
|
|
|
endif # BOARD_KONTRON_986LCD_M
|