summaryrefslogtreecommitdiff
path: root/src/mainboard/asus
diff options
context:
space:
mode:
authorStefan Reinauer <reinauer@chromium.org>2013-02-12 15:20:54 -0800
committerRonald G. Minnich <rminnich@gmail.com>2013-02-14 07:07:20 +0100
commit0aa37c488bf785466e0db9897805ebf287af48eb (patch)
treebbbdb3fd2cd6e9972d44df79e5c1232ba1928111 /src/mainboard/asus
parent398e84c71a15b7db8c631bb5b17d1a1a60c91128 (diff)
downloadcoreboot-0aa37c488bf785466e0db9897805ebf287af48eb.tar.xz
sconfig: rename lapic_cluster -> cpu_cluster
The name lapic_cluster is a bit misleading, since the construct is not local APIC specific by concept. As implementations and hardware change, be more generic about our naming. This will allow us to support non-x86 systems without adding new keywords. Change-Id: Icd7f5fcf6f54d242eabb5e14ee151eec8d6cceb1 Signed-off-by: Stefan Reinauer <reinauer@google.com> Signed-off-by: David Hendricks <dhendrix@chromium.org> Reviewed-on: http://review.coreboot.org/2377 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src/mainboard/asus')
-rw-r--r--src/mainboard/asus/a8n_e/devicetree.cb2
-rw-r--r--src/mainboard/asus/a8v-e_deluxe/devicetree.cb2
-rw-r--r--src/mainboard/asus/a8v-e_se/devicetree.cb2
-rw-r--r--src/mainboard/asus/dsbf/devicetree.cb2
-rw-r--r--src/mainboard/asus/k8v-x/devicetree.cb2
-rw-r--r--src/mainboard/asus/m2n-e/devicetree.cb2
-rw-r--r--src/mainboard/asus/m2v-mx_se/devicetree.cb2
-rw-r--r--src/mainboard/asus/m2v/devicetree.cb2
-rw-r--r--src/mainboard/asus/m4a78-em/devicetree.cb2
-rw-r--r--src/mainboard/asus/m4a785-m/devicetree.cb2
-rw-r--r--src/mainboard/asus/m4a785t-m/devicetree.cb2
-rw-r--r--src/mainboard/asus/m5a88-v/devicetree.cb2
-rw-r--r--src/mainboard/asus/mew-am/devicetree.cb2
-rw-r--r--src/mainboard/asus/p2b-d/devicetree.cb2
-rw-r--r--src/mainboard/asus/p2b-ds/devicetree.cb2
-rw-r--r--src/mainboard/asus/p2b-f/devicetree.cb2
-rw-r--r--src/mainboard/asus/p2b-ls/devicetree.cb2
-rw-r--r--src/mainboard/asus/p2b/devicetree.cb2
-rw-r--r--src/mainboard/asus/p3b-f/devicetree.cb2
19 files changed, 19 insertions, 19 deletions
diff --git a/src/mainboard/asus/a8n_e/devicetree.cb b/src/mainboard/asus/a8n_e/devicetree.cb
index dbb27dc51a..c864de7911 100644
--- a/src/mainboard/asus/a8n_e/devicetree.cb
+++ b/src/mainboard/asus/a8n_e/devicetree.cb
@@ -1,5 +1,5 @@
chip northbridge/amd/amdk8/root_complex # Root complex
- device lapic_cluster 0 on # (L)APIC cluster
+ device cpu_cluster 0 on # (L)APIC cluster
chip cpu/amd/socket_939 # CPU socket
device lapic 0 on end # Local APIC of the CPU
end
diff --git a/src/mainboard/asus/a8v-e_deluxe/devicetree.cb b/src/mainboard/asus/a8v-e_deluxe/devicetree.cb
index b77601dd53..5e56acca0a 100644
--- a/src/mainboard/asus/a8v-e_deluxe/devicetree.cb
+++ b/src/mainboard/asus/a8v-e_deluxe/devicetree.cb
@@ -1,5 +1,5 @@
chip northbridge/amd/amdk8/root_complex # Root complex
- device lapic_cluster 0 on # APIC cluster
+ device cpu_cluster 0 on # APIC cluster
chip cpu/amd/socket_939 # CPU
device lapic 0 on end # APIC
end
diff --git a/src/mainboard/asus/a8v-e_se/devicetree.cb b/src/mainboard/asus/a8v-e_se/devicetree.cb
index 5ace9ea416..f2d078a74e 100644
--- a/src/mainboard/asus/a8v-e_se/devicetree.cb
+++ b/src/mainboard/asus/a8v-e_se/devicetree.cb
@@ -1,5 +1,5 @@
chip northbridge/amd/amdk8/root_complex # Root complex
- device lapic_cluster 0 on # APIC cluster
+ device cpu_cluster 0 on # APIC cluster
chip cpu/amd/socket_939 # CPU
device lapic 0 on end # APIC
end
diff --git a/src/mainboard/asus/dsbf/devicetree.cb b/src/mainboard/asus/dsbf/devicetree.cb
index 958ab93523..b4d1b63ff8 100644
--- a/src/mainboard/asus/dsbf/devicetree.cb
+++ b/src/mainboard/asus/dsbf/devicetree.cb
@@ -22,7 +22,7 @@
chip northbridge/intel/i5000
- device lapic_cluster 0 on
+ device cpu_cluster 0 on
chip cpu/intel/socket_LGA771
device lapic 0 on end
end
diff --git a/src/mainboard/asus/k8v-x/devicetree.cb b/src/mainboard/asus/k8v-x/devicetree.cb
index 74c96bad1d..6bb9bc8b47 100644
--- a/src/mainboard/asus/k8v-x/devicetree.cb
+++ b/src/mainboard/asus/k8v-x/devicetree.cb
@@ -1,5 +1,5 @@
chip northbridge/amd/amdk8/root_complex # Root complex
- device lapic_cluster 0 on # APIC cluster
+ device cpu_cluster 0 on # APIC cluster
chip cpu/amd/socket_754 # CPU
device lapic 0 on end # APIC
end
diff --git a/src/mainboard/asus/m2n-e/devicetree.cb b/src/mainboard/asus/m2n-e/devicetree.cb
index 2d920177a4..7134dceed3 100644
--- a/src/mainboard/asus/m2n-e/devicetree.cb
+++ b/src/mainboard/asus/m2n-e/devicetree.cb
@@ -19,7 +19,7 @@
##
chip northbridge/amd/amdk8/root_complex # Root complex
- device lapic_cluster 0 on # (L)APIC cluster
+ device cpu_cluster 0 on # (L)APIC cluster
chip cpu/amd/socket_AM2 # CPU socket
device lapic 0 on end # Local APIC of the CPU
end
diff --git a/src/mainboard/asus/m2v-mx_se/devicetree.cb b/src/mainboard/asus/m2v-mx_se/devicetree.cb
index d3b5c1b505..213e3ea9c0 100644
--- a/src/mainboard/asus/m2v-mx_se/devicetree.cb
+++ b/src/mainboard/asus/m2v-mx_se/devicetree.cb
@@ -1,5 +1,5 @@
chip northbridge/amd/amdk8/root_complex # Root complex
- device lapic_cluster 0 on # APIC cluster
+ device cpu_cluster 0 on # APIC cluster
chip cpu/amd/socket_AM2 # CPU
device lapic 0 on end # APIC
end
diff --git a/src/mainboard/asus/m2v/devicetree.cb b/src/mainboard/asus/m2v/devicetree.cb
index 3e52394cbe..61d94bad3f 100644
--- a/src/mainboard/asus/m2v/devicetree.cb
+++ b/src/mainboard/asus/m2v/devicetree.cb
@@ -1,5 +1,5 @@
chip northbridge/amd/amdk8/root_complex # Root complex
- device lapic_cluster 0 on # APIC cluster
+ device cpu_cluster 0 on # APIC cluster
chip cpu/amd/socket_AM2 # CPU
device lapic 0 on end # APIC
end
diff --git a/src/mainboard/asus/m4a78-em/devicetree.cb b/src/mainboard/asus/m4a78-em/devicetree.cb
index bbf4b3d76c..e760c17e39 100644
--- a/src/mainboard/asus/m4a78-em/devicetree.cb
+++ b/src/mainboard/asus/m4a78-em/devicetree.cb
@@ -1,5 +1,5 @@
chip northbridge/amd/amdfam10/root_complex
- device lapic_cluster 0 on
+ device cpu_cluster 0 on
chip cpu/amd/socket_AM3 #L1 and DDR2
device lapic 0 on end
end
diff --git a/src/mainboard/asus/m4a785-m/devicetree.cb b/src/mainboard/asus/m4a785-m/devicetree.cb
index e6bd174f6c..4549ead77e 100644
--- a/src/mainboard/asus/m4a785-m/devicetree.cb
+++ b/src/mainboard/asus/m4a785-m/devicetree.cb
@@ -1,5 +1,5 @@
chip northbridge/amd/amdfam10/root_complex
- device lapic_cluster 0 on
+ device cpu_cluster 0 on
chip cpu/amd/socket_AM3 #L1 and DDR2
device lapic 0 on end
end
diff --git a/src/mainboard/asus/m4a785t-m/devicetree.cb b/src/mainboard/asus/m4a785t-m/devicetree.cb
index 2817b63a8a..9783989424 100644
--- a/src/mainboard/asus/m4a785t-m/devicetree.cb
+++ b/src/mainboard/asus/m4a785t-m/devicetree.cb
@@ -1,5 +1,5 @@
chip northbridge/amd/amdfam10/root_complex
- device lapic_cluster 0 on
+ device cpu_cluster 0 on
chip cpu/amd/socket_AM3 #L1 and DDR2
device lapic 0 on end
end
diff --git a/src/mainboard/asus/m5a88-v/devicetree.cb b/src/mainboard/asus/m5a88-v/devicetree.cb
index 1590b9fe4c..4b3142ede9 100644
--- a/src/mainboard/asus/m5a88-v/devicetree.cb
+++ b/src/mainboard/asus/m5a88-v/devicetree.cb
@@ -1,6 +1,6 @@
# sample config for advansus/A785E-I
chip northbridge/amd/amdfam10/root_complex
- device lapic_cluster 0 on
+ device cpu_cluster 0 on
chip cpu/amd/socket_AM3 #L1 and DDR3
device lapic 0 on end
end
diff --git a/src/mainboard/asus/mew-am/devicetree.cb b/src/mainboard/asus/mew-am/devicetree.cb
index cf04dc1617..8a20cab8a1 100644
--- a/src/mainboard/asus/mew-am/devicetree.cb
+++ b/src/mainboard/asus/mew-am/devicetree.cb
@@ -1,5 +1,5 @@
chip northbridge/intel/i82810 # Northbridge
- device lapic_cluster 0 on # APIC cluster
+ device cpu_cluster 0 on # APIC cluster
chip cpu/intel/socket_PGA370 # CPU
device lapic 0 on end # APIC
end
diff --git a/src/mainboard/asus/p2b-d/devicetree.cb b/src/mainboard/asus/p2b-d/devicetree.cb
index fb50362ecb..fe82a0d74d 100644
--- a/src/mainboard/asus/p2b-d/devicetree.cb
+++ b/src/mainboard/asus/p2b-d/devicetree.cb
@@ -1,5 +1,5 @@
chip northbridge/intel/i440bx # Northbridge
- device lapic_cluster 0 on # (L)APIC cluster
+ device cpu_cluster 0 on # (L)APIC cluster
chip cpu/intel/slot_1 # CPU socket 0
device lapic 0 on end # Local APIC of CPU 0
end
diff --git a/src/mainboard/asus/p2b-ds/devicetree.cb b/src/mainboard/asus/p2b-ds/devicetree.cb
index b7310dd1f3..b8e9e8580f 100644
--- a/src/mainboard/asus/p2b-ds/devicetree.cb
+++ b/src/mainboard/asus/p2b-ds/devicetree.cb
@@ -1,5 +1,5 @@
chip northbridge/intel/i440bx # Northbridge
- device lapic_cluster 0 on # (L)APIC cluster
+ device cpu_cluster 0 on # (L)APIC cluster
chip cpu/intel/slot_1 # CPU socket 0
device lapic 0 on end # Local APIC of CPU 0
end
diff --git a/src/mainboard/asus/p2b-f/devicetree.cb b/src/mainboard/asus/p2b-f/devicetree.cb
index f88a8f896a..5bee5ae96a 100644
--- a/src/mainboard/asus/p2b-f/devicetree.cb
+++ b/src/mainboard/asus/p2b-f/devicetree.cb
@@ -1,5 +1,5 @@
chip northbridge/intel/i440bx # Northbridge
- device lapic_cluster 0 on # APIC cluster
+ device cpu_cluster 0 on # APIC cluster
chip cpu/intel/slot_1 # CPU
device lapic 0 on end # APIC
end
diff --git a/src/mainboard/asus/p2b-ls/devicetree.cb b/src/mainboard/asus/p2b-ls/devicetree.cb
index 39f4246b0e..9a785da7b7 100644
--- a/src/mainboard/asus/p2b-ls/devicetree.cb
+++ b/src/mainboard/asus/p2b-ls/devicetree.cb
@@ -1,5 +1,5 @@
chip northbridge/intel/i440bx # Northbridge
- device lapic_cluster 0 on # APIC cluster
+ device cpu_cluster 0 on # APIC cluster
chip cpu/intel/slot_1 # CPU
device lapic 0 on end # APIC
end
diff --git a/src/mainboard/asus/p2b/devicetree.cb b/src/mainboard/asus/p2b/devicetree.cb
index 0feb7e45cb..84f0c2962d 100644
--- a/src/mainboard/asus/p2b/devicetree.cb
+++ b/src/mainboard/asus/p2b/devicetree.cb
@@ -1,5 +1,5 @@
chip northbridge/intel/i440bx # Northbridge
- device lapic_cluster 0 on # APIC cluster
+ device cpu_cluster 0 on # APIC cluster
chip cpu/intel/slot_1 # CPU
device lapic 0 on end # APIC
end
diff --git a/src/mainboard/asus/p3b-f/devicetree.cb b/src/mainboard/asus/p3b-f/devicetree.cb
index f88a8f896a..5bee5ae96a 100644
--- a/src/mainboard/asus/p3b-f/devicetree.cb
+++ b/src/mainboard/asus/p3b-f/devicetree.cb
@@ -1,5 +1,5 @@
chip northbridge/intel/i440bx # Northbridge
- device lapic_cluster 0 on # APIC cluster
+ device cpu_cluster 0 on # APIC cluster
chip cpu/intel/slot_1 # CPU
device lapic 0 on end # APIC
end