Re: [Openocd-development] [PATCH] mips: add nor flash write from memory block

2011-06-05 Thread Øyvind Harboe
Merged. Thanks! -- Øyvind Harboe Can Zylin Consulting help on your project? US toll free 1-866-980-3434 / International +47 51 87 40 27 http://www.zylin.com/zy1000.html ARM7 ARM9 ARM11 XScale Cortex JTAG debugger and flash programmer ___ Openocd-d

Re: [Openocd-development] [PATCH] mips: add nor flash write from memory block

2011-06-04 Thread Mahr, Stefan
> Ref. your "todo:" shouldn't that be sorted out before we merge it? > > How does this affect the arm target? The actual code in HEAD tries to load arm code to mips target. Bad idea. :-) My patch checks for mips target and branches if needed. All other targets are not affected. This is the reas

Re: [Openocd-development] [PATCH] mips: add nor flash write from memory block

2011-06-04 Thread Øyvind Harboe
Ref. your "todo:" shouldn't that be sorted out before we merge it? How does this affect the arm target? -- Øyvind Harboe Can Zylin Consulting help on your project? US toll free 1-866-980-3434 / International +47 51 87 40 27 http://www.zylin.com/zy1000.html ARM7 ARM9 ARM11 XScale Cortex JTAG

[Openocd-development] [PATCH] mips: add nor flash write from memory block

2011-06-03 Thread Mahr, Stefan
Hi, Attached patch adds support for writing flash memory from a memory block. (Only 16bit buswidth, only spansion compatible.) Best Regards, Stefan 0002-mips-add-nor-flash-write-from-memory-block.patch Description: 0002-mips-add-nor-flash-write-from-memory-block.patch _