From fa7d0a857d779711d4447eb4809b0678f43c0b9b Mon Sep 17 00:00:00 2001 From: Sowmya Date: Tue, 4 Apr 2017 22:50:43 +0530 Subject: 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 Signed-off-by: Rizwan Qureshi Reviewed-on: https://review.coreboot.org/19110 Tested-by: build bot (Jenkins) Reviewed-by: Sumeet R Pawnikar Reviewed-by: Furquan Shaikh --- src/mainboard/google/poppy/dsdt.asl | 2 ++ 1 file changed, 2 insertions(+) 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 #include #include } -- cgit v1.2.3