move apic before nb
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1915 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
5f536e7a02
commit
1f9f34228a
|
@ -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
|
||||
|
@ -325,21 +330,6 @@ chip northbridge/amd/amdk8/root_complex
|
|||
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
|
||||
chip cpu/amd/socket_940
|
||||
device apic 2 on end
|
||||
end
|
||||
chip cpu/amd/socket_940
|
||||
device apic 3 on end
|
||||
end
|
||||
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue