[coreboot-gerrit] Patch set updated for coreboot: 4df9b2e usbdebug: Add optional quirk for old DIY debug part

Kyösti Mälkki (kyosti.malkki@gmail.com) gerrit at coreboot.org
Wed Feb 5 14:02:58 CET 2014


Kyösti Mälkki (kyosti.malkki at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/3868

-gerrit

commit 4df9b2ea9e06605d7c6fa42917675c86bee039a5
Author: Kyösti Mälkki <kyosti.malkki at gmail.com>
Date:   Thu Jun 6 10:33:39 2013 +0300

    usbdebug: Add optional quirk for old DIY debug part
    
    Not sure what this is about. Required for FX2.
    
    Change-Id: I86878f8f570911ed1ed3ec844c232ac91e934072
    Signed-off-by: Kyösti Mälkki <kyosti.malkki at gmail.com>
---
 src/drivers/usb/ehci_debug.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/drivers/usb/ehci_debug.c b/src/drivers/usb/ehci_debug.c
index e17f4cf..be9a508 100644
--- a/src/drivers/usb/ehci_debug.c
+++ b/src/drivers/usb/ehci_debug.c
@@ -720,10 +720,12 @@ try_next_port:
 	}
 	dprintk(BIOS_INFO, "EHCI debug port enabled.\n");
 
+#if 0
 	/* Completely transfer the debug device to the debug controller */
 	portsc = read32((unsigned long)&ehci_regs->port_status[debug_port - 1]);
 	portsc &= ~PORT_PE;
 	write32((unsigned long)&ehci_regs->port_status[debug_port - 1], portsc);
+#endif
 
 	dbgp_mdelay(100);
 



More information about the coreboot-gerrit mailing list