coreboot/device
Stefan Reinauer 6869f4a129 new device model from Ron
This tree shows the new model. It demonstrates the constructor array
in use, for devices that are and are not specified in the dts. It
introduces a new generic structure, device_id, analogous to
device_path, which can describe all the types of device IDs we have.
It shows a way to set up arrays of structs, in the dts, for the
constructors, so we avoid ldscript hacks.

Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
Acked-by: Stefan Reinauer <stepan@coresystems.de>



git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@233 f3766cd6-281f-0410-b1cd-43a5c92072e9
2007-03-10 15:55:41 +00:00
..
agp_device.c * rename devices to device for consistency 2007-02-23 11:23:37 +00:00
cardbus_device.c This one is going to break all your changes, but fix up a lot of code. 2007-02-27 14:03:20 +00:00
device.c new device model from Ron 2007-03-10 15:55:41 +00:00
device_util.c new device model from Ron 2007-03-10 15:55:41 +00:00
hypertransport.c A bunch of small cosmetic improvement of the printk() calls (trivial). 2007-03-07 21:07:13 +00:00
Makefile Various cosmetic fixes (trivial). 2007-03-06 05:08:31 +00:00
pci_device.c new device model from Ron 2007-03-10 15:55:41 +00:00
pci_ops.c A bunch of small cosmetic improvement of the printk() calls (trivial). 2007-03-07 21:07:13 +00:00
pci_rom.c A bunch of small cosmetic improvement of the printk() calls (trivial). 2007-03-07 21:07:13 +00:00
pciexp_device.c * rename devices to device for consistency 2007-02-23 11:23:37 +00:00
pcix_device.c * rename devices to device for consistency 2007-02-23 11:23:37 +00:00
pnp_device.c new device model from Ron 2007-03-10 15:55:41 +00:00
root_device.c new device model from Ron 2007-03-10 15:55:41 +00:00
smbus_ops.c This one is going to break all your changes, but fix up a lot of code. 2007-02-27 14:03:20 +00:00