diff options
author | Patrick Georgi <patrick.georgi@coresystems.de> | 2009-11-27 11:03:20 +0000 |
---|---|---|
committer | Patrick Georgi <patrick.georgi@coresystems.de> | 2009-11-27 11:03:20 +0000 |
commit | 4638c924f0e0ceb150956acead08b97949074e8e (patch) | |
tree | f6d80482f799d8f7273772e28114b786726a7e8c /src/mainboard/supermicro | |
parent | 13250d13f726b3ecc54ae39deabb7b1e7372918a (diff) | |
download | coreboot-4638c924f0e0ceb150956acead08b97949074e8e.tar.xz |
Make newconfig and kconfig agree on MAINBOARD_PCI_SUBSYSTEM_{VENDOR,DEVICE}_ID
Usually, this means adding values to Kconfig, but in a few cases, adding values
to newconfig, too (which doesn't hurt).
Also really hook up tyan/s2850 and tyan/s2875 to kconfig, and have them still
build.
Trivial and stupid kconfig changes, just lots of them.
Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de>
Acked-by: Patrick Georgi <patrick.georgi@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4959 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/supermicro')
-rw-r--r-- | src/mainboard/supermicro/h8dme/Kconfig | 11 | ||||
-rw-r--r-- | src/mainboard/supermicro/h8dmr/Kconfig | 11 | ||||
-rw-r--r-- | src/mainboard/supermicro/x6dhr_ig/Kconfig | 2 | ||||
-rw-r--r-- | src/mainboard/supermicro/x6dhr_ig2/Kconfig | 2 |
4 files changed, 24 insertions, 2 deletions
diff --git a/src/mainboard/supermicro/h8dme/Kconfig b/src/mainboard/supermicro/h8dme/Kconfig index 74d18cfbc8..bff000b5d8 100644 --- a/src/mainboard/supermicro/h8dme/Kconfig +++ b/src/mainboard/supermicro/h8dme/Kconfig @@ -110,3 +110,14 @@ config IRQ_SLOT_COUNT int default 11 depends on BOARD_SUPERMICRO_H8DME + +config MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID + hex + default 0x15d9 + depends on BOARD_SUPERMICRO_H8DME + +config MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID + hex + default 0x1511 + depends on BOARD_SUPERMICRO_H8DME + diff --git a/src/mainboard/supermicro/h8dmr/Kconfig b/src/mainboard/supermicro/h8dmr/Kconfig index 5af3986e51..7482b6d16f 100644 --- a/src/mainboard/supermicro/h8dmr/Kconfig +++ b/src/mainboard/supermicro/h8dmr/Kconfig @@ -109,3 +109,14 @@ config IRQ_SLOT_COUNT int default 11 depends on BOARD_SUPERMICRO_H8DMR + +config MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID + hex + default 0x15d9 + depends on BOARD_SUPERMICRO_H8DMR + +config MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID + hex + default 0x1511 + depends on BOARD_SUPERMICRO_H8DMR + diff --git a/src/mainboard/supermicro/x6dhr_ig/Kconfig b/src/mainboard/supermicro/x6dhr_ig/Kconfig index 8f59a37bf2..1432f789db 100644 --- a/src/mainboard/supermicro/x6dhr_ig/Kconfig +++ b/src/mainboard/supermicro/x6dhr_ig/Kconfig @@ -37,7 +37,7 @@ config MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID config MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID hex - default 0x6780 + default 0x5580 depends on BOARD_SUPERMICRO_X6DHR_IG config MAX_CPUS diff --git a/src/mainboard/supermicro/x6dhr_ig2/Kconfig b/src/mainboard/supermicro/x6dhr_ig2/Kconfig index e349dc6773..c327617e95 100644 --- a/src/mainboard/supermicro/x6dhr_ig2/Kconfig +++ b/src/mainboard/supermicro/x6dhr_ig2/Kconfig @@ -37,7 +37,7 @@ config MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID config MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID hex - default 0x6780 + default 0x5580 depends on BOARD_SUPERMICRO_X6DHR_IG2 config MAX_CPUS |