Re: [Openocd-development] proposed FASTDATA bulk write optimizationfor mips_m4k file transfers

2009-06-25 Thread Nico Coesel
From: openocd-development-boun...@lists.berlios.de [mailto:openocd-development-boun...@lists.berlios.de] On Behalf Of Nico Coesel Sent: woensdag 24 juni 2009 22:28 To: openocd-development@lists.berlios.de Subject: Re: [Openocd-development] proposed FASTDATA bulk write optimizationfor mips_m4k

Re: [Openocd-development] proposed FASTDATA bulk write optimizationfor mips_m4k file transfers

2009-06-25 Thread Øyvind Harboe
I gave it a try but it doesn't apply to OpenOCD 0.1.0 (jtag_get_end_state missing). It wouldn't. OpenOCD 0.1.0 is pretty ancient by now. Please try again with svn head. -- Øyvind Harboe Embedded software and hardware consulting services http://www.zylin.com

Re: [Openocd-development] proposed FASTDATA bulk write optimizationfor mips_m4k file transfers

2009-06-24 Thread Nico Coesel
I'm itching to apply any patches on MIPS4K, but I can't really dive into MIPS support and provide useful feedback Part of my job description in OpenOCD is to be a recruiter and we're desperately short on active MIPS target experts. If the PIC32 catches on you should see more MIPS experts.

Re: [Openocd-development] proposed FASTDATA bulk write optimizationfor mips_m4k file transfers

2009-06-24 Thread Spencer Oliver
I'm itching to apply any patches on MIPS4K, but I can't really dive into MIPS support and provide useful feedback Part of my job description in OpenOCD is to be a recruiter and we're desperately short on active MIPS target experts. So if anyone out there have opinions about MIPS

Re: [Openocd-development] proposed FASTDATA bulk write optimizationfor mips_m4k file transfers

2009-06-24 Thread David Claffey
The FASTDATA register is part of the EJTAG specification at least back to 3.10 (search for MD00047-2B-EJTAG-SPC-03.10.pdf to see the FASTDATA register). This patch optimizes any calls to target-type-bulk_write_memory() and I have only found the call in target.c. I don't know if flash programming