diff options
author | Patrick Georgi <patrick.georgi@coresystems.de> | 2010-05-05 13:12:42 +0000 |
---|---|---|
committer | Patrick Georgi <patrick.georgi@coresystems.de> | 2010-05-05 13:12:42 +0000 |
commit | 8d313685b094f0ffa020e5707c5857b1a2063d28 (patch) | |
tree | 2a2aaef1594d2eb4b88ea9ce179ee5d137a89e14 /src/mainboard/iwill | |
parent | 68befd5d34ce22b03ea78028dc362eec0440f83c (diff) |
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/iwill')
-rw-r--r-- | src/mainboard/iwill/dk8_htx/devicetree.cb | 4 | ||||
-rw-r--r-- | src/mainboard/iwill/dk8s2/devicetree.cb | 6 | ||||
-rw-r--r-- | src/mainboard/iwill/dk8x/devicetree.cb | 6 |
3 files changed, 8 insertions, 8 deletions
diff --git a/src/mainboard/iwill/dk8_htx/devicetree.cb b/src/mainboard/iwill/dk8_htx/devicetree.cb index 734a93fe0a..e1cb939552 100644 --- a/src/mainboard/iwill/dk8_htx/devicetree.cb +++ b/src/mainboard/iwill/dk8_htx/devicetree.cb @@ -1,7 +1,7 @@ chip northbridge/amd/amdk8/root_complex - device apic_cluster 0 on + device lapic_cluster 0 on chip cpu/amd/socket_940 - device apic 0 on end + device lapic 0 on end end end device pci_domain 0 on diff --git a/src/mainboard/iwill/dk8s2/devicetree.cb b/src/mainboard/iwill/dk8s2/devicetree.cb index 5c389f26ff..7587e15216 100644 --- a/src/mainboard/iwill/dk8s2/devicetree.cb +++ b/src/mainboard/iwill/dk8s2/devicetree.cb @@ -77,12 +77,12 @@ chip northbridge/amd/amdk8/root_complex device pci 19.3 on end end end - device apic_cluster 0 on + device lapic_cluster 0 on chip cpu/amd/socket_940 - device apic 0 on end + device lapic 0 on end end chip cpu/amd/socket_940 - device apic 1 on end + device lapic 1 on end end end end diff --git a/src/mainboard/iwill/dk8x/devicetree.cb b/src/mainboard/iwill/dk8x/devicetree.cb index a275425751..b9430b112d 100644 --- a/src/mainboard/iwill/dk8x/devicetree.cb +++ b/src/mainboard/iwill/dk8x/devicetree.cb @@ -56,12 +56,12 @@ chip northbridge/amd/amdk8/root_complex device pci 19.3 on end end end - device apic_cluster 0 on + device lapic_cluster 0 on chip cpu/amd/socket_940 - device apic 0 on end + device lapic 0 on end end chip cpu/amd/socket_940 - device apic 1 on end + device lapic 1 on end end end end |