Dave Frodin (dave.frodin(a)se-eng.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/3464
-gerrit
commit 05fda1219503166c7a9dfc41bedd94a945bd4145
Author: Dave Frodin <dave.frodin(a)se-eng.com>
Date: Fri Jun 14 07:11:40 2013 -0600
AMD/Hudson: Add config option to enable XHCI
To have USB 3.0 support the XHCI controller needs to be enabled
and the xhci.bin firmware needs to be added to CBFS.
Change-Id: I0b641b30b67163b7dc73ee7ae67efe678e11c000
Signed-off-by: Dave Frodin <dave.frodin(a)se-eng.com>
---
src/southbridge/amd/agesa/hudson/Kconfig | 14 +++++++++++---
1 file changed, 11 insertions(+), 3 deletions(-)
diff --git a/src/southbridge/amd/agesa/hudson/Kconfig b/src/southbridge/amd/agesa/hudson/Kconfig
index 7aa3405..735aa93 100644
--- a/src/southbridge/amd/agesa/hudson/Kconfig
+++ b/src/southbridge/amd/agesa/hudson/Kconfig
@@ -40,11 +40,19 @@ config EHCI_DEBUG_OFFSET
hex
default 0xe0
+config HUDSON_XHCI_ENABLE
+ bool "Enable Hudson XHCI Controller"
+ default y
+ help
+ The XHCI controller must be enabled and the XHCI firmware
+ must be added for USB 3.0 support.
+
config HUDSON_XHCI_FWM
- bool "Add xhci firmware"
+ bool "Add xhci.bin firmware"
+ depends on HUDSON_XHCI_ENABLE
default y
- help
- Add Hudson 2/3/4 XHCI Firmware to support the onboard usb3.0
+ help
+ Add Hudson 2/3/4 XHCI Firmware to support the onboard USB 3.0
config HUDSON_IMC_FWM
bool "Add imc firmware"