Vladimir Serbinenko (phcoder(a)gmail.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/13534
-gerrit
commit 38976bbb41327aaef2def9781dcef82e3f484ea0
Author: Vladimir Serbinenko <phcoder(a)gmail.com>
Date: Sun Jan 31 13:25:21 2016 +0100
stout: Tolerate IASL warnings.
I can't fix unused variable warning as we have intentional read-and-ignore.
Change-Id: I952ff7645e08029dae55ba9d2ea80843d8b102dd
Signed-off-by: Vladimir Serbinenko <phcoder(a)gmail.com>
---
src/mainboard/google/stout/Kconfig | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/src/mainboard/google/stout/Kconfig b/src/mainboard/google/stout/Kconfig
index aee0da4..0e85a34 100644
--- a/src/mainboard/google/stout/Kconfig
+++ b/src/mainboard/google/stout/Kconfig
@@ -21,6 +21,10 @@ config BOARD_SPECIFIC_OPTIONS # dummy
select MAINBOARD_HAS_NATIVE_VGA_INIT_TEXTMODECFG
select IVYBRIDGE_LVDS
+config IASL_WARNINGS_ARE_ERRORS
+ bool
+ default n
+
config CHROMEOS
select CHROMEOS_VBNV_CMOS