Re: [Openocd-development] [patch] fix segfault in httpd postprocessing

2009-08-20 Thread Øyvind Harboe
Committed. Thanks! -- Øyvind Harboe Embedded software and hardware consulting services http://www.zylin.com ___ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development

[Openocd-development] GIT mirror of OpenOCD SVN set up ...

2009-08-20 Thread David Brownell
I did a "git svn clone -s svn://svn.berlios.de/openocd" and it took over 97 minutes ... which is way too long. So I finally just set up a public clone, which is visible via gitweb at http://openocd.git.sourceforge.net/git/gitweb.cgi?p=openocd/openocd;a=summary There's a fairly ugly webpage at

[Openocd-development] [patch] fix segfault in httpd postprocessing

2009-08-20 Thread Florian Boor
Hello, this patch fixes a segfault executing commands from the web interface using the "Run Command" tab. Tested with latest OpenOCD from SVN running on Ubuntu 9.04 with libmicrohttpd 0.4.0~pre1. Greetings Florian -- The dream of yesterday Florian Boor is the hope of today

Re: [Openocd-development] at91sam9260 errors

2009-08-20 Thread Ferdinand Postema
Hi Rene, I have done some time measurements. These are my boot times: After Powerup: Bootrom starts after 0 seconds AT91 boot starts after 0 seconds u-boot starts after 1 second linux starts after 7 seconds linux is ready after 14 seconds network is up and ubifs is ready after 19 seconds All tim

Re: [Openocd-development] [PATCH] svf: Allow blank characters beetween hex digits.

2009-08-20 Thread Øyvind Harboe
Committed. Thanks! -- Øyvind Harboe Embedded software and hardware consulting services http://www.zylin.com ___ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development

[Openocd-development] [PATCH] svf: Allow blank characters beetween hex digits.

2009-08-20 Thread Piotr Ziecik
This patch adds handling blank characters between hex digits in SVF file, making OpenOCD compatible with files generated by Altera Quatrus II 9.0. Signed-off-by: Piotr Ziecik --- src/svf/svf.c | 97 ++-- 1 files changed, 38 insertions(+), 59

Re: [Openocd-development] [PATCH] ftdi high speed support

2009-08-20 Thread Spencer Oliver
> > Attached patch makes the ftdi highspeed support a bit more dynamic. > It now check during runtime if you have attached a highspeed > device and have > built openocd using an older driver. > > I have also added a cmd "ft2232_legacy_mode" to enable legacy > mode for the > newer devices. > >

Re: [Openocd-development] [patch] cm3 reset cleanup

2009-08-20 Thread Spencer Oliver
> > The request *is* standard... > > > as the sequence will not work on a stm32. > > It is implementation dependant, > > but SoC vendors don't necessarily handle that one the same. > > (What happens on STM32?) > > > > but is the correct sequence for luminary - > > luminary support helpe

Re: [Openocd-development] [patch] thumb2 ldrex/strex/... disassembly

2009-08-20 Thread Øyvind Harboe
Committed. Thanks! -- Øyvind Harboe Embedded software and hardware consulting services http://www.zylin.com ___ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development