[coreboot-gerrit] New patch to review for coreboot: b2e3705 samsung/lumpy: Select controller for usbdebug [NOTFORMERGE]

Kyösti Mälkki (kyosti.malkki@gmail.com) gerrit at coreboot.org
Wed Jun 12 10:44:26 CEST 2013


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/3440

-gerrit

commit b2e37057ebffb8f37573a99e4b15d1af9cfe96e3
Author: Kyösti Mälkki <kyosti.malkki at gmail.com>
Date:   Wed Jun 12 11:11:50 2013 +0300

    samsung/lumpy: Select controller for usbdebug [NOTFORMERGE]
    
    EHCI controller function changes from 0:1d.7 to 0:1d.0 in rcba_config().
    Similar changes take place on other boards. Better solution will be
    to read back from RCBA.
    
    Change-Id: I18a78bf875427c163c857c6f0888935c1d2a58d4
    Signed-off-by: Kyösti Mälkki <kyosti.malkki at gmail.com>
---
 src/mainboard/samsung/lumpy/Kconfig | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/src/mainboard/samsung/lumpy/Kconfig b/src/mainboard/samsung/lumpy/Kconfig
index a169726..1fcca2d 100644
--- a/src/mainboard/samsung/lumpy/Kconfig
+++ b/src/mainboard/samsung/lumpy/Kconfig
@@ -47,4 +47,12 @@ config MAINBOARD_POWER_ON_AFTER_POWER_FAIL
 	bool
 	default n
 
+config USBDEBUG_DEV
+	int
+	default 29
+
+config USBDEBUG_FUNC
+	int
+	default 0
+
 endif # BOARD_SAMSUNG_LUMPY



More information about the coreboot-gerrit mailing list