- Major update of the dynamic device tree so it can handle
authorEric Biederman <ebiederm@xmission.com>
Tue, 2 Sep 2003 03:36:25 +0000 (03:36 +0000)
committerEric Biederman <ebiederm@xmission.com>
Tue, 2 Sep 2003 03:36:25 +0000 (03:36 +0000)
commite9a271e32c53076445ef70da8aec8201c82693ec
treeaf88f51ba907922157d3b97f9713a07480223372
parentd4c14524f53d8e812cf52b57e16c53d259c44ea0
- Major update of the dynamic device tree so it can handle
  * subtractive resources
  * merging with the static device tree
  * more device types than just pci
- The piece to watch out for is the new enable_resources method that was needed in all of the drivers

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1096 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
25 files changed:
NEWS
src/arch/i386/lib/pci_ops.c
src/arch/ppc/lib/pci_ops.c
src/boot/hardwaremain.c
src/config/Options.lb
src/devices/Config.lb
src/devices/chip.c
src/devices/device.c
src/devices/device_util.c
src/devices/pci_device.c
src/devices/root_device.c [new file with mode: 0644]
src/include/device/chip.h
src/include/device/device.h
src/include/device/path.h [new file with mode: 0644]
src/include/device/pci.h
src/include/device/resource.h
src/mainboard/arima/hdama/Config.lb
src/mainboard/tyan/s2885/ti_firewire.c
src/southbridge/amd/amd8111/amd8111_acpi.c
src/southbridge/amd/amd8111/amd8111_ide.c
src/southbridge/amd/amd8111/amd8111_lpc.c
src/southbridge/amd/amd8111/amd8111_usb.c
src/southbridge/amd/amd8111/amd8111_usb2.c
src/southbridge/amd/amd8131/amd8131_bridge.c
src/southbridge/amd/amd8151/amd8151_agp3.c