[coreboot-gerrit] Patch set updated for coreboot: getac/p470: enable GPU devices in devicetree

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Mon Aug 10 10:23:45 CEST 2015


Patrick Georgi (pgeorgi at google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/11140

-gerrit

commit 91e133be2779ac6b3bbbd860601d9c6495af789c
Author: Patrick Georgi <patrick at georgi-clan.de>
Date:   Sat Aug 8 22:07:10 2015 +0200

    getac/p470: enable GPU devices in devicetree
    
    This enables adding the GPU specific entries to the SSDT.
    
    Change-Id: I04d0eb7bf6f3e28d89c9318b777875e8a78b1ab5
    Signed-off-by: Patrick Georgi <patrick at georgi-clan.de>
---
 src/mainboard/getac/p470/devicetree.cb | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/src/mainboard/getac/p470/devicetree.cb b/src/mainboard/getac/p470/devicetree.cb
index cbf7651..edf165e 100644
--- a/src/mainboard/getac/p470/devicetree.cb
+++ b/src/mainboard/getac/p470/devicetree.cb
@@ -31,10 +31,9 @@ chip northbridge/intel/i945
 
         device domain 0 on
                 device pci 00.0 on end # host bridge
-		# autodetect:
-		#device pci 01.0 off end # i945 PCIe root port
-		#device pci 02.0 on end # vga controller
-		#device pci 02.1 on end # display controller
+		device pci 01.0 off end # i945 PCIe root port
+		device pci 02.0 on end # vga controller
+		device pci 02.1 on end # display controller
 
                 chip southbridge/intel/i82801gx
 			register "pirqa_routing" = "0x0a"



More information about the coreboot-gerrit mailing list