Vladimir Serbinenko (phcoder@gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/7028
-gerrit
commit eafc5dbb64196f4cbc3e4301cbe94f950d044e84 Author: Vladimir Serbinenko phcoder@gmail.com Date: Wed Oct 8 00:26:42 2014 +0200
NOTFORMERGE: build-check to see which mobos are still monolithic ACPI
Change-Id: I37fab85eabac79b8596031fa4efb9ef630ae5664 Signed-off-by: Vladimir Serbinenko phcoder@gmail.com --- src/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Kconfig b/src/Kconfig index ec59863..2338a13 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -470,7 +470,7 @@ config MAX_PIRQ_LINKS
config PER_DEVICE_ACPI_TABLES bool - default n + default y
#These Options are here to avoid "undefined" warnings. #The actual selection and help texts are in the following menu.