[Openocd-development] Failed to build src/helper/command.c on unknown host.

2010-01-08 Thread Masaki Muranaka
Hello, I attached a patch. There is no additional information needed, right? Thanks, -- Masaki Muranaka Monami software 0002-Invalid-directive-warn-.-It-should-be-warning.patch Description: Binary data ___ Openocd-development mailing list Openocd-dev

[Openocd-development] Can't build on OSX

2010-01-08 Thread Masaki Muranaka
Hello, I failed to build openocd on OSX. I got sources from git repository. The reason is simple. The recent version of Apple's GCC uses __APPLE__ instead of __DARWIN__. The patch is attached. Thanks, -- Masaki Muranaka Monami software 0001-Recent-Apple-s-gcc-used-__APPLE__-instead-of-__DA

Re: [Openocd-development] [PATCH] MIPS: update arch_info access to match other targets

2010-01-08 Thread David Brownell
On Friday 08 January 2010, Spencer Oliver wrote: > >   - add target_to_mips32 and target_to_m4k to match test of codebase. >   - mips32_arch_state now shows if processer is running mips16e isa. > ok by me... ___ Openocd-development mailing list Openocd

Re: [Openocd-development] [patch/rfc] NOR FLASH: only erase/unlock whole sectors

2010-01-08 Thread David Brownell
On Thursday 24 December 2009, David Brownell wrote: > + > +   /* REVISIT This needlessly touches sectors BETWEEN the > +    * sections it's writing.  Without auto erase, it just > +    * writes ones; unlikely to destroy data. For the reco

[Openocd-development] [PATCH] MIPS: update arch_info access to match other targets

2010-01-08 Thread Spencer Oliver
- add target_to_mips32 and target_to_m4k to match test of codebase. - mips32_arch_state now shows if processer is running mips16e isa. Signed-off-by: Spencer Oliver --- src/target/mips32.c | 46 +++--- src/target/mips32.h | 17 ++- src/target/mi

[Openocd-development] [PATCH] shutdown: more graceful shutdown

2010-01-08 Thread Øyvind Harboe
Shutdown is not an error condition, do not return error from main. Signed-off-by: Øyvind Harboe --- src/server/server.c |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/server/server.c b/src/server/server.c index f762704..173beb8 100644 --- a/src/server/server.c ++

Re: [Openocd-development] During nand flash writing OCD crashes with Hitex LPC3250-Stick

2010-01-08 Thread richard vegh
I will provide one if it works reliably. Anyway do you know why there is so big timing differences accessing large page nand flash with slc or mlc mode? With mlc mode accessing is fast: > lpc3180 select 0 mlc mlc controller selected > nand probe 0 NAND flash device 'NAND 128MiB 3,3V 8-bit' found