Vladimir Serbinenko (phcoder@gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/4635
-gerrit
commit ba8f513d0a5fbc158056b1c050089ad856256c23 Author: Vladimir Serbinenko phcoder@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@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