Re: [Openocd-development] git question.....

2011-10-25 Thread Øyvind Harboe
Use interactive rebasing: git rebase --help When you're done rebasing, just type "git push review" and all the updated patches will be updated in gerrit. -- Øyvind Harboe - Can Zylin Consulting help on your project? US toll free 1-866-980-3434 http://www.zylin.com/ _

Re: [Openocd-development] git gui

2011-10-25 Thread Øyvind Harboe
On Wed, Oct 26, 2011 at 2:12 AM, Peter Stuge wrote: > jim norris wrote: >> For those using a git gui, what are you using? > > On which system? > > For Windows, there is Git Extensions and TortoiseGit. The Git > Extensions looked less slick than TortoiseGit last time I looked, but > TortoisGit on t

[Openocd-development] Does openocd support cortex A5?

2011-10-25 Thread Richard LIU
Best Regards Richard LIU ___ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development

[Openocd-development] New patch to review for openocd: 8fe27c6 Add configuration for ATMEL SAM3N-EK board.

2011-10-25 Thread gerrit
This is an automated email from Gerrit. Jim Norris (u17...@att.net) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/125 -- gerrit commit 8fe27c6b570eec0fc0ae92c5c880ecab8f2babc7 Author: Jim Norris Date: Tue Oct 25 20:49:12 2011 -0500 Add configura

[Openocd-development] New patch to review for openocd: 75885f4 Add configuration for ATMEL SAM3N series.

2011-10-25 Thread gerrit
This is an automated email from Gerrit. Jim Norris (u17...@att.net) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/124 -- gerrit commit 75885f412340321dac7d89edb3edcaefe9902d18 Author: Jim Norris Date: Tue Oct 25 20:48:35 2011 -0500 Add configura

Re: [Openocd-development] git question.....

2011-10-25 Thread Austin, Alex
Oh, that should be "git rebase -I temp" and remove the "pick" line for the original commit, so that its replacement will be there instead. > -Original Message- > From: openocd-development-boun...@lists.berlios.de [mailto:openocd- > development-boun...@lists.berlios.de] On Behalf Of Austin,

Re: [Openocd-development] git question.....

2011-10-25 Thread Austin, Alex
Does file3 rely on file2, which relies on file1, or are they all independent? If they're a sequence, then git checkout -b temp HEAD~2 git add file1.c git commit --amend git checkout git rebase temp git push review You don't need to do indi

Re: [Openocd-development] git question.....

2011-10-25 Thread Christopher Harvey
On 25/10/11 07:57 PM, jim norris wrote: I do the following... git add file1.c git commit file1.c git push review git add file2.c git commit file2.c git push review git add file3.c git commit file3.c git push review I then realize I made a mistake in file1.c so... -- make the change git add

Re: [Openocd-development] git gui

2011-10-25 Thread Austin, Alex
I actually use "git gui". It's not quite as "slick" as some other options, but it has a lot of functionality in it. > -Original Message- > From: openocd-development-boun...@lists.berlios.de [mailto:openocd- > development-boun...@lists.berlios.de] On Behalf Of Peter Stuge > Sent: Tuesday, O

Re: [Openocd-development] git gui

2011-10-25 Thread Peter Stuge
jim norris wrote: > For those using a git gui, what are you using? On which system? For Windows, there is Git Extensions and TortoiseGit. The Git Extensions looked less slick than TortoiseGit last time I looked, but TortoisGit on the other hand lacked fundamental functionality. For Mac, there is

[Openocd-development] git question.....

2011-10-25 Thread jim norris
I do the following... git add file1.c git commit file1.c git push review git add file2.c git commit file2.c git push review git add file3.c git commit file3.c git push review I then re

[Openocd-development] git gui

2011-10-25 Thread jim norris
For those using a git gui, what are you using? ___ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development

[Openocd-development] New patch to review for openocd: 2d7fe5d Add flash wait state support.

2011-10-25 Thread gerrit
This is an automated email from Gerrit. Jim Norris (u17...@att.net) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/123 -- gerrit commit 2d7fe5da261bad5008d163d472933c6603ad6505 Author: Jim Norris Date: Tue Oct 25 16:05:26 2011 -0500 Add flash wai

[Openocd-development] New patch to review for openocd: cc5d73e Add configuration file for ATMEL SAM3N-EK board.

2011-10-25 Thread gerrit
This is an automated email from Gerrit. Jim Norris (u17...@att.net) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/122 -- gerrit commit cc5d73ea869503e70e7cf6ce6a30bee7bf874199 Author: Jim Norris Date: Tue Oct 25 15:52:06 2011 -0500 Add configura

[Openocd-development] New patch to review for openocd: c9b29a7 Add configuration file for ATMEL SAM3N series.

2011-10-25 Thread gerrit
This is an automated email from Gerrit. Jim Norris (u17...@att.net) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/121 -- gerrit commit c9b29a7dfaae65a583024a1ab0b48cd7875f1d69 Author: Jim Norris Date: Tue Oct 25 15:50:13 2011 -0500 Add configura

Re: [Openocd-development] [PATCH] ft2232: Set PWR_RST and LOOPBACK for xds100v2

2011-10-25 Thread Mathias K.
Ups, sorry, this is our guideline: http://openocd.sourceforge.net/doc/doxygen/html/index.html Regards, Mathias Am 25.10.2011 22:44, schrieb Mathias K.: > Hello, > > you should update > http://openocd.sourceforge.net/doc/doxygen/html/patchguide.html or remove this > ugly "Developer's Guide"

Re: [Openocd-development] [PATCH] ft2232: Set PWR_RST and LOOPBACK for xds100v2

2011-10-25 Thread Mathias K.
Hello, you should update http://openocd.sourceforge.net/doc/doxygen/html/patchguide.html or remove this ugly "Developer's Guide". Regards, Mathias Am 25.10.2011 22:32, schrieb Peter Stuge: > Mathias K. wrote: >> 2.) create a ssl certificate >> and set it in your profile at gerrit and make it

Re: [Openocd-development] [PATCH] ft2232: Set PWR_RST and LOOPBACK for xds100v2

2011-10-25 Thread Peter Stuge
Mathias K. wrote: > 2.) create a ssl certificate > and set it in your profile at gerrit and make it available to your local ssh > client SSH private key - not an SSL certificate. See also http://openocd.zylin.com/gitweb/?p=openocd.git;a=blob;f=HACKING //Peter __

[Openocd-development] Gerrit + Jenkins is up

2011-10-25 Thread Øyvind Harboe
We're still working on tweaking a few things, but it is up and running now. -- Øyvind Harboe - Can Zylin Consulting help on your project? US toll free 1-866-980-3434 http://www.zylin.com/ ___ Openocd-development mailing list Openocd-development@lists.

[Openocd-development] New patch to review for openocd: 4205745 stm3220g_eval.cfg: fix CHIPNAME.

2011-10-25 Thread gerrit
This is an automated email from Gerrit. Marti Bolivar (mboli...@leaflabs.com) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/120 -- gerrit commit 42057451cb8ed248d28a0ac7d7f876f84234404d Author: Marti Bolivar Date: Tue Oct 25 15:52:10 2011 -0400

Re: [Openocd-development] [PATCH] ft2232: Set PWR_RST and LOOPBACK for xds100v2

2011-10-25 Thread Mathias K.
Hello Kyle, the patch works with the TMS570 eval. board. You should use gerrit to submit the patch. "Short" instruction that works for me: 1.) register at http://openocd.zylin.com/ with a OPENID (you need a google or yahoo account (or other)) 2.) create a ssl certificate and set it in your pro

[Openocd-development] request to change the filename nor/tms470.c/.h

2011-10-25 Thread Mathias K.
Hello, this is a request to change the filename and (later) the internal names to tif05.c/.h / tif05 or something. Background: The TMS470R cpu from TI use the F05 Flash Module. The latest chips TMS470MF and TMS570 use the new F035 Flash Module. The Flash Modules are quite different and the cu

Re: [Openocd-development] Amontec - Out of business?

2011-10-25 Thread Ananda Regmi
Thanks for your input Christopher. Don't get me wrong. I have been using one right now and it's been working great. And I do already have the cable. The problem here is this cold, unresponsive customer service. -Ananda On Mon, Oct 24, 2011 at 3:06 PM, Christopher Harvey wrote: > On Mon, 24 Oct 2

Re: [Openocd-development] jimtcl compile error

2011-10-25 Thread Alexander Stein
On Monday 24 October 2011 20:24:57 billium wrote: > I am trying to update openocd but it fails to build: > > In function `Jim_Nvp_name2value_obj': > jim-nvp.c:(.text+0xc7): undefined reference to `Jim_String' > > This is repeated four times for other instances of Jim_String. > > I am using amd64

Re: [Openocd-development] jimtcl compile error

2011-10-25 Thread Peter Stuge
billium wrote: > I am trying to update openocd but it fails to build: > > In function `Jim_Nvp_name2value_obj': > jim-nvp.c:(.text+0xc7): undefined reference to `Jim_String' > > This is repeated four times for other instances of Jim_String. > > I am using amd64 on Gentoo, with the 999 ebuild whi

Re: [Openocd-development] adding checkpatch to code review on jenkins

2011-10-25 Thread Øyvind Harboe
On Tue, Oct 25, 2011 at 9:48 AM, Spencer Oliver wrote: > On Oct 25, 2011 8:34 AM, "Øyvind Harboe" wrote: >> >> Could someone take checkpatch for a spin and reporter back to the > >> list on if/how we should use in w/Gerrit+Jenkins review? >> > > I think it is used client side. It certainly can b

Re: [Openocd-development] adding checkpatch to code review on jenkins

2011-10-25 Thread Spencer Oliver
On Oct 25, 2011 8:34 AM, "Øyvind Harboe" wrote: > > Could someone take checkpatch for a spin and reporter back to the > list on if/how we should use in w/Gerrit+Jenkins review? > I think it is used client side. Spen ___ Openocd-development mailing list

[Openocd-development] adding checkpatch to code review on jenkins

2011-10-25 Thread Øyvind Harboe
Could someone take checkpatch for a spin and report back to the list on if/how we should use in w/Gerrit+Jenkins review? -- Øyvind Harboe - Can Zylin Consulting help on your project? US toll free 1-866-980-3434 http://www.zylin.com/ ___ Openocd-developm