Re: [Openocd-development] cygwin: git head jimsh compilation failed

2011-04-05 Thread Steve Bennett
On 05/04/2011, at 3:53 PM, Mathias K. wrote: I was able to link openocd against libjim. There is only a problem to link jimsh against libjim. Strange. Perhaps you can send me libjim.a and I'll take a look. Cheers, Steve Regards, Mathias Am 02.04.2011 03:10, schrieb Steve

Re: [Openocd-development] Set of MIPS patches (big endian, FASTDATA, error propagation, optimizations...)

2011-04-05 Thread Øyvind Harboe
Merged 1, 2 and 4. #3 needs more time to cool off and an explanation of what's going on. Please complete discussions and development, then start a new thread on #3 once you've got something ready to be merged as I won't be following this thread in any detail. Please change the comments next

Re: [Openocd-development] [Patch] USB Blaster improvements

2011-04-05 Thread Øyvind Harboe
Are these ready to be merged? I don't know this driver, so I'm going to have to rely on your and the lists judgment here. -- Ø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

Re: [Openocd-development] Set of MIPS patches (big endian, FASTDATA, error propagation, optimizations...)

2011-04-05 Thread Laurent Gauch
On Mon, Apr 4, 2011 at 7:51 PM, Øyvind Harboe oyvind.harboe at zylin.com https://lists.berlios.de/mailman/listinfo/openocd-development wrote: / Any objections to merging 1,2 and 4? // // I think #3 needs more discussion or cool-off. My objection is // that we don't know why this makes things

Re: [Openocd-development] Set of MIPS patches (big endian, FASTDATA, error propagation, optimizations...)

2011-04-05 Thread Drasko DRASKOVIC
On Tue, Apr 5, 2011 at 9:01 AM, Laurent Gauch laurent.ga...@amontec.com wrote: On Mon, Apr 4, 2011 at 7:51 PM, Øyvind Harboe oyvind.harboe at zylin.com https://lists.berlios.de/mailman/listinfo/openocd-development wrote: / Any objections to merging 1,2 and 4? // // I think #3 needs more

Re: [Openocd-development] Set of MIPS patches (big endian, FASTDATA, error propagation, optimizations...)

2011-04-05 Thread Andrew Lyon
On Mon, Apr 4, 2011 at 7:54 PM, Andrew Lyon andrew.l...@gmail.com wrote: On Mon, Apr 4, 2011 at 6:51 PM, Øyvind Harboe oyvind.har...@zylin.com wrote: Any objections to merging 1,2 and 4? I think #3 needs more discussion or cool-off. My objection is that we don't know why this makes things

[Openocd-development] Fwd: mourning the loss of David Brownell

2011-04-05 Thread Xiaofan Chen
Sad news... -- Forwarded message -- From: Greg KH g...@kroah.com Date: Tue, Apr 5, 2011 at 11:48 AM Subject: mourning the loss of David Brownell To: linux-ker...@vger.kernel.org, linux-...@vger.kernel.org As I have seen this tangentally mentioned already a few times publically,

Re: [Openocd-development] Set of MIPS patches (big endian, FASTDATA, error propagation, optimizations...)

2011-04-05 Thread Laurent Gauch
Drasko DRASKOVIC wrote: On Tue, Apr 5, 2011 at 9:01 AM, Laurent Gauch laurent.ga...@amontec.com wrote: On Mon, Apr 4, 2011 at 7:51 PM, Øyvind Harboe oyvind.harboe at zylin.com https://lists.berlios.de/mailman/listinfo/openocd-development wrote: / Any objections to merging 1,2 and 4?

Re: [Openocd-development] Set of MIPS patches (big endian, FASTDATA, error propagation, optimizations...)

2011-04-05 Thread Drasko DRASKOVIC
No, it's one-bit register. EJTAG spec : The width of the Fastdata register is 1 bit. During a Fastdata access, the Fastdata register is written and read, i.e., a bit is shifted in and a bit is shifted out. (See Section 6.4.3 on page 91 for how the Data + Fastdata registers are selected by the

Re: [Openocd-development] Fwd: mourning the loss of David Brownell

2011-04-05 Thread Tomek CEDRO
On Tue, Apr 5, 2011 at 9:26 AM, Xiaofan Chen xiaof...@gmail.com wrote: As I have seen this tangentally mentioned already a few times publically, I figured it warranted it's own announcement now. Linux has lost a great developer with the passing of David Brownell recently and he will be

Re: [Openocd-development] Fwd: mourning the loss of David Brownell

2011-04-05 Thread Spencer Oliver
On 05/04/2011 10:26, Xiaofan Chen wrote: Sad news... -- Forwarded message -- From: Greg KHg...@kroah.com Date: Tue, Apr 5, 2011 at 11:48 AM Subject: mourning the loss of David Brownell To: linux-ker...@vger.kernel.org, linux-...@vger.kernel.org As I have seen this tangentally

[Openocd-development] [PATCH] build: correctly use AC_LANG_PROGRAM

2011-04-05 Thread Spencer Oliver
From: Spencer Oliver ntfr...@users.sourceforge.net With newer versions of autoconf = 2.68 we receive warnings about the incorrect use of AC_LANG_PROGRAM. This fixes those warnings. Signed-off-by: Spencer Oliver ntfr...@users.sourceforge.net --- configure.in | 47

Re: [Openocd-development] Fwd: mourning the loss of David Brownell

2011-04-05 Thread Laurent Gauch
Amontec Team thoughts are with David's family. We had a lot of great technical support with David. Laurent http://www.amontec.com ___ Openocd-development mailing list Openocd-development@lists.berlios.de

Re: [Openocd-development] Set of MIPS patches (big endian, FASTDATA, error propagation, optimizations...)

2011-04-05 Thread Drasko DRASKOVIC
Hi all, I did some more research on this subject. I had to dig deeper into EJTAG specification. I came basck to the story about busy-waiting PrAcc to be 1 before initiating FASTDATA access, like I did it before, in the first implementation - which was a performance killer. Here are some of the

Re: [Openocd-development] Set of MIPS patches (big endian, FASTDATA, error propagation, optimizations...)

2011-04-05 Thread Øyvind Harboe
The first goal should be to commit a correct and robust solution, from there we can discuss optimizations. -- Ø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

[Openocd-development] console jtag patch for cortex_a

2011-04-05 Thread Michel JAOUEN
Hello, Here is a path that implements console jtag on cortex a. I tested it as follow : I activated the flag on Kernel low-level debugging via EmbeddedICE DCC channel. And : - Message uncompressing Linux... done, booting the kernel. Is received - Kernel is booting. Best Regards

Re: [Openocd-development] [Patch] USB Blaster improvements

2011-04-05 Thread Ali Lown
Excerpts from Øyvind Harboe's message of Tue Apr 05 07:25:36 +0100 2011: Are these ready to be merged? I say yes, but comments from the list would be useful. I haven't implemented as was suggested an instance struct for the driver, choosing to use a global buffer, as is used in other drivers. I

Re: [Openocd-development] console jtag patch for cortex_a

2011-04-05 Thread Øyvind Harboe
Looks good to me! Any objections? -- Ø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

Re: [Openocd-development] Fwd: mourning the loss of David Brownell

2011-04-05 Thread Jon Povey
openocd-development-boun...@lists.berlios.de wrote: Linux has lost a great developer with the passing of David Brownell recently and he will be greatly missed. Thank you for reposting this. Often it seems every bit of code I need to work on turns out to have been written by DB. His code has

Re: [Openocd-development] console jtag patch for cortex_a

2011-04-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-development] in GDB, FT2232D can work at TCK 6MHz, but FT2232H can only work at 3MHz

2011-04-05 Thread dswei
The target board is s3c2440. the log is: (gdb) monitor jtag_khz 3000 3000 kHz (gdb) load u-boot Loading section .text, size 0x2044c lma 0x33f8 Loading section .rodata, size 0x1d54 lma 0x33fa044c Loading section .rodata.str1.4, size 0x7cb7 lma 0x33fa21a0 Loading section .data, size 0x1558 lma

Re: [Openocd-development] Fwd: mourning the loss of David Brownell

2011-04-05 Thread Tornado
Same here, My thoughts are with him and his family. On 04/06/2011 06:17 AM, Jon Povey wrote: openocd-development-boun...@lists.berlios.de wrote: Linux has lost a great developer with the passing of David Brownell recently and he will be greatly missed. Thank you for reposting this. Often it