[coreboot] New patch to review for coreboot: 5273ea5 roda/rk886ex: Expose VGA devices in devicetree

Patrick Georgi (patrick@georgi-clan.de) gerrit at coreboot.org
Thu May 3 11:35:41 CEST 2012


Patrick Georgi (patrick at georgi-clan.de) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/998

-gerrit

commit 5273ea56be0c1aa191fde01c5d5d160952fa22d6
Author: Patrick Georgi <patrick.georgi at secunet.com>
Date:   Thu May 3 11:34:20 2012 +0200

    roda/rk886ex: Expose VGA devices in devicetree
    
    Otherwise set_subsystem isn't called for these (as they're not
    marked on_mainboard)
    
    Change-Id: I08e781735c59e4aa61009d2afa165d782f5a849e
    Signed-off-by: Patrick Georgi <patrick.georgi at secunet.com>
---
 src/mainboard/roda/rk886ex/devicetree.cb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/mainboard/roda/rk886ex/devicetree.cb b/src/mainboard/roda/rk886ex/devicetree.cb
index 1bd0d14..aadba9d 100644
--- a/src/mainboard/roda/rk886ex/devicetree.cb
+++ b/src/mainboard/roda/rk886ex/devicetree.cb
@@ -32,8 +32,8 @@ chip northbridge/intel/i945
                 device pci 00.0 on end # host bridge
 		# auto detection:
 		#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 02.0 on end # vga controller
+		device pci 02.1 on end # display controller
 
                 chip southbridge/intel/i82801gx
 			register "pirqa_routing" = "0x0b"




More information about the coreboot mailing list