diff options
author | Jason Schildt <jschildt@gmail.com> | 2005-10-25 21:30:33 +0000 |
---|---|---|
committer | Jason Schildt <jschildt@gmail.com> | 2005-10-25 21:30:33 +0000 |
commit | 00e463f73036fbedf2626e6bdf52cb907355c1c3 (patch) | |
tree | 8992e41c5633a2a36303efe6cc8743b885603925 /src/mainboard/arima/hdama | |
parent | bc6281a8fedd68195414d6dc6744914054b3f39d (diff) | |
download | coreboot-00e463f73036fbedf2626e6bdf52cb907355c1c3.tar.xz |
- See Issue Tracker id-7 "lnxi-patch-7"
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2071 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/arima/hdama')
-rw-r--r-- | src/mainboard/arima/hdama/Config.lb | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/src/mainboard/arima/hdama/Config.lb b/src/mainboard/arima/hdama/Config.lb index 0b04d51214..8b38b0a95b 100644 --- a/src/mainboard/arima/hdama/Config.lb +++ b/src/mainboard/arima/hdama/Config.lb @@ -129,6 +129,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 # northbridge @@ -317,13 +322,5 @@ chip northbridge/amd/amdk8/root_complex device pci 19.3 on end end 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 - end end |