diff options
author | Sven Schnelle <svens@stackframe.org> | 2011-03-01 19:58:47 +0000 |
---|---|---|
committer | Sven Schnelle <svens@stackframe.org> | 2011-03-01 19:58:47 +0000 |
commit | 91321028ec3fac017e8e2c47ec5fe7742409b3b0 (patch) | |
tree | 738f9e0d9f124ef4670c5e21516695fc63fc6d46 /src/mainboard/via | |
parent | 270a908646273461b41e591739d778d3d675ff6f (diff) | |
download | coreboot-91321028ec3fac017e8e2c47ec5fe7742409b3b0.tar.xz |
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
Diffstat (limited to 'src/mainboard/via')
-rw-r--r-- | src/mainboard/via/Kconfig | 4 | ||||
-rw-r--r-- | src/mainboard/via/pc2500e/Kconfig | 8 | ||||
-rw-r--r-- | src/mainboard/via/pc2500e/devicetree.cb | 1 |
3 files changed, 1 insertions, 12 deletions
diff --git a/src/mainboard/via/Kconfig b/src/mainboard/via/Kconfig index f272247563..69805482d9 100644 --- a/src/mainboard/via/Kconfig +++ b/src/mainboard/via/Kconfig @@ -32,8 +32,4 @@ config MAINBOARD_VENDOR string default "VIA" -config MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID - hex - default 0x1019 - endif # VENDOR_VIA diff --git a/src/mainboard/via/pc2500e/Kconfig b/src/mainboard/via/pc2500e/Kconfig index 3244ea9fc7..70aa8d75fb 100644 --- a/src/mainboard/via/pc2500e/Kconfig +++ b/src/mainboard/via/pc2500e/Kconfig @@ -26,14 +26,6 @@ config IRQ_SLOT_COUNT int default 10 -config MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID - hex - default 0x1019 - -config MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID - hex - default 0xaa51 - config VGA_BIOS_FILE string default "M14CRT.ROM" diff --git a/src/mainboard/via/pc2500e/devicetree.cb b/src/mainboard/via/pc2500e/devicetree.cb index a891ef17c9..05ce877532 100644 --- a/src/mainboard/via/pc2500e/devicetree.cb +++ b/src/mainboard/via/pc2500e/devicetree.cb @@ -1,5 +1,6 @@ chip northbridge/via/cn700 # Northbridge device pci_domain 0 on # PCI domain + subsystemid 0x1019 0xaa51 inherit device pci 0.0 on end # AGP Bridge device pci 0.1 on end # Error Reporting device pci 0.2 on end # Host Bus Control |