Merging patches from Yinghai Lu (fb2_s4882_changes.diff.bz2):
- new motherboard: Tyan s4882 - minor changes to 2880, s2881, s2885, s4880 git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1474 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@@ -120,7 +120,7 @@ static void onboard_scsi_fixup(void)
|
||||
// print_mem();
|
||||
// amd8111_enable_rom();
|
||||
}
|
||||
#if 1
|
||||
#if 0
|
||||
static void vga_fixup(void) {
|
||||
// we do this right here because:
|
||||
// - all the hardware is working, and some VGA bioses seem to need
|
||||
@@ -154,8 +154,8 @@ enable(struct chip *chip, enum chip_pass pass)
|
||||
case CONF_PASS_PRE_BOOT:
|
||||
if (conf->fixup_scsi)
|
||||
onboard_scsi_fixup();
|
||||
if (conf->fixup_vga)
|
||||
vga_fixup();
|
||||
// if (conf->fixup_vga)
|
||||
// vga_fixup();
|
||||
printk_debug("mainboard fixup pass %d done\r\n",
|
||||
pass);
|
||||
break;
|
||||
|
Reference in New Issue
Block a user