[coreboot] Patch set updated for coreboot: 3e7d4a3 Supermicro H8QGI: Add onboard VGA to devicetree.cb

Aladyshev Konstantin (kostr@list.ru) gerrit at coreboot.org
Wed Dec 19 17:03:19 CET 2012


Aladyshev Konstantin (kostr at list.ru) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/2042

-gerrit

commit 3e7d4a3f4407721a4bdfdbe8a80c56d297acd1df
Author: Aladyshev Konstantin <aladyshev at nicevt.ru>
Date:   Tue Dec 18 21:52:46 2012 +0400

    Supermicro H8QGI: Add onboard VGA to devicetree.cb
    
    Supermicro H8QGI has integrated Matrox G200 16MB DDR2 graphics.
    List it in devicetree.cb to mark it as onboard VGA to coreboot.
    This change makes menuconfig option "Use onboard VGA as primary video device" work.
    
    Change-Id: Ia6b9f60e3ae705689f22babd544ad6e628a85df1
    Signed-off-by: Aladyshev Konstantin <aladyshev at nicevt.ru>
---
 src/mainboard/supermicro/h8qgi/devicetree.cb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/mainboard/supermicro/h8qgi/devicetree.cb b/src/mainboard/supermicro/h8qgi/devicetree.cb
index 8ecf968..48797d5 100644
--- a/src/mainboard/supermicro/h8qgi/devicetree.cb
+++ b/src/mainboard/supermicro/h8qgi/devicetree.cb
@@ -111,7 +111,9 @@ chip northbridge/amd/agesa/family15/root_complex
 							end
 						end #drivers/i2c/w83795
 					end # LPC
-					device pci 14.4 on end # PCI 0x4384
+					device pci 14.4 on 
+						device pci 4.0 on end # onboard VGA
+					end # PCI 0x4384
 					device pci 14.5 on end # USB 3
 					register "boot_switch_sata_ide" = "0"   # 0: boot from SATA. 1: IDE
 				end # southbridge/amd/cimx/sb700



More information about the coreboot mailing list