From ab7ed054bee3ede51c06053adf53d455fda6065a Mon Sep 17 00:00:00 2001 From: Aaron Durbin Date: Thu, 7 Nov 2013 14:33:21 -0600 Subject: baytrail: include mainboard's superio.asl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The mainboard needs an opportunity to hang devices off of the LPC device. Therefore, provide this opportunity for the mainboard. BUG=chrome-os-partner:23505 BRANCH=None TEST=Buit and booted with keyboard. Keys work. Change-Id: Ie2b660ad43e86d9237b0b0bb0720b069670bc537 Signed-off-by: Aaron Durbin Reviewed-on: https://chromium-review.googlesource.com/176133 Reviewed-by: Duncan Laurie Reviewed-on: http://review.coreboot.org/4949 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki --- src/soc/intel/baytrail/acpi/lpc.asl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/soc/intel/baytrail/acpi/lpc.asl') diff --git a/src/soc/intel/baytrail/acpi/lpc.asl b/src/soc/intel/baytrail/acpi/lpc.asl index 24fa9c7b5d..408d2b420f 100644 --- a/src/soc/intel/baytrail/acpi/lpc.asl +++ b/src/soc/intel/baytrail/acpi/lpc.asl @@ -138,6 +138,9 @@ Device (LPCB) }) } + // Include mainboard's superio.asl file. + #include "acpi/superio.asl" + #ifdef ENABLE_TPM Device (TPM) // Trusted Platform Module { -- cgit v1.2.3