On Mon, Mar 28, 2011 at 11:31 AM, Øyvind Harboe <oyvind.har...@zylin.com> wrote: > Any objections to committing? > > Could you also list the necessary patches here? > > > 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 >
The other patches I had to apply are the two hunks mentioned in this thread http://lists.berlios.de/pipermail/openocd-development/2011-March/018337.html but as Drasko said if they are applied and mips_m4k_bulk_write_memory fails and falls back to mips_m4k_write_memory then the bits will be shuffled twice. I've looked at the code and there are various ways it could be fixed, the most simple would be to remove the automatic use of bulk_write for over 128 bytes and to remove the automatic fallback to write_memory, leaving the user to decide which to use, commands already exist for both (fast_load_image, load_image). Andy _______________________________________________ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development