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>
This commit is contained in:
parent
c94e8cf2e1
commit
32675175ef
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue