[coreboot] [commit] r5534 - in trunk/src/mainboard: arima/hdama ibm/e325 iwill/dk8s2 iwill/dk8x newisys/khepri

repository service svn at coreboot.org
Sun May 9 00:02:55 CEST 2010


Author: stepan
Date: Sun May  9 00:02:54 2010
New Revision: 5534
URL: https://tracker.coreboot.org/trac/coreboot/changeset/5534

Log:
autoprobe apic cluster and application processors on K8 systems
(fixes #18)
Signed-off-by: Stefan Reinauer <stepan at coresystems.de>
Acked-by: Stefan Reinauer <stepan at coresystems.de>

Modified:
   trunk/src/mainboard/arima/hdama/devicetree.cb
   trunk/src/mainboard/ibm/e325/devicetree.cb
   trunk/src/mainboard/iwill/dk8s2/devicetree.cb
   trunk/src/mainboard/iwill/dk8x/devicetree.cb
   trunk/src/mainboard/newisys/khepri/devicetree.cb

Modified: trunk/src/mainboard/arima/hdama/devicetree.cb
==============================================================================
--- trunk/src/mainboard/arima/hdama/devicetree.cb	Sat May  8 23:50:31 2010	(r5533)
+++ trunk/src/mainboard/arima/hdama/devicetree.cb	Sun May  9 00:02:54 2010	(r5534)
@@ -180,14 +180,6 @@
 			device pci 18.2 on end
 			device pci 18.3 on end
 		end  # chip northbridge/amd/amdk8
-		chip northbridge/amd/amdk8
-			device pci 19.0 on end
-			device pci 19.0 on end
-			device pci 19.0 on end
-			device pci 19.1 on end
-			device pci 19.2 on end
-			device pci 19.3 on end
-		end
 	end
 end
 

Modified: trunk/src/mainboard/ibm/e325/devicetree.cb
==============================================================================
--- trunk/src/mainboard/ibm/e325/devicetree.cb	Sat May  8 23:50:31 2010	(r5533)
+++ trunk/src/mainboard/ibm/e325/devicetree.cb	Sun May  9 00:02:54 2010	(r5534)
@@ -1,4 +1,9 @@
 chip northbridge/amd/amdk8/root_complex
+	device lapic_cluster 0 on
+		chip cpu/amd/socket_940
+			device lapic 0 on end
+		end
+	end
 	device pci_domain 0 on
 		chip northbridge/amd/amdk8
 			device pci 18.0 on end # LDT 0
@@ -60,22 +65,6 @@
 			device pci 18.2 on end
 			device pci 18.3 on end
 		end
-		chip northbridge/amd/amdk8
-			device pci 19.0 on end
-			device pci 19.0 on end
-			device pci 19.0 on end
-			device pci 19.1 on end
-			device pci 19.2 on end
-			device pci 19.3 on end
-		end
-	end
-	device lapic_cluster 0 on
-		chip cpu/amd/socket_940
-			device lapic 0 on end
-		end
-		chip cpu/amd/socket_940
-			device lapic 1 on end
-		end
 	end
 end
 

Modified: trunk/src/mainboard/iwill/dk8s2/devicetree.cb
==============================================================================
--- trunk/src/mainboard/iwill/dk8s2/devicetree.cb	Sat May  8 23:50:31 2010	(r5533)
+++ trunk/src/mainboard/iwill/dk8s2/devicetree.cb	Sun May  9 00:02:54 2010	(r5534)
@@ -1,4 +1,9 @@
 chip northbridge/amd/amdk8/root_complex
+	device lapic_cluster 0 on
+		chip cpu/amd/socket_940
+			device lapic 0 on end
+		end
+	end
 	device pci_domain 0 on
 		chip northbridge/amd/amdk8
 			device pci 18.0 on # LDT 0
@@ -68,22 +73,6 @@
 			device pci 18.2 on end
 			device pci 18.3 on end
 		end
-		chip northbridge/amd/amdk8
-			device pci 19.0 on end
-			device pci 19.0 on end
-			device pci 19.0 on end
-			device pci 19.1 on end
-			device pci 19.2 on end
-			device pci 19.3 on end
-		end
-	end
-	device lapic_cluster 0 on
-		chip cpu/amd/socket_940
-			device lapic 0 on end
-		end
-		chip cpu/amd/socket_940
-			device lapic 1 on end
-		end
 	end
 end
 

Modified: trunk/src/mainboard/iwill/dk8x/devicetree.cb
==============================================================================
--- trunk/src/mainboard/iwill/dk8x/devicetree.cb	Sat May  8 23:50:31 2010	(r5533)
+++ trunk/src/mainboard/iwill/dk8x/devicetree.cb	Sun May  9 00:02:54 2010	(r5534)
@@ -1,4 +1,9 @@
 chip northbridge/amd/amdk8/root_complex
+	device lapic_cluster 0 on
+		chip cpu/amd/socket_940
+			device lapic 0 on end
+		end
+	end
 	device pci_domain 0 on
 		chip northbridge/amd/amdk8
 			device pci 18.0 on #  northbridge
@@ -47,22 +52,6 @@
 			device pci 18.2 on end
 			device pci 18.3 on end
 		end
-		chip northbridge/amd/amdk8
-			device pci 19.0 on end
-			device pci 19.0 on end
-			device pci 19.0 on end
-			device pci 19.1 on end
-			device pci 19.2 on end
-			device pci 19.3 on end
-		end
-	end
-	device lapic_cluster 0 on
-		chip cpu/amd/socket_940
-			device lapic 0 on end
-		end
-		chip cpu/amd/socket_940
-			device lapic 1 on end
-		end
 	end
 end
 

Modified: trunk/src/mainboard/newisys/khepri/devicetree.cb
==============================================================================
--- trunk/src/mainboard/newisys/khepri/devicetree.cb	Sat May  8 23:50:31 2010	(r5533)
+++ trunk/src/mainboard/newisys/khepri/devicetree.cb	Sun May  9 00:02:54 2010	(r5534)
@@ -3,9 +3,6 @@
 		chip cpu/amd/socket_940
 			device lapic 0 on end
 		end
-		chip cpu/amd/socket_940
-			device lapic 1 on end
-		end
 	end
 
 	device pci_domain 0 on
@@ -79,14 +76,6 @@
 			device pci 18.2 on end
 			device pci 18.3 on end
 		end
-		chip northbridge/amd/amdk8
-			device pci 19.0 on end
-			device pci 19.0 on end
-			device pci 19.0 on end
-			device pci 19.1 on end
-			device pci 19.2 on end
-			device pci 19.3 on end
-		end
 	end
 end
 




More information about the coreboot mailing list