[coreboot-gerrit] Patch set updated for coreboot: df3ba88 southbridge/hudson: only enable XHCI when USE_BLOBS is set

Felix Held (felix-coreboot@felixheld.de) gerrit at coreboot.org
Wed Jan 7 10:49:51 CET 2015


Felix Held (felix-coreboot at felixheld.de) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/8090

-gerrit

commit df3ba88b532152ab2aab620cbe77e2cf910720a9
Author: Felix Held <felix-coreboot at felixheld.de>
Date:   Sun Jan 4 17:33:41 2015 +0100

    southbridge/hudson: only enable XHCI when USE_BLOBS is set
    
    only enable XHCI when the firmware is present
    
    Change-Id: I1de706d753da76a9e7c4fec2c5a5cae9e639c3da
    Signed-off-by: Felix Held <felix-coreboot at felixheld.de>
---
 src/southbridge/amd/agesa/hudson/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/southbridge/amd/agesa/hudson/Kconfig b/src/southbridge/amd/agesa/hudson/Kconfig
index f957c48..510db70 100644
--- a/src/southbridge/amd/agesa/hudson/Kconfig
+++ b/src/southbridge/amd/agesa/hudson/Kconfig
@@ -45,7 +45,7 @@ config EHCI_BAR
 
 config HUDSON_XHCI_ENABLE
 	bool "Enable Hudson XHCI Controller"
-	default y
+	default y if USE_BLOBS
 	help
 	  The XHCI controller must be enabled and the XHCI firmware
 	  must be added in order to have USB 3.0 support configured



More information about the coreboot-gerrit mailing list