[coreboot-gerrit] New patch to review for coreboot: 86f6582 southbridge/hudson: only enable XHCI when USE_BLOBS is set

Felix Held (felix-coreboot@felixheld.de) gerrit at coreboot.org
Sun Jan 4 17:34:02 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 86f65823b0fd84e59d6d9fc0ea617aaf263b7f43
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