summaryrefslogtreecommitdiffstats
path: root/src/mainboard/asus
diff options
context:
space:
mode:
authorPatrick Georgi <patrick.georgi@coresystems.de>2010-05-05 13:12:42 +0000
committerPatrick Georgi <patrick.georgi@coresystems.de>2010-05-05 13:12:42 +0000
commit8d313685b094f0ffa020e5707c5857b1a2063d28 (patch)
tree2a2aaef1594d2eb4b88ea9ce179ee5d137a89e14 /src/mainboard/asus
parent68befd5d34ce22b03ea78028dc362eec0440f83c (diff)
downloadcoreboot-staging-8d313685b094f0ffa020e5707c5857b1a2063d28.zip
coreboot-staging-8d313685b094f0ffa020e5707c5857b1a2063d28.tar.gz
Rename "apic" and "apic_cluster" to "lapic" and "lapic_cluster"
in device trees. Adapt sconfig as necessary. Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5525 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/asus')
-rw-r--r--src/mainboard/asus/a8n_e/devicetree.cb4
-rw-r--r--src/mainboard/asus/a8v-e_se/devicetree.cb4
-rw-r--r--src/mainboard/asus/m2v-mx_se/devicetree.cb4
-rw-r--r--src/mainboard/asus/mew-am/devicetree.cb4
-rw-r--r--src/mainboard/asus/p2b-d/devicetree.cb6
-rw-r--r--src/mainboard/asus/p2b-ds/devicetree.cb6
-rw-r--r--src/mainboard/asus/p2b-f/devicetree.cb4
-rw-r--r--src/mainboard/asus/p2b-ls/devicetree.cb4
-rw-r--r--src/mainboard/asus/p2b/devicetree.cb4
-rw-r--r--src/mainboard/asus/p3b-f/devicetree.cb4
10 files changed, 22 insertions, 22 deletions
diff --git a/src/mainboard/asus/a8n_e/devicetree.cb b/src/mainboard/asus/a8n_e/devicetree.cb
index ee8a7b4..c5a4c88 100644
--- a/src/mainboard/asus/a8n_e/devicetree.cb
+++ b/src/mainboard/asus/a8n_e/devicetree.cb
@@ -1,7 +1,7 @@
chip northbridge/amd/amdk8/root_complex # Root complex
- device apic_cluster 0 on # APIC cluster
+ device lapic_cluster 0 on # APIC cluster
chip cpu/amd/socket_939 # Socket 939 CPU
- device apic 0 on end # APIC
+ device lapic 0 on end # APIC
end
end
diff --git a/src/mainboard/asus/a8v-e_se/devicetree.cb b/src/mainboard/asus/a8v-e_se/devicetree.cb
index 6568e38..b99ebfe 100644
--- a/src/mainboard/asus/a8v-e_se/devicetree.cb
+++ b/src/mainboard/asus/a8v-e_se/devicetree.cb
@@ -1,7 +1,7 @@
chip northbridge/amd/amdk8/root_complex # Root complex
- device apic_cluster 0 on # APIC cluster
+ device lapic_cluster 0 on # APIC cluster
chip cpu/amd/socket_939 # CPU
- device apic 0 on end # APIC
+ device lapic 0 on end # APIC
end
end
device pci_domain 0 on # PCI domain
diff --git a/src/mainboard/asus/m2v-mx_se/devicetree.cb b/src/mainboard/asus/m2v-mx_se/devicetree.cb
index 2248fc6..93a3a87 100644
--- a/src/mainboard/asus/m2v-mx_se/devicetree.cb
+++ b/src/mainboard/asus/m2v-mx_se/devicetree.cb
@@ -1,7 +1,7 @@
chip northbridge/amd/amdk8/root_complex # Root complex
- device apic_cluster 0 on # APIC cluster
+ device lapic_cluster 0 on # APIC cluster
chip cpu/amd/socket_AM2 # CPU
- device apic 0 on end # APIC
+ device lapic 0 on end # APIC
end
end
device pci_domain 0 on # PCI domain
diff --git a/src/mainboard/asus/mew-am/devicetree.cb b/src/mainboard/asus/mew-am/devicetree.cb
index 016f6db..a4b80e1 100644
--- a/src/mainboard/asus/mew-am/devicetree.cb
+++ b/src/mainboard/asus/mew-am/devicetree.cb
@@ -1,7 +1,7 @@
chip northbridge/intel/i82810 # Northbridge
- device apic_cluster 0 on # APIC cluster
+ device lapic_cluster 0 on # APIC cluster
chip cpu/intel/socket_PGA370 # CPU
- device apic 0 on end # APIC
+ device lapic 0 on end # APIC
end
end
device pci_domain 0 on # PCI domain
diff --git a/src/mainboard/asus/p2b-d/devicetree.cb b/src/mainboard/asus/p2b-d/devicetree.cb
index fd57f07..ad289e8 100644
--- a/src/mainboard/asus/p2b-d/devicetree.cb
+++ b/src/mainboard/asus/p2b-d/devicetree.cb
@@ -1,10 +1,10 @@
chip northbridge/intel/i440bx # Northbridge
- device apic_cluster 0 on # APIC cluster
+ device lapic_cluster 0 on # APIC cluster
chip cpu/intel/slot_1 # CPU
- device apic 0 on end # APIC
+ device lapic 0 on end # APIC
end
chip cpu/intel/slot_1 # CPU
- device apic 1 on end # APIC
+ device lapic 1 on end # APIC
end
end
device pci_domain 0 on # PCI domain
diff --git a/src/mainboard/asus/p2b-ds/devicetree.cb b/src/mainboard/asus/p2b-ds/devicetree.cb
index 8fdfe77..dc9bf90 100644
--- a/src/mainboard/asus/p2b-ds/devicetree.cb
+++ b/src/mainboard/asus/p2b-ds/devicetree.cb
@@ -1,10 +1,10 @@
chip northbridge/intel/i440bx # Northbridge
- device apic_cluster 0 on # APIC cluster
+ device lapic_cluster 0 on # APIC cluster
chip cpu/intel/slot_1 # CPU
- device apic 0 on end # APIC
+ device lapic 0 on end # APIC
end
chip cpu/intel/slot_1 # CPU
- device apic 1 on end # APIC
+ device lapic 1 on end # APIC
end
end
device pci_domain 0 on # PCI domain
diff --git a/src/mainboard/asus/p2b-f/devicetree.cb b/src/mainboard/asus/p2b-f/devicetree.cb
index ff78a4b..6fae008 100644
--- a/src/mainboard/asus/p2b-f/devicetree.cb
+++ b/src/mainboard/asus/p2b-f/devicetree.cb
@@ -1,7 +1,7 @@
chip northbridge/intel/i440bx # Northbridge
- device apic_cluster 0 on # APIC cluster
+ device lapic_cluster 0 on # APIC cluster
chip cpu/intel/slot_1 # CPU
- device apic 0 on end # APIC
+ device lapic 0 on end # APIC
end
end
device pci_domain 0 on # PCI domain
diff --git a/src/mainboard/asus/p2b-ls/devicetree.cb b/src/mainboard/asus/p2b-ls/devicetree.cb
index c6205c8..cc8281b 100644
--- a/src/mainboard/asus/p2b-ls/devicetree.cb
+++ b/src/mainboard/asus/p2b-ls/devicetree.cb
@@ -1,7 +1,7 @@
chip northbridge/intel/i440bx # Northbridge
- device apic_cluster 0 on # APIC cluster
+ device lapic_cluster 0 on # APIC cluster
chip cpu/intel/slot_1 # CPU
- device apic 0 on end # APIC
+ device lapic 0 on end # APIC
end
end
device pci_domain 0 on # PCI domain
diff --git a/src/mainboard/asus/p2b/devicetree.cb b/src/mainboard/asus/p2b/devicetree.cb
index 45e1149..a193e9e 100644
--- a/src/mainboard/asus/p2b/devicetree.cb
+++ b/src/mainboard/asus/p2b/devicetree.cb
@@ -1,7 +1,7 @@
chip northbridge/intel/i440bx # Northbridge
- device apic_cluster 0 on # APIC cluster
+ device lapic_cluster 0 on # APIC cluster
chip cpu/intel/slot_1 # CPU
- device apic 0 on end # APIC
+ device lapic 0 on end # APIC
end
end
device pci_domain 0 on # PCI domain
diff --git a/src/mainboard/asus/p3b-f/devicetree.cb b/src/mainboard/asus/p3b-f/devicetree.cb
index ff78a4b..6fae008 100644
--- a/src/mainboard/asus/p3b-f/devicetree.cb
+++ b/src/mainboard/asus/p3b-f/devicetree.cb
@@ -1,7 +1,7 @@
chip northbridge/intel/i440bx # Northbridge
- device apic_cluster 0 on # APIC cluster
+ device lapic_cluster 0 on # APIC cluster
chip cpu/intel/slot_1 # CPU
- device apic 0 on end # APIC
+ device lapic 0 on end # APIC
end
end
device pci_domain 0 on # PCI domain
OpenPOWER on IntegriCloud