Edward O'Callaghan (eocallaghan@alterapraxis.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/7638
-gerrit
commit 49f0e2b5af22b0fc697fd3ba6c2c8ca12405aa5e Author: Edward O'Callaghan eocallaghan@alterapraxis.com Date: Thu Dec 4 04:50:40 2014 +1100
southbridge/amd/agesa/hudson/Kconfig: Don't build blobs by default
Don't build in non-essential blobs by default. Here is a list of reasons:
1.) XHCI mess with EHCI debug port which is far more important to work by default. 2.) Coreboot is opensource firmware, not blobboot which uses any way it can just for USB 3.0 to 'work' by default. 3.) Let boards and/or users /choose to/ include firmware if they actually /need/ it, not the converse.
Change-Id: Ie90f00d7c18d725f24fe1503fadaf098d3cefa4a Signed-off-by: Edward O'Callaghan eocallaghan@alterapraxis.com --- src/southbridge/amd/agesa/hudson/Kconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/southbridge/amd/agesa/hudson/Kconfig b/src/southbridge/amd/agesa/hudson/Kconfig index 0779000..3b94c4c 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 n help The XHCI controller must be enabled and the XHCI firmware must be added in order to have USB 3.0 support configured @@ -55,13 +55,13 @@ config HUDSON_XHCI_ENABLE
config HUDSON_XHCI_FWM bool "Add xhci firmware" - default y + default n help Add Hudson 2/3/4 XHCI Firmware to support the onboard USB 3.0
config HUDSON_IMC_FWM bool "Add imc firmware" - default y + default n help Add Hudson 2/3/4 IMC Firmware to support the onboard fan control