Paul Menzel (paulepanter@users.sourceforge.net) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10882
-gerrit
commit 0dd9e35e2c4caf101918ff22356fd3ff90ad5af5 Author: Paul Menzel paulepanter@users.sourceforge.net Date: Sat Jul 11 15:35:38 2015 +0200
[NOTFORMERGE] Enable USB debug by default for build testing
Enable USB debug to build test Change-Id: If742c1b393fe4655696d8e201fb0ff87dc8d712f [1].
Also fix whitespace.
[1] http://review.coreboot.org/10646
Change-Id: I81c58c8a7f1c9e681465a20d312dcd0a8c14a049 Signed-off-by: Paul Menzel paulepanter@users.sourceforge.net --- src/console/Kconfig | 2 +- src/drivers/usb/Kconfig | 2 +- src/include/device/pci_ehci.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/console/Kconfig b/src/console/Kconfig index 7d6fa0e..5bddb66 100644 --- a/src/console/Kconfig +++ b/src/console/Kconfig @@ -111,7 +111,7 @@ config SPKMODEM config CONSOLE_USB bool "USB dongle console output" depends on USBDEBUG - default n + default y help Send coreboot debug output to USB.
diff --git a/src/drivers/usb/Kconfig b/src/drivers/usb/Kconfig index c05705e..2d36072 100644 --- a/src/drivers/usb/Kconfig +++ b/src/drivers/usb/Kconfig @@ -11,7 +11,7 @@ config HAVE_USBDEBUG_OPTIONS
config USBDEBUG bool "USB 2.0 EHCI debug dongle support" - default n + default y depends on HAVE_USBDEBUG help This option allows you to use a so-called USB EHCI Debug device diff --git a/src/include/device/pci_ehci.h b/src/include/device/pci_ehci.h index b916d01..e6ee8ca 100644 --- a/src/include/device/pci_ehci.h +++ b/src/include/device/pci_ehci.h @@ -3,7 +3,7 @@ * * Copyright (C) 2007 AMD * Copyright (C) 2015 Sage Electronic Engineering, LLC. - * + * * Written by Yinghai Lu yinghai.lu@amd.com for AMD. * * This program is free software; you can redistribute it and/or modify