diff options
author | Aaron Durbin <adurbin@chromium.org> | 2013-11-07 14:33:21 -0600 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2014-05-06 17:19:08 +0200 |
commit | ab7ed054bee3ede51c06053adf53d455fda6065a (patch) | |
tree | c8d7674462d04b32fb069e00a6427d2ab8850234 /src | |
parent | 84da959c691a1efa87ff47edd03d5427eaf6e093 (diff) |
baytrail: include mainboard's superio.asl
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 <adurbin@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/176133
Reviewed-by: Duncan Laurie <dlaurie@chromium.org>
Reviewed-on: http://review.coreboot.org/4949
Tested-by: build bot (Jenkins)
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/soc/intel/baytrail/acpi/lpc.asl | 3 |
1 files changed, 3 insertions, 0 deletions
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 { |