Re: [U-Boot] PATCH arm920t kgdb serial support

2009-05-05 Thread Wolfgang Denk
Dear barbal...@igi.cnr.it, In message 4a0078e2.2060...@igi.cnr.it you wrote: diff -r -u u-boot/common/kgdb.c u-boot-UniPd-denx.de/common/kgdb.c --- u-boot/common/kgdb.c2007-11-06 18:07:07.0 +0100 +++ u-boot-UniPd-denx.de/common/kgdb.c2009-05-05 18:44:25.0 Commit

[U-Boot] [PATCH] arm920t kgdb serial support

2009-05-05 Thread barbalace
This patch add kgdb to ARM920T cpus (full support to s3c2440). The patch lets debugging remote ARM targets using the serial line and GDB. Signed-off-by: Antonio Barbalace antonio.barbalace at igi.cnr.it diff -r -u u-boot/common/kgdb.c u-boot-UniPd-denx.de/common/kgdb.c --- u-boot/common/kgdb.c

Re: [U-Boot] [PATCH] arm920t kgdb serial support

2009-05-05 Thread Scott Wood
barbal...@igi.cnr.it wrote: This patch add kgdb to ARM920T cpus (full support to s3c2440). The patch lets debugging remote ARM targets using the serial line and GDB. Signed-off-by: Antonio Barbalace antonio.barbalace at igi.cnr.it diff -r -u u-boot/common/kgdb.c