[coreboot] r3369 - trunk/coreboot-v2/src/southbridge/via/vt8237r

svn at coreboot.org svn at coreboot.org
Fri Jun 20 02:01:14 CEST 2008


Author: stuge
Date: 2008-06-20 02:01:14 +0200 (Fri, 20 Jun 2008)
New Revision: 3369

Modified:
   trunk/coreboot-v2/src/southbridge/via/vt8237r/vt8237r.c
Log:
Extend the VIA vt8237r southbridge decode range for the ROM to 1MB.

Signed-off-by: Bari Ari <bari at onelabs.com>
Acked-by: Peter Stuge <peter at stuge.se>


Modified: trunk/coreboot-v2/src/southbridge/via/vt8237r/vt8237r.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/via/vt8237r/vt8237r.c	2008-06-18 13:36:34 UTC (rev 3368)
+++ trunk/coreboot-v2/src/southbridge/via/vt8237r/vt8237r.c	2008-06-20 00:01:14 UTC (rev 3369)
@@ -79,6 +79,8 @@
 	pci_write_config8(dev, 0x51, sb->fn_ctrl_hi);
 
 	/* TODO: If SATA is disabled, move IDE to fn0 to conform PCI specs. */
+	/* Extend ROM decode to 1MB FFC00000 - FFFFFFFF */
+	pci_write_config8(dev, 0x41, 0x7f);
 }
 
 struct chip_operations southbridge_via_vt8237r_ops = {





More information about the coreboot mailing list