the following patch was just integrated into master: commit d39d04c45dd0a66b7d7349fd38012abe4a5b76bf Author: Sven Schnelle svens@stackframe.org Date: Sun Oct 30 09:57:35 2011 +0100
Fix usb debug dongle support
- move enable_usbdebug() declaration to usbdebug.h - reinitialize debug driver in ramstage, as copying the data structure from romstage doesn't work right now. This way of copying data from romstage to ramstage is really board/cpu specific, and is likely to break often. So don't do it.
Change-Id: I394678ded6679c1803e29eb691b926182bdcab68 Signed-off-by: Sven Schnelle svens@stackframe.org
Build-Tested: build bot (Jenkins) at Sun Oct 30 12:47:32 2011, giving +1 Reviewed-By: Stefan Reinauer stefan.reinauer@coreboot.org at Mon Oct 31 04:06:10 2011, giving +2 See http://review.coreboot.org/355 for details.
-gerrit