Mainboard: Fix IO-HUB link number in Dinar mainboard
According to file "northbridge.c" in family 15h code IO-HUB should be placed on link_lsit[0] in devicetree.cb. This hack in "northbridge.c" was made to satisfy both f10 and f15 cpu's. Change-Id: I4754235bd38239460347b0dc4a82cd4e58ae7cd0 Signed-off-by: Kostr <aladyshev@nicevt.ru> Reviewed-on: http://review.coreboot.org/1540 Tested-by: build bot (Jenkins) Reviewed-by: Marc Jones <marcj303@gmail.com>
This commit is contained in:
parent
9b757dccdc
commit
ee00e7bd73
|
@ -26,8 +26,7 @@ chip northbridge/amd/agesa/family15/root_complex
|
|||
device pci_domain 0 on
|
||||
subsystemid 0x1022 0x1705 inherit
|
||||
chip northbridge/amd/agesa/family15 # CPU side of HT root complex
|
||||
device pci 18.0 on end # Link 0
|
||||
device pci 18.0 on # Link 1, IO-HUB on socket0 link 2(internal Node0 Link 1)
|
||||
device pci 18.0 on # Put IO-HUB at link_num 0, Instead of HT Link topology to satisfy both f10 and f15 CPUs
|
||||
chip northbridge/amd/cimx/rd890 # North Bridge PCI side of HT Root complex
|
||||
device pci 0.0 on end # HT Root Complex
|
||||
device pci 0.1 off end # CLKCONFIG
|
||||
|
|
Loading…
Reference in New Issue