diff options
author | Hannah Williams <hannah.williams@intel.com> | 2016-05-18 13:47:09 -0700 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-06-20 23:51:29 +0200 |
commit | 057ac4da0ed8dfdc3a6481fe6c490ab9e34476b9 (patch) | |
tree | 51570aa51c543fcca319e75cff5992c82d600bd4 /src/soc | |
parent | 5b9a253ae97abdcece7c71e83b6a61004f6d41e8 (diff) |
soc/apollolake: Include PCI _OSC method
Change-Id: I2545fc184ebfaa006a75783bf3d55f009066eed3
Signed-off-by: Hannah Williams <hannah.williams@intel.com>
Reviewed-on: https://review.coreboot.org/15110
Tested-by: build bot (Jenkins)
Reviewed-by: Duncan Laurie <dlaurie@chromium.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src/soc')
-rw-r--r-- | src/soc/intel/apollolake/acpi/southbridge.asl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/soc/intel/apollolake/acpi/southbridge.asl b/src/soc/intel/apollolake/acpi/southbridge.asl index 44c440e95b..5b29abb557 100644 --- a/src/soc/intel/apollolake/acpi/southbridge.asl +++ b/src/soc/intel/apollolake/acpi/southbridge.asl @@ -30,3 +30,6 @@ /* LPC */ #include "lpc.asl" + +/* PCI _OSC */ +#include <soc/intel/common/acpi/pci_osc.asl> |