the following patch was just integrated into master: commit e251653bf5f5d807218f1822ba950161648e0e34 Author: Denis 'GNUtoo' Carikli GNUtoo@no-log.org Date: Fri Jun 22 15:56:37 2012 +0200
Add an option for Waiting for gdb connection if the gdb stub configuration is chosen.
Here's a quick demonstration on how to use it(tested on M4A785T-M). (gdb) file ./build/cbfs/fallback/coreboot_ram.debug Reading symbols from [...]/build/cbfs/fallback/coreboot_ram.debug...done. (gdb) set remotebaud 115200 (gdb) target remote /dev/ttyUSB0 Remote debugging using /dev/ttyUSB0 _text () at src/arch/x86/lib/c_start.S:85 85 call hardwaremain
Change-Id: Ia49cbecc41deb061433bc39f5b81715da49edc98 Signed-off-by: Denis 'GNUtoo' Carikli GNUtoo@no-log.org
Build-Tested: build bot (Jenkins) at Sat Jun 23 02:44:45 2012, giving +1 Reviewed-By: Stefan Reinauer stefan.reinauer@coreboot.org at Sat Jun 23 07:50:07 2012, giving +2 See http://review.coreboot.org/1134 for details.
-gerrit