diff options
author | Yinghai Lu <yinghailu@gmail.com> | 2005-02-09 17:34:55 +0000 |
---|---|---|
committer | Yinghai Lu <yinghailu@gmail.com> | 2005-02-09 17:34:55 +0000 |
commit | 1f9f34228ac05d1a937af612da3792523afd2af1 (patch) | |
tree | b26e687dd135e191f4021ce0e31f6bd28a7ee3b4 /src | |
parent | 5f536e7a02be10204609e787bde26242eb937178 (diff) |
move apic before nb
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1915 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/island/aruma/Config.lb | 20 |
1 files changed, 5 insertions, 15 deletions
diff --git a/src/mainboard/island/aruma/Config.lb b/src/mainboard/island/aruma/Config.lb index a2c7d7d9c9..f45862d474 100644 --- a/src/mainboard/island/aruma/Config.lb +++ b/src/mainboard/island/aruma/Config.lb @@ -130,6 +130,11 @@ config chip.h # config for arima/hdama chip northbridge/amd/amdk8/root_complex + device apic_cluster 0 on + chip cpu/amd/socket_940 + device apic 0 on end + end + end device pci_domain 0 on chip northbridge/amd/amdk8 device pci 18.0 on end # device pci 18.0 @@ -326,20 +331,5 @@ chip northbridge/amd/amdk8/root_complex end - device apic_cluster 0 on - chip cpu/amd/socket_940 - device apic 0 on end - end - chip cpu/amd/socket_940 - device apic 1 on end - end - chip cpu/amd/socket_940 - device apic 2 on end - end - chip cpu/amd/socket_940 - device apic 3 on end - end - - end end |