coreboot/mainboard
Myles Watson 12a3094274 This patch makes subsystem ids work. Here are the changes by file:
device/pci_device.c:
    Only update IDs if:
    - The device is on the mainboard
    - The device has a Vendor ID and Device ID
    - The device has a set_subsystem function in ops_pci(dev)

util/dtc/flattree.c:
    Make devices from the dts be on_mainboard.
    If they're plugged in, they shouldn't be in the dts.

mainboard/amd/serengeti/dts:
    Add subsystem_vendor and subsystem_device.

Build tested on Serengeti.  Getting closer :)

Signed-off-by: Myles Watson <mylesgw@gmail.com>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>


git-svn-id: svn://coreboot.org/repository/coreboot-v3@1045 f3766cd6-281f-0410-b1cd-43a5c92072e9
2008-11-19 03:05:33 +00:00
..
adl Every GeodeLX target already has spd_read_byte in 2008-08-27 22:58:04 +00:00
amd This patch makes subsystem ids work. Here are the changes by file: 2008-11-19 03:05:33 +00:00
amp Minor fixes and improvements for v3, mostly for Kconfig files (trivial). 2008-10-01 18:29:22 +00:00
artecgroup artecgroup/dbe62: Remove old memory setup related commented out calls and touch up a comment. 2008-11-17 10:31:40 +00:00
emulation General cleanup and comments for things that should be fixed in future. 2008-10-29 04:25:32 +00:00
gigabyte Gigabyte M57SLI compilation is broken in v3. With a small makefile and 2008-11-16 16:09:09 +00:00
jetway Add core2 stage1.c dependency 2008-11-14 05:05:24 +00:00
kontron Move v2 printk_foo(...) syntax to v3 printk(BIOS_FOO, ...) syntax. 2008-11-16 01:22:18 +00:00
pcengines Remove insignificant unused spd_devices arrays. 2008-11-13 01:04:35 +00:00
via Fix EPIA-CN build in v3 by dropping duplicated stop_ap() definition (trivial). 2008-11-15 16:13:12 +00:00
Kconfig Filling in core 2 support. 2008-11-12 00:38:13 +00:00