Re: [Openocd-development] Status of building using Mingw64?

2011-07-05 Thread Xiaofan Chen
On Wed, Jul 6, 2011 at 8:16 AM, Rodrigo Rosa wrote: > thanks for the bins > i downloaded: > http://code.google.com/p/picusb/downloads/detail?name=libftdi-0.19_mingw32.zip&can=2&q= > http://sourceforge.net/projects/libusb-win32/files/libusb-win32-releases/1.2.4.0/libusb-win32-bin-1.2.4.0.zip/downlo

Re: [Openocd-development] Status of building using Mingw64?

2011-07-05 Thread Rodrigo Rosa
thanks for the bins i downloaded: http://code.google.com/p/picusb/downloads/detail?name=libftdi-0.19_mingw32.zip&can=2&q= http://sourceforge.net/projects/libusb-win32/files/libusb-win32-releases/1.2.4.0/libusb-win32-bin-1.2.4.0.zip/download and ran the following configure: ./configure --enable-man

Re: [Openocd-development] [OpenOCD][MIPS32]Cache non-coherent - sync missing

2011-07-05 Thread Drasko DRASKOVIC
On Wed, Jul 6, 2011 at 12:33 AM, Igor Skochinsky wrote: > Hello Drasko, > > Wednesday, July 6, 2011, 12:00:11 AM, you wrote: > >>> DD> On the first look, this can be accomplished by reading CP0 PRId >>> DD> register, but Revision field is not quite well explained. >>> DD> I have no idea how to obt

Re: [Openocd-development] [OpenOCD][MIPS32]Cache non-coherent - sync missing

2011-07-05 Thread Igor Skochinsky
Hello Drasko, Wednesday, July 6, 2011, 12:00:11 AM, you wrote: >> DD> On the first look, this can be accomplished by reading CP0 PRId >> DD> register, but Revision field is not quite well explained. >> DD> I have no idea how to obtain info if the proc is MIPS32/64 Rev2 >> compliant. >> >> You sh

Re: [Openocd-development] [OpenOCD][MIPS32]Cache non-coherent - sync missing

2011-07-05 Thread Drasko DRASKOVIC
2011/7/5 Igor Skochinsky : > Hello Drasko, > > Tuesday, July 5, 2011, 7:01:44 PM, you wrote: > > DD> On Tue, Jul 5, 2011 at 6:17 PM, Spencer Oliver > wrote: >>> I think your patch is ok, but would be better if it checks the arch version >>> and issue a warning about cache writes not supported or

Re: [Openocd-development] static_lib directory missing?

2011-07-05 Thread Steve Bennett
On 06/07/2011, at 1:14 AM, Bill Traynor wrote: > I'm attempting to compile OpenOCD (git:master branch) for use with the > PandaBoard using the ftd2xx driver, and am experiencing the following: > > ./configure --enable-ft2232_ftd2xx > --with-ftd2xx-linux-tardir=${HOME}/dev/libftd2xx1.0.4 > --pr

[Openocd-development] C6A816x EVM. How to add a new CortexA8 based board?

2011-07-05 Thread Brian Hutchinson
Hi, I've been absent from OpenOCD for a year or so. Trying to get back up to speed with all the changes that have been made. I was wondering how to go about developing configs for a new Cortex A8 based cpu. I have a Spectrum Digital C6A816x EVM. This has ARM & DSP and is based on Cortex A8 but

Re: [Openocd-development] [OpenOCD][MIPS32]Cache non-coherent - sync missing

2011-07-05 Thread Igor Skochinsky
Hello Drasko, Tuesday, July 5, 2011, 7:01:44 PM, you wrote: DD> On Tue, Jul 5, 2011 at 6:17 PM, Spencer Oliver wrote: >> I think your patch is ok, but would be better if it checks the arch version >> and issue a warning about cache writes not supported or something along >> those lines. DD> On

Re: [Openocd-development] static_lib directory missing?

2011-07-05 Thread Bill Traynor
Please disregard, the libftdi here worked: http://www.intra2net.com/en/developer/libftdi/download.php On Tue, Jul 5, 2011 at 11:14, Bill Traynor wrote: > I'm attempting to compile OpenOCD (git:master branch) for use with the > PandaBoard using the ftd2xx driver, and am experiencing the followi

Re: [Openocd-development] [OpenOCD][MIPS32]Cache non-coherent - sync missing

2011-07-05 Thread Drasko DRASKOVIC
On Tue, Jul 5, 2011 at 6:17 PM, Spencer Oliver wrote: > I think your patch is ok, but would be better if it checks the arch version > and issue a warning about cache writes not supported or something along > those lines. On the first look, this can be accomplished by reading CP0 PRId register, bu

Re: [Openocd-development] [OpenOCD][MIPS32]Cache non-coherent - sync missing

2011-07-05 Thread Spencer Oliver
On 05/07/2011 17:09, Drasko DRASKOVIC wrote: On Tue, Jul 5, 2011 at 5:32 PM, Spencer Oliver wrote: After a quick look over i see your patch assumes that synci is supported by the target - may not be the case. Hi Spen, yes, this is true. Otherwise we can re-implement this with "cache" command,

Re: [Openocd-development] [OpenOCD][MIPS32]Cache non-coherent - sync missing

2011-07-05 Thread Drasko DRASKOVIC
On Tue, Jul 5, 2011 at 5:32 PM, Spencer Oliver wrote: > After a quick look over i see your patch assumes that synci is > supported by the target - may not be the case. Hi Spen, yes, this is true. Otherwise we can re-implement this with "cache" command, but it will not be so nice. If we decide to

Re: [Openocd-development] [OpenOCD][MIPS32]Cache non-coherent - sync missing

2011-07-05 Thread Spencer Oliver
On 5 July 2011 15:44, Drasko DRASKOVIC wrote: > On Thu, Jun 30, 2011 at 6:25 PM, Drasko DRASKOVIC > wrote: >> Now, in case of EJTAG communication implementation in mips32_pracc.c >> this is not a simple thing to implement. I am currently adding missing >> opcodes and trying to craft a miniprogram

Re: [Openocd-development] Please welcome Jean-Christophe as release manager

2011-07-05 Thread Jean-Christophe PLAGNIOL-VILLARD
On 20:05 Mon 04 Jul , Freddie Chopin wrote: > On 2011-07-04 16:11, Jean-Christophe PLAGNIOL-VILLARD wrote: > >I'll prepare the tarball on sf.net > > A tarball would be highly appreciated (; Drop us a line on the list > when it will be available! (; for rc I think a tarball is not needed as we

[Openocd-development] static_lib directory missing?

2011-07-05 Thread Bill Traynor
I'm attempting to compile OpenOCD (git:master branch) for use with the PandaBoard using the ftd2xx driver, and am experiencing the following: ./configure --enable-ft2232_ftd2xx --with-ftd2xx-linux-tardir=${HOME}/dev/libftd2xx1.0.4 --prefix=/home/wmat/bin/openOCD Error: checking uninstalled ftd2xx

Re: [Openocd-development] [OpenOCD][MIPS32]Cache non-coherent - sync missing

2011-07-05 Thread Drasko DRASKOVIC
On Thu, Jun 30, 2011 at 6:25 PM, Drasko DRASKOVIC wrote: > Now, in case of EJTAG communication implementation in mips32_pracc.c > this is not a simple thing to implement. I am currently adding missing > opcodes and trying to craft a miniprogram based on bytecode, similar > to existing stuff. It is