[coreboot] New patch to review for coreboot: b3a29af wtm2: Disable USB port 7 (SD card) due to hang

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Fri Mar 15 21:23:46 CET 2013


Stefan Reinauer (stefan.reinauer at coreboot.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/2764

-gerrit

commit b3a29af70398ed2bc9822db98122090be8119c60
Author: Duncan Laurie <dlaurie at chromium.org>
Date:   Thu Mar 14 14:59:10 2013 -0700

    wtm2: Disable USB port 7 (SD card) due to hang
    
    This is causing a hang in depthcharge.  For now just disable
    this port.
    
    Change-Id: I87a6db2d8361588e82eee640c74cea690115bed5
    Signed-off-by: Duncan Laurie <dlaurie at chromium.org>
---
 src/mainboard/intel/wtm2/romstage.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mainboard/intel/wtm2/romstage.c b/src/mainboard/intel/wtm2/romstage.c
index b0232ec..440b35f 100644
--- a/src/mainboard/intel/wtm2/romstage.c
+++ b/src/mainboard/intel/wtm2/romstage.c
@@ -106,7 +106,7 @@ void mainboard_romstage_entry(unsigned long bist)
 			{ 1, 0, 0x0040 }, /* P4: */
 			{ 1, 0, 0x0040 }, /* P5: */
 			{ 1, 0, 0x0040 }, /* P6: */
-			{ 1, 0, 0x0040 }, /* P7: */
+			{ 0, 0, 0x0040 }, /* P7: Disable SDCARD due to hang */
 			{ 1, 0, 0x0040 }, /* P8: */
 			{ 1, 0, 0x0040 }, /* P9: */
 			{ 1, 0, 0x0040 }, /* P10: */



More information about the coreboot mailing list