diff options
Diffstat (limited to 'src/mainboard/gigabyte')
-rw-r--r-- | src/mainboard/gigabyte/ga-6bxc/devicetree.cb | 2 | ||||
-rw-r--r-- | src/mainboard/gigabyte/ga-6bxe/devicetree.cb | 2 | ||||
-rw-r--r-- | src/mainboard/gigabyte/ga_2761gxdk/devicetree.cb | 2 | ||||
-rw-r--r-- | src/mainboard/gigabyte/m57sli/devicetree.cb | 2 | ||||
-rw-r--r-- | src/mainboard/gigabyte/ma785gm/devicetree.cb | 2 | ||||
-rw-r--r-- | src/mainboard/gigabyte/ma785gmt/devicetree.cb | 2 | ||||
-rw-r--r-- | src/mainboard/gigabyte/ma78gm/devicetree.cb | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/src/mainboard/gigabyte/ga-6bxc/devicetree.cb b/src/mainboard/gigabyte/ga-6bxc/devicetree.cb index a258515f3d..5b5c1ae325 100644 --- a/src/mainboard/gigabyte/ga-6bxc/devicetree.cb +++ b/src/mainboard/gigabyte/ga-6bxc/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/gigabyte/ga-6bxe/devicetree.cb b/src/mainboard/gigabyte/ga-6bxe/devicetree.cb index 0f3f201fd8..85f478559a 100644 --- a/src/mainboard/gigabyte/ga-6bxe/devicetree.cb +++ b/src/mainboard/gigabyte/ga-6bxe/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/gigabyte/ga_2761gxdk/devicetree.cb b/src/mainboard/gigabyte/ga_2761gxdk/devicetree.cb index 0bf93077df..c2aecadac9 100644 --- a/src/mainboard/gigabyte/ga_2761gxdk/devicetree.cb +++ b/src/mainboard/gigabyte/ga_2761gxdk/devicetree.cb @@ -1,5 +1,5 @@ chip northbridge/amd/amdk8/root_complex - device lapic_cluster 0 on + device cpu_cluster 0 on chip cpu/amd/socket_AM2 device lapic 0 on end end diff --git a/src/mainboard/gigabyte/m57sli/devicetree.cb b/src/mainboard/gigabyte/m57sli/devicetree.cb index 197f1cb8af..59029322e5 100644 --- a/src/mainboard/gigabyte/m57sli/devicetree.cb +++ b/src/mainboard/gigabyte/m57sli/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_AM2 # CPU socket device lapic 0 on end # Local APIC of the CPU end diff --git a/src/mainboard/gigabyte/ma785gm/devicetree.cb b/src/mainboard/gigabyte/ma785gm/devicetree.cb index 49bfe2a48c..c7d9932d42 100644 --- a/src/mainboard/gigabyte/ma785gm/devicetree.cb +++ b/src/mainboard/gigabyte/ma785gm/devicetree.cb @@ -1,6 +1,6 @@ # sample config for gigabyte/ma785gm 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/gigabyte/ma785gmt/devicetree.cb b/src/mainboard/gigabyte/ma785gmt/devicetree.cb index c7c0ae1399..bd98313f22 100644 --- a/src/mainboard/gigabyte/ma785gmt/devicetree.cb +++ b/src/mainboard/gigabyte/ma785gmt/devicetree.cb @@ -1,6 +1,6 @@ # sample config for gigabyte/ma785gmt 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/gigabyte/ma78gm/devicetree.cb b/src/mainboard/gigabyte/ma78gm/devicetree.cb index 2fb0f1b87b..8d81fbeeb4 100644 --- a/src/mainboard/gigabyte/ma78gm/devicetree.cb +++ b/src/mainboard/gigabyte/ma78gm/devicetree.cb @@ -1,6 +1,6 @@ # sample config for gigabyte/ma78gm chip northbridge/amd/amdfam10/root_complex - device lapic_cluster 0 on + device cpu_cluster 0 on chip cpu/amd/socket_AM2r2 #L1 and DDR2 device lapic 0 on end end |