Re: [Openocd-development] [OpenOCD][PULL Request][MIPS32] Fixed single byte memory write

2011-07-30 Thread Andreas Fritiofson
On Sat, Jul 30, 2011 at 4:26 AM, Mahr, Stefan stefan.m...@sphairon.comwrote: Hi Drasko. Drasko DRASKOVIC (1): mips32 : Fixed memory byte access Your patch fixes the broken byte access, but not the big endian host issue. Since both problems are tied together, I would prefer a more

Re: [Openocd-development] [OpenOCD][PULL Request][MIPS32] Fixed single byte memory write

2011-07-30 Thread Mahr, Stefan
Andreas Fritiofson wrote: +void target_buffer_get_u32_array(struct target *target, const uint8_t *buffer, uint32_t count, uint32_t *dstbuf); +void target_buffer_get_u16_array(struct target *target, const uint8_t *buffer, uint32_t count, uint16_t *dstbuf); +void

[Openocd-development] Release?

2011-07-30 Thread Freddie Chopin
Is the idea to make a release already dead? rc2 was the last (3 weeks ago) and there were huge plans to have six of such release candidates. There were not many new patches in the repository, maybe not enough to mandate another release candidate, but there are not many patches because people

Re: [Openocd-development] OpenOCD 0.5.0-rc2 release

2011-07-30 Thread Tomek CEDRO
Hello! :-) Trying to bootstrap on FreeBSD 8.2-RELEASE fails with the 0.5.0-rc2 as given at: http://openocd.git.sourceforge.net/git/gitweb.cgi?p=openocd/openocd;a=snapshot;h=d4cd6f032015552f00bf4b5a90f25f5f958e9d9e;sf=tgz This should probably never happen with the real package as configure

[Openocd-development] Reset fails LM3S Tempest C5 due to failure to read device class

2011-07-30 Thread B
Using Open On-Chip Debugger 0.5.0-dev-00948-gd4cd6f0 (2011-07-30-15:55) LM3S3N26-C5 is not detected as a Tempest device and so uses the sysresetreq in place of the needed vectreset in stellaris.cfg. The device class appears to be set by: set device_class [expr (([mrw 0x400fe000] 16) 0xff)]

Re: [Openocd-development] OpenOCD 0.5.0-rc2 release

2011-07-30 Thread Andreas Fritiofson
On Sat, Jul 30, 2011 at 7:10 PM, Tomek CEDRO tomek.ce...@gmail.com wrote: Hello! :-) Trying to bootstrap on FreeBSD 8.2-RELEASE fails with the 0.5.0-rc2 as given at: