coreboot/src/devices
Stefan Reinauer 2a87ac6403 The check for zero sized resources is already done earlier. So don't redo it
here. I think we don't ever want to drop the extra check, since it indicates
that the components involved need fixing.

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4876 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2009-10-28 14:57:14 +00:00
..
agp_device.c coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3 2009-02-28 20:10:20 +00:00
cardbus_device.c Move the v3 resource allocator to v2. 2009-07-02 18:56:24 +00:00
Config.lb Some changes required to get yabel working on v2 (and they generally make 2009-03-01 10:16:01 +00:00
device.c The check for zero sized resources is already done earlier. So don't redo it 2009-10-28 14:57:14 +00:00
device_util.c Add few missing prototypes, and remove few unused (thus lonelly) variables. 2009-10-27 14:29:29 +00:00
hypertransport.c Remove some warnings. 2009-09-29 14:56:15 +00:00
Kconfig Add kconfig menus for most chipset VIDEO_MB values. 2009-10-26 21:42:13 +00:00
Makefile.inc Remove HyperTransport support from boards that don't need it. 2009-09-24 15:09:11 +00:00
pci_device.c Improve coreboot build output and eliminate some warnings: 2009-10-27 21:49:33 +00:00
pci_ops.c If no pci access method has been set for the device tree so far (e.g. 2009-09-22 00:09:41 +00:00
pci_rom.c Remove: 2009-10-03 16:24:58 +00:00
pciexp_device.c Improve coreboot build output and eliminate some warnings: 2009-10-27 21:49:33 +00:00
pcix_device.c coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3 2009-02-28 20:10:20 +00:00
pnp_device.c coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3 2009-02-28 20:10:20 +00:00
root_device.c Add const to get rid of some warnings when passing quoted strings. 2009-10-09 20:13:43 +00:00
smbus_ops.c die() does never return. Annotate it as such. 2009-06-05 11:41:51 +00:00