diff options
author | Li-Ta Lo <ollie@lanl.gov> | 2005-01-10 23:16:22 +0000 |
---|---|---|
committer | Li-Ta Lo <ollie@lanl.gov> | 2005-01-10 23:16:22 +0000 |
commit | 883b8793c9777544101261ebcbed6088e0df1593 (patch) | |
tree | 821dfaf9181d0f5be523c21f3c75cc77fbce427f /src/devices/Config.lb | |
parent | 7ee97999ad03c2134049ba4554e1f5036924cd6d (diff) | |
download | coreboot-883b8793c9777544101261ebcbed6088e0df1593.tar.xz |
added PCI expansion ROM support,
works for some ATI and Nvidia AGP cards now.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1851 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/devices/Config.lb')
-rw-r--r-- | src/devices/Config.lb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/devices/Config.lb b/src/devices/Config.lb index 9da0aac9c9..da621e7962 100644 --- a/src/devices/Config.lb +++ b/src/devices/Config.lb @@ -6,3 +6,6 @@ object pnp_device.o object hypertransport.o object pci_ops.o object smbus_ops.o + +object pci_rom.o +dir emulator |