From 32675175efe5ae2101bcdf23e862c51f8f3306d1 Mon Sep 17 00:00:00 2001 From: Aladyshev Konstantin Date: Tue, 18 Dec 2012 21:52:46 +0400 Subject: 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 Reviewed-on: http://review.coreboot.org/2042 Tested-by: build bot (Jenkins) Reviewed-by: Siyuan Wang Reviewed-by: Marc Jones --- src/mainboard/supermicro/h8qgi/devicetree.cb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/mainboard/supermicro/h8qgi/devicetree.cb b/src/mainboard/supermicro/h8qgi/devicetree.cb index 8ecf96880e..48797d56d9 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 -- cgit v1.2.3