Patrick Georgi ([email protected]) just uploaded a new patch set to 
gerrit, which you can find at http://review.coreboot.org/998

-gerrit

commit 5273ea56be0c1aa191fde01c5d5d160952fa22d6
Author: Patrick Georgi <[email protected]>
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 <[email protected]>
---
 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"

-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to