[coreboot] r939 - coreboot-v3/mainboard/amd/serengeti

svn at coreboot.org svn at coreboot.org
Mon Oct 20 17:24:00 CEST 2008


Author: rminnich
Date: 2008-10-20 17:24:00 +0200 (Mon, 20 Oct 2008)
New Revision: 939

Modified:
   coreboot-v3/mainboard/amd/serengeti/dts
Log:
Take out the notional pcio device on link 2, as it may be interfering 
with testing of real serengeti

Signed-off-by: Ronald G. Minnich <rminnich at gmail.com>
Acked-by: Ronald G. Minnich <rminnich at gmail.com>


Modified: coreboot-v3/mainboard/amd/serengeti/dts
===================================================================
--- coreboot-v3/mainboard/amd/serengeti/dts	2008-10-20 15:21:19 UTC (rev 938)
+++ coreboot-v3/mainboard/amd/serengeti/dts	2008-10-20 15:24:00 UTC (rev 939)
@@ -28,7 +28,6 @@
 		/config/("northbridge/amd/k8/domain");
 		pci at 1,0{
 		};
-		/* guesses; we need a real lspci */
 		pci0 at 18,0 {
 			/config/("northbridge/amd/k8/pci");
 			pci at 0,0 {
@@ -45,6 +44,9 @@
 				pci at 0,2{
 					/config/("southbridge/amd/amd8111/usb2.dts");
 				};
+				pci at 4,0{
+					rom_address = "0xfc000000";
+				};
 			};
 			pci at 7,0 {
 				/config/("southbridge/amd/amd8111/lpc.dts");
@@ -70,9 +72,6 @@
 		};
 		pci2 at 18,0 {
 			/config/("northbridge/amd/k8/pci");
-			/* just for illustrating link #2 */
-			pci at 2,0{
-			};
 		};
 		pci at 18,1 {};
 		pci at 18,2 {};





More information about the coreboot mailing list