[coreboot-gerrit] New patch to review for coreboot: 55922c1 X201: set default USB debug controller to 2.

Vladimir Serbinenko (phcoder@gmail.com) gerrit at coreboot.org
Thu Jan 9 11:18:42 CET 2014


Vladimir Serbinenko (phcoder at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/4635

-gerrit

commit 55922c1f06d4d97a334173671eaee8e9de662d93
Author: Vladimir Serbinenko <phcoder at gmail.com>
Date:   Thu Jan 9 11:06:37 2014 +0100

    X201: set default USB debug controller to 2.
    
    The other port is not easily accessible.
    
    Change-Id: I6ea31346a375debcd5fc1c27e4078e3a436715e3
    Signed-off-by: Vladimir Serbinenko <phcoder at gmail.com>
---
 src/mainboard/lenovo/x201/Kconfig | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/mainboard/lenovo/x201/Kconfig b/src/mainboard/lenovo/x201/Kconfig
index 76be9db..8e7ebae 100644
--- a/src/mainboard/lenovo/x201/Kconfig
+++ b/src/mainboard/lenovo/x201/Kconfig
@@ -43,6 +43,10 @@ config IRQ_SLOT_COUNT
 	int
 	default 18
 
+config USBDEBUG_HCD_INDEX
+	int
+	default 2
+
 config DRAM_RESET_GATE_GPIO
 	int
 	default 10



More information about the coreboot-gerrit mailing list