coreboot/device
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
..
agp_device.c The named unions in the device tree code are obnoxious and degrade 2008-08-10 00:20:24 +00:00
cardbus_device.c This patch continues the device code cleanup. 2008-11-05 22:27:36 +00:00
device.c This patch clarifies/fixes some debug output. 2008-11-17 19:18:36 +00:00
device_util.c This patch adds some debug functions, cleans up whitespace (per indent), and adds const in a few places. 2008-11-14 16:15:33 +00:00
hypertransport.c Fix a bunch of Doxygen warnings in v3 (trivial). 2008-10-23 18:55:01 +00:00
Kconfig Minor fixes and improvements for v3, mostly for Kconfig files (trivial). 2008-10-01 18:29:22 +00:00
Makefile This patch continues the device code cleanup. 2008-11-05 22:27:36 +00:00
pci_device.c This patch makes subsystem ids work. Here are the changes by file: 2008-11-19 03:05:33 +00:00
pci_ops.c The K8 is one example, but there are other devices (e.g. I2C) that also have 2008-09-17 16:36:20 +00:00
pci_rom.c Marc reviewed the v3 device tree code and we developed the set of 2008-10-27 20:05:38 +00:00
pcie_device.c This patch continues the device code cleanup. 2008-11-05 22:27:36 +00:00
pcix_device.c This fixes the 8132 so that it can be included in the build for serengeti. 2008-10-28 02:06:15 +00:00
pnp_device.c This is the first part of a v3 Super I/O refactoring. 2008-11-18 22:32:05 +00:00
pnp_raw.c Fix a bunch of Doxygen warnings in v3 (trivial). 2008-10-23 18:55:01 +00:00
root_device.c Make it so that read_resources only reads resources. 2008-10-29 18:29:19 +00:00
smbus_ops.c A lot of the v3 header files require other header files to be #included 2008-02-19 00:34:32 +00:00