Use subsystem id from devicetree.cb instead of Kconfig and move
all boards to the new config scheme. Signed-off-by: Sven Schnelle <svens@stackframe.org> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6421 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@@ -75,12 +75,4 @@ config IRQ_SLOT_COUNT
|
||||
int
|
||||
default 11
|
||||
|
||||
config MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID
|
||||
hex
|
||||
default 0x108e
|
||||
|
||||
config MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID
|
||||
hex
|
||||
default 0x40
|
||||
|
||||
endif # BOARD_SUNW_ULTRA40
|
||||
|
@@ -5,6 +5,7 @@ chip northbridge/amd/amdk8/root_complex # Root complex
|
||||
end
|
||||
end
|
||||
device pci_domain 0 on # PCI domain
|
||||
subsystemid 0x108e 0x0040 inherit
|
||||
chip northbridge/amd/amdk8 # Northbridge / RAM controller
|
||||
device pci 18.0 on end
|
||||
device pci 18.0 on # Link 0 == LDT 0
|
||||
|
Reference in New Issue
Block a user