Stefan Reinauer ([email protected]) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/2764
-gerrit commit b3a29af70398ed2bc9822db98122090be8119c60 Author: Duncan Laurie <[email protected]> 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 <[email protected]> --- 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: */ -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

