diff options
author | Sowmya <v.sowmya@intel.com> | 2017-04-04 22:50:43 +0530 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-04-19 16:18:49 +0200 |
commit | fa7d0a857d779711d4447eb4809b0678f43c0b9b (patch) | |
tree | 8fe5493fac67caebc03de0ae2f1412b043f2cb61 /src/mainboard/google | |
parent | 929f5e955eb0742068230757aa859315da3900ef (diff) |
mb/google/poppy: Add Image Processing Unit ASL
This patch includes ipu.asl file in the main DSDT definition
to add ACPI entries for IMGU and CIO2 devices.
BUG=b:36580624
BRANCH=none
TEST=Build and boot poppy. Dump and verify that DSDT table
has the entries for IMGU and CIO2 devices.
Change-Id: Ib7485315cb9468da7c6aa090862657a265121493
Signed-off-by: Sowmya V <v.sowmya@intel.com>
Signed-off-by: Rizwan Qureshi <rizwan.qureshi@intel.com>
Reviewed-on: https://review.coreboot.org/19110
Tested-by: build bot (Jenkins)
Reviewed-by: Sumeet R Pawnikar <sumeet.r.pawnikar@intel.com>
Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'src/mainboard/google')
-rw-r--r-- | src/mainboard/google/poppy/dsdt.asl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/google/poppy/dsdt.asl b/src/mainboard/google/poppy/dsdt.asl index 2007691a05..f92f8a9f25 100644 --- a/src/mainboard/google/poppy/dsdt.asl +++ b/src/mainboard/google/poppy/dsdt.asl @@ -42,6 +42,8 @@ DefinitionBlock( } Device (PCI0) { + /* Image processing unit */ + #include <soc/intel/skylake/acpi/ipu.asl> #include <soc/intel/skylake/acpi/systemagent.asl> #include <soc/intel/skylake/acpi/pch.asl> } |