Dear coreboot readers!
This is the automatic build system of coreboot.
The developer "stepan" checked in revision 5496 to
the coreboot repository. This caused the following
changes:
Change Log:
try to unify timing initialization across those boards that need it...
Signed-off-by: Stefan Reinauer <stepan(a)coresystems.de>
Acked-by: Stefan Reinauer <stepan(a)coresystems.de>
Build Log:
Compilation of asus:a8v-e_se is still broken
See the error log at http://qa.coreboot.org/log_buildbrd.php?revision=5496&device=a8v-e_se&vendo…
Compilation of gigabyte:m57sli has been fixed
Compilation of msi:ms7260 has been fixed
Compilation of msi:ms9282 has been fixed
Compilation of nvidia:l1_2pvv has been fixed
Compilation of supermicro:h8dme has been fixed
Compilation of supermicro:h8dmr has been fixed
Compilation of supermicro:h8dmr_fam10 has been fixed
Compilation of supermicro:h8qme_fam10 has been fixed
Compilation of supermicro:x6dai_g has been fixed
Compilation of supermicro:x6dhe_g has been fixed
Compilation of tyan:s2912 has been fixed
If something broke during this checkin please be a pain
in stepan's neck until the issue is fixed.
If this issue is not fixed within 24h the revision should
be backed out.
Best regards,
coreboot automatic build system
Author: oxygene
Date: Sun Apr 25 20:05:42 2010
New Revision: 5495
URL: https://tracker.coreboot.org/trac/coreboot/changeset/5495
Log:
Only do complete VGA init if a VGABIOS was found and installed.
Signed-off-by: Patrick Georgi <patrick.georgi(a)coresystems.de>
Acked-by: Stefan Reinauer <stepan(a)coresystems.de>
Modified:
trunk/src/northbridge/via/cx700/cx700_vga.c
Modified: trunk/src/northbridge/via/cx700/cx700_vga.c
==============================================================================
--- trunk/src/northbridge/via/cx700/cx700_vga.c Sun Apr 25 17:21:18 2010 (r5494)
+++ trunk/src/northbridge/via/cx700/cx700_vga.c Sun Apr 25 20:05:42 2010 (r5495)
@@ -117,6 +117,8 @@
pci_dev_init(dev);
+ if (pci_read_config32(dev, PCI_ROM_ADDRESS) != 0xc0000) return;
+
printk(BIOS_DEBUG, "Enable VGA console\n");
// this is how it should look:
// call_bios_interrupt(0x10,0x4f1f,0x8003,1,0);