[coreboot] [PATCH] Quick and dirty Asrock 939A785GMH support

Rudolf Marek r.marek at assembler.cz
Wed Mar 17 00:25:48 CET 2010


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi again,

So I think I'm wasting all my good luck for this year:

Index: rs780_gfx.c
===================================================================
- --- rs780_gfx.c	(revision 5227)
+++ rs780_gfx.c	(working copy)
@@ -817,6 +817,11 @@
 	.vendor = PCI_VENDOR_ID_ATI,
 	.device = PCI_DEVICE_ID_ATI_RS780E_INT_GFX,
 };
+static struct pci_driver pcie_driver_780e __pci_driver = {
+	.ops = &pcie_ops,
+	.vendor = PCI_VENDOR_ID_ATI,
+	.device = 0x9710,
+};


Makes the VGA to Init in POST and VGA console works!!!!

I extracted with the help of bios_extract two VGA BIOS files:
amipci_00_20.rom  amipci_01_20.rom

I used that one which does not contain string DVI in the header, because I have
only D-SUB VGA monitor.

Thanks,
Rudolf

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkugE3wACgkQ3J9wPJqZRNVXKgCgh0curysRJWVHpOK9NQSVEwV9
aKgAnirsBAV1/hzyb0mcHWoqh/D2G3GK
=peG9
-----END PGP SIGNATURE-----




More information about the coreboot mailing list