[coreboot-gerrit] Change in coreboot[master]: mb/google/poppy: Add Image Processing Unit ASL

V Sowmya (Code Review) gerrit at coreboot.org
Tue Apr 4 19:34:20 CEST 2017


Hello Rizwan Qureshi,

I'd like you to do a code review.  Please visit

    https://review.coreboot.org/19110

to review the following change.


Change subject: mb/google/poppy: Add Image Processing Unit ASL
......................................................................

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 at intel.com>
Signed-off-by: Rizwan Qureshi <rizwan.qureshi at intel.com>
---
M src/mainboard/google/poppy/dsdt.asl
1 file changed, 2 insertions(+), 0 deletions(-)


  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/10/19110/1

diff --git a/src/mainboard/google/poppy/dsdt.asl b/src/mainboard/google/poppy/dsdt.asl
index 2007691..f92f8a9 100644
--- a/src/mainboard/google/poppy/dsdt.asl
+++ b/src/mainboard/google/poppy/dsdt.asl
@@ -42,6 +42,8 @@
 		}
 		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>
 		}

-- 
To view, visit https://review.coreboot.org/19110
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib7485315cb9468da7c6aa090862657a265121493
Gerrit-PatchSet: 1
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: V Sowmya <v.sowmya at intel.com>
Gerrit-Reviewer: Rizwan Qureshi <rizwan.qureshi at intel.com>



More information about the coreboot-gerrit mailing list