summaryrefslogtreecommitdiff
path: root/src/mainboard/intel/eagleheights/Kconfig
diff options
context:
space:
mode:
authorMartin Roth <martinroth@google.com>2015-11-23 16:27:53 -0700
committerMartin Roth <martinroth@google.com>2015-12-06 18:35:48 +0100
commitc4fa3fdd3ea3f8e05cbbc881d45d1fb1927b525d (patch)
tree590ea125973009867f6c0b08435d8b2f0caddc45 /src/mainboard/intel/eagleheights/Kconfig
parentc24f3d615a2a8ed7e251f6ac88d305c8345d3ea3 (diff)
downloadcoreboot-c4fa3fdd3ea3f8e05cbbc881d45d1fb1927b525d.tar.xz
intel/eagleheights: Fix IASL warnings
The eagleheights platform had 3 warnings: The SIO device needs an _ADR object to specify the address in addition to the operating region. Not all the paths through the _OSC method returned a value. According to the ACPI spec (5.0 & 6.0), bit 2 needs to be set for an unrecognized GUID. dsdt.aml 341: Device(SIO) { Warning 3141 - ^ Missing dependency (Device object requires a _HID or _ADR in same scope) dsdt.aml 140: Method (_OSC, 4) Warning 3115 - ^ Not all control paths return a value (_OSC) dsdt.aml 140: Method (_OSC, 4) Warning 3107 - ^ Reserved method must return a value (Buffer required for _OSC) - Remove Kconfig default disabling IASL warnings as errors. Change-Id: Iab52f19b96468e142b06430d99ba1d9f367d126e Signed-off-by: Martin Roth <martinroth@google.com> Reviewed-on: https://review.coreboot.org/12522 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/mainboard/intel/eagleheights/Kconfig')
-rw-r--r--src/mainboard/intel/eagleheights/Kconfig4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mainboard/intel/eagleheights/Kconfig b/src/mainboard/intel/eagleheights/Kconfig
index bfcb4cef5f..702e2aff5a 100644
--- a/src/mainboard/intel/eagleheights/Kconfig
+++ b/src/mainboard/intel/eagleheights/Kconfig
@@ -35,8 +35,4 @@ config MAX_CPUS
int
default 4
-# TODO: Remove this when platform ASL is fixed
-config IASL_WARNINGS_ARE_ERRORS
- def_bool n
-
endif # BOARD_INTEL_EAGLEHEIGHTS