Stefan Reinauer ([email protected]) just uploaded a new patch set to 
gerrit, which you can find at http://review.coreboot.org/756

-gerrit

commit 075dfb2195058ea398d7b47adb7c0afec0818261
Author: Stefan Reinauer <[email protected]>
Date:   Wed Nov 30 12:45:14 2011 -0800

    Don't unconditionally add support for cardbus and pci-x devices
    
    It's still on by default.
    
    Change-Id: I8b6539eaf2f8d6a4fa975deb14789a00f2090d34
    Signed-off-by: Stefan Reinauer <[email protected]>
---
 src/devices/Makefile.inc |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/devices/Makefile.inc b/src/devices/Makefile.inc
index 86b4d21..9ffc0bb 100644
--- a/src/devices/Makefile.inc
+++ b/src/devices/Makefile.inc
@@ -3,10 +3,10 @@ ramstage-y += root_device.c
 ramstage-y += device_util.c
 ramstage-y += pci_device.c
 ramstage-$(CONFIG_HYPERTRANSPORT_PLUGIN_SUPPORT) += hypertransport.c
-ramstage-y += pcix_device.c
+ramstage-$(CONFIG_PCIX_PLUGIN_SUPPORT) += pcix_device.c
 ramstage-y += pciexp_device.c
-ramstage-y += agp_device.c
-ramstage-y += cardbus_device.c
+ramstage-$(CONFIG_AGP_PLUGIN_SUPPORT) += agp_device.c
+ramstage-$(CONFIG_CARDBUS_PLUGIN_SUPPORT) += cardbus_device.c
 ramstage-y += pnp_device.c
 ramstage-y += pci_ops.c
 ramstage-y += smbus_ops.c

-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to