Re: [OpenOCD-devel] USB-Blaster support

2012-03-18 Thread Franck Jullien
2012/3/18 Robert Jarzmik : > Franck Jullien writes: > >> 2012/3/18 Franck Jullien : >> For your information, >> >> I did test the current patch available and it doesn't work for me. I >> have a test platform using an USB-Blaster (built-in my DE1 board) and >> an OpenRISC cpu. > > Hi Franck, > > It

Re: [OpenOCD-devel] [PATCH]: 98b7438 topic: Added support for the SAM4S variants

2012-03-18 Thread Attila Kinali
Moin, On Sun, 18 Mar 2012 15:56:01 + (UTC) ger...@openocd.zylin.com wrote: > commit 98b7438ec9ad6c54d26d91b59cdef0381ae7a7fa > Author: Olivier Schonken > Date: Sun Mar 18 15:36:54 2012 +0200 > > topic: Added support for the SAM4S variants > > Atmel introduced 6 new Cortex-M4

[OpenOCD-devel] Request for Jenkins admin

2012-03-18 Thread Evan Hunter
Hi, I would like to request the following change to the Jenkins configuration(s): At the start of each build, please echo the following information * Full build system details - e.g. MinGW 64-bit running in Virtualbox on Ubuntu 11.04 64-bit * Version & build details of relevan

Re: [OpenOCD-devel] USB-Blaster support

2012-03-18 Thread Robert Jarzmik
Franck Jullien writes: > 2012/3/18 Franck Jullien : > For your information, > > I did test the current patch available and it doesn't work for me. I > have a test platform using an USB-Blaster (built-in my DE1 board) and > an OpenRISC cpu. Hi Franck, It's great to have someone testing the rewri

[OpenOCD-devel] [PATCH]: 9bb3574 Fix printf format errors in MinGW 32-bit

2012-03-18 Thread gerrit
This is an automated email from Gerrit. Evan Hunter (evanhunter...@gmail.com) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/530 -- gerrit commit 9bb35743ba2a50acb9241cac9ee2a2ea4d179d8c Author: unknown Date: Mon Mar 19 07:03:06 2012 +1100 Fix pr

[OpenOCD-devel] pic32mx.cfg from git

2012-03-18 Thread salvador
Hello Please move "global _WORKAREASIZE" to near the the beginning of the config file, before the first use of _WORKAREASIZE, otherwise openocd won't start. Thanks Salvador. -- This SF email is sponsosred by: Try Win

Re: [OpenOCD-devel] USB-Blaster support

2012-03-18 Thread Franck Jullien
2012/3/18 Franck Jullien : > 2012/3/17 Peter Stuge : >> Hi Franck, >> >> Franck Jullien wrote: >>> I'd like to know if someone as ever worked with the USB-Blaster, >>> used this patch or create his own patch. >> >> A complete rewrite of the USB Blaster driver is being worked on. >> You can assist o

[OpenOCD-devel] [PATCH]: 287c278 Implemented default blank checking, and page erase for load_image scenarios. This is to compensate for the EWP flash commands only working on the first 2 8KB sectors

2012-03-18 Thread gerrit
This is an automated email from Gerrit. Olivier Schonken (olivier.schon...@gmail.com) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/529 -- gerrit commit 287c2785bdfb5be634f32e900aa81ad3a08fbd38 Author: Olivier Schonken Date: Sun Mar 18 17:49:03 2012

Re: [OpenOCD-devel] Gerrit: updating someone elses patch?

2012-03-18 Thread Attila Kinali
On Sun, 18 Mar 2012 14:22:21 +0400 Paul Fertser wrote: > Hi, > > On Sun, Mar 18, 2012 at 10:55:43AM +0100, Attila Kinali wrote: > > After getting a patch from gerrit with git fetch... > > How do i update the very same patch without submitting a new one? > > Just use commit --amend or rebase -i

Re: [OpenOCD-devel] Gerrit: updating someone elses patch?

2012-03-18 Thread Paul Fertser
Hi, On Sun, Mar 18, 2012 at 10:55:43AM +0100, Attila Kinali wrote: > After getting a patch from gerrit with git fetch... > How do i update the very same patch without submitting a new one? Just use commit --amend or rebase -i and do not change the Change-Id: field that is already present there.

[OpenOCD-devel] Gerrit: updating someone elses patch?

2012-03-18 Thread Attila Kinali
Moin, Before i do something stupid: After getting a patch from gerrit with git fetch... How do i update the very same patch without submitting a new one? Attila Kinali -- Why does it take years to find the answers to the questions one should have asked long ago? ---

Re: [OpenOCD-devel] USB-Blaster support

2012-03-18 Thread Franck Jullien
2012/3/17 Peter Stuge : > Hi Franck, > > Franck Jullien wrote: >> I'd like to know if someone as ever worked with the USB-Blaster, >> used this patch or create his own patch. > > A complete rewrite of the USB Blaster driver is being worked on. > You can assist or just follow the progress at > > htt