diff options
author | Aladyshev Konstantin <aladyshev@nicevt.ru> | 2012-12-18 21:52:46 +0400 |
---|---|---|
committer | Marc Jones <marcj303@gmail.com> | 2012-12-28 21:23:44 +0100 |
commit | 32675175efe5ae2101bcdf23e862c51f8f3306d1 (patch) | |
tree | f5a225fec49e4ef3d71db8750251ae862ea19134 /src/mainboard/supermicro/h8qgi | |
parent | c94e8cf2e178c99290c6cd15a144874a3078bede (diff) | |
download | coreboot-32675175efe5ae2101bcdf23e862c51f8f3306d1.tar.xz |
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@nicevt.ru>
Reviewed-on: http://review.coreboot.org/2042
Tested-by: build bot (Jenkins)
Reviewed-by: Siyuan Wang <wangsiyuanbuaa@gmail.com>
Reviewed-by: Marc Jones <marcj303@gmail.com>
Diffstat (limited to 'src/mainboard/supermicro/h8qgi')
-rw-r--r-- | src/mainboard/supermicro/h8qgi/devicetree.cb | 4 |
1 files changed, 3 insertions, 1 deletions
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 |