Re: [Openocd-development] jtag_add_scan_check Assertion Error

2011-12-22 Thread Øyvind Harboe
> Commenting out this assert everything seems to be OK. Indeed: http://openocd.zylin.com/297 -- Øyvind Harboe - Can Zylin Consulting help on your project? US toll free 1-866-980-3434 http://www.zylin.com/ ___ Openocd-development mailing l

Re: [Openocd-development] jtag_add_scan_check Assertion Error

2011-12-21 Thread Øyvind Harboe
ful of places that was missed. -- Ø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.berlios.de https://lists.berlios.de/mailman/listi

Re: [Openocd-development] jtag_add_scan_check Assertion Error

2011-12-21 Thread Øyvind Harboe
> Commenting out this assert everything seems to be OK. This will eventually cause a crash and must be fixed. The fix is easy: just provide a storage for in_value when using callbacks or checking against value/mask. -- Øyvind Harboe - Can Zylin Consulting help on your project? US toll fre

Re: [Openocd-development] jtag_add_scan_check Assertion Error

2011-12-21 Thread Øyvind Harboe
__ > Openocd-development mailing list > Openocd-development@lists.berlios.de > https://lists.berlios.de/mailman/listinfo/openocd-development -- Øyvind Harboe - Can Zylin Consulting help on your project? US toll free 1-866-980-3434 http://www.zylin.com/ __

Re: [Openocd-development] Slow NAND flashing

2011-12-16 Thread Øyvind Harboe
naround time for USB is 1ms, whereas it can be in the us range for e.g. ZY1000. You may be able to find out where you're loosing performance due to USB latency and then optimize it to use larger read/writes. -- Øyvind Harboe - Can Zylin Consulting help on your project? US toll free 1-

Re: [Openocd-development] Slow NAND flashing

2011-12-16 Thread Øyvind Harboe
is 130K. What's the maximum theoretical performance according to the datasheets? -- Ø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-develo

Re: [Openocd-development] JimTCL and Fedora RPMs

2011-12-14 Thread Øyvind Harboe
Please read latest HACKING and push to gerrit for review. Thanks! -- Ø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

Re: [Openocd-development] Google presentation on OpenOCD Gerrit experience

2011-11-24 Thread Øyvind Harboe
commits rose from 3 to 30 a week. -- Ø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.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development

[Openocd-development] Google presentation on OpenOCD Gerrit experience

2011-11-24 Thread Øyvind Harboe
Comments welcome! https://docs.google.com/present/view?id=dhftn35p_14s2xxcbt3 -- Ø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

Re: [Openocd-development] openocd patch: 09b1704 dsp5680xx: add missing and broken error propagation

2011-11-04 Thread Øyvind Harboe
the entire OpenOCD to build clean of clang warnings, but it will be some time until we're there. At that point we will probably make 0 clang warnings a requirement for new patches. -- Øyvind Harboe - Can Zylin Consulting help on your project? US toll free 1-866-980-3434 http:

Re: [Openocd-development] include linux/scripts in OpenOCD project?

2011-11-02 Thread Øyvind Harboe
On Wed, Nov 2, 2011 at 9:06 PM, Tomek CEDRO wrote: > On Wed, Nov 2, 2011 at 8:03 PM, Øyvind Harboe wrote: >> Should we? > > What does these scripts do? Will they work on FreeBSD? :-P :-) They allow you to check patches for coding style, remove whitespace, automatically indent, e

[Openocd-development] include linux/scripts in OpenOCD project?

2011-11-02 Thread Øyvind Harboe
Should we? -- Ø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.berlios.de https://lists.berlios.de/mailman/listinfo/openocd

[Openocd-development] Gerrit with http only

2011-11-02 Thread Øyvind Harboe
Setting up the commit-msg hook isn't possible using http only: scp -p -P 29418 usern...@openocd.zylin.com:hooks/commit-msg .git/hooks/ http://repo.or.cz/w/openocd.git/blame?f=HACKING Any suggestions? -- Øyvind Harboe - Can Zylin Consulting help on your project? US toll free

Re: [Openocd-development] [PATCH] tx27stk5: add board init support for KaRo TX27 CPU module

2011-11-01 Thread Øyvind Harboe
Please post to Gerrit for review. See latest HACKING doc for details. Thanks! -- Ø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

Re: [Openocd-development] scan-build and gerrit rant (Was: Re: openocd patch: 620ba7e clang: fix warning by adding assert that shows that a variable is used)

2011-10-30 Thread Øyvind Harboe
hat is too big and complex. Once this fn has been split in two, then copy and paste code can be avoided more easily for ir/drscan versions of the same command. clang is new to me, so I'm still learning to interpret it's warnings into sensible refactorings. -- Øyvind Harboe - Can Zylin Co

Re: [Openocd-development] scan-build and gerrit rant

2011-10-30 Thread Øyvind Harboe
gerrit review process and build system is new, so I've been using simple warning fixes to take it for a spin. 3. w.r.t. the review process, I was thinking if we should have a rule like: a patch can be submitted if a week has gone without feedback and it looks good, or a second reviewer app

Re: [Openocd-development] checkpatch enabled

2011-10-29 Thread Øyvind Harboe
he server. checkpatch is run without any options. (I'm sure Spencer will post more details on how we run the tests...) -- Øyvind Harboe - Can Zylin Consulting help on your project? US toll free 1-866-980-3434 http://www.zylin.com/ ___ Openocd-de

Re: [Openocd-development] New patch to review for openocd: e043913 bugfixes: numerous bugs in error propagation found by clang

2011-10-27 Thread Øyvind Harboe
On Fri, Oct 28, 2011 at 12:59 AM, Peter Stuge wrote: > Øyvind Harboe wrote: >> > I don't like the change so much. It ends up declaring the exact same >> > variable twice, and other odd noise, to silence a warning. Is there >> > no better way? >> >>

Re: [Openocd-development] New patch to review for openocd: e043913 bugfixes: numerous bugs in error propagation found by clang

2011-10-27 Thread Øyvind Harboe
On Fri, Oct 28, 2011 at 12:23 AM, Peter Stuge wrote: > Øyvind Harboe wrote: >> 2011/10/28 Peter Stuge : >> > ger...@openocd.zylin.com wrote: >> >> -DumpTargets: >> >> +DumpTargets:; >> > >> > Hm? >> >> Syntactically a dec

Re: [Openocd-development] New patch to review for openocd: e043913 bugfixes: numerous bugs in error propagation found by clang

2011-10-27 Thread Øyvind Harboe
2011/10/28 Peter Stuge : > ger...@openocd.zylin.com wrote: >> -DumpTargets: >> +DumpTargets:; > > Hm? Syntactically a declaration can't follow a label, so add an empty statement. -- Øyvind Harboe - Can Zylin Consulting help on your project? US toll free 1-866-980

[Openocd-development] clang warnings

2011-10-27 Thread Øyvind Harboe
ewing, I'd like us not to increase # of warnings with new patches, but that check is not enforced yet via Gerrit verification flag. http://openocd.zylin.com/jenkins/job/openocd-clang/2/warningsResult/ -- Øyvind Harboe - Can Zylin Consulting help on your project? US toll free 1-866-980

Re: [Openocd-development] git gui

2011-10-26 Thread Øyvind Harboe
head around interactive rebase is oversimplifying git(and DVCS in general). -- Ø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.berli

Re: [Openocd-development] git and gerrit questions

2011-10-26 Thread Øyvind Harboe
ing. git rebase interative allows you to edit a commit if you will. -- Ø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.berlios.

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

2011-10-26 Thread Øyvind Harboe
On Wed, Oct 26, 2011 at 3:09 PM, jim norris wrote: > > >  Assuming I've done my commits. How do I see what the >  patch will look like before I do the 'git push review'? git format-patch origin/master => produces patch files -- Øyvind Harboe - Can Zylin Consu

Re: [Openocd-development] gerrit comments as mail?

2011-10-26 Thread Øyvind Harboe
How about going to openocd.zylin.com and checking which patches are still outstanding every few days? -- Øyvind Harboe - Can Zylin Consulting help on your project? US toll free 1-866-980-3434 http://www.zylin.com/ ___ Openocd-development mailing list

Re: [Openocd-development] git gui

2011-10-26 Thread Øyvind Harboe
much easier with command line, than to try to explain how to use a web interface. I don't use Windows myself, so from that point of view TortoiseGit is a non-starter. I see that there is a tortoisehg for Linux. -- Øyvind Harboe - Can Zylin Consulting help on your project? US toll free 1-86

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:

Re: [Openocd-development] git gui

2011-10-25 Thread Øyvind Harboe
it tosses hard concepts out of the window. Where is the interactive rebase functionality? I find that Eclipse EGit is starting to become useful and there is a lot of development push on EGit. -- Øyvind Harboe - Can Zylin Consulting help on your project? US toll free 1-866-98

[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-develo

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 t

[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

[Openocd-development] Very cool output

2011-10-24 Thread Øyvind Harboe
Nice? Unused code and bugs... For instance, not used retval means missing check and error propagation => real bug. http://openocd.zylin.com/jenkins/job/openocd-gerrit/70/warningsResult/? -- Øyvind Harboe - Can Zylin Consulting help on your project? US toll free 1-866-980-3434 h

[Openocd-development] Problems with new Gerrit+Jenkins server

2011-10-23 Thread Øyvind Harboe
We're having problems with the new server. More info tomorrow. -- Ø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.berli

Re: [Openocd-development] patch overlap

2011-10-23 Thread Øyvind Harboe
equiring clean scan-build for verification flag to be set. -- Ø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.berlios.

[Openocd-development] Help wanted to clean out warnings

2011-10-22 Thread Øyvind Harboe
ch for "warning" below in the output of the latest build. - Make a fix - Commit - git push review http://openocd.zylin.com/jenkins/job/openocd/lastBuild/console -- Øyvind Harboe - Can Zylin Consulting help on your project? US toll free 1-866-980-

Re: [Openocd-development] Jenkins changes

2011-10-22 Thread Øyvind Harboe
so I guess that > is't done. I did it this time. Next time it's up to you ;-) -- Ø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-de

[Openocd-development] cleaning up unused includes

2011-10-22 Thread Øyvind Harboe
Could someone try this on OpenOCD and report back? I'd like to see this run on the Jenkins server so that we can be sure that we run with the minimum # of includes. Reducing the # of includes is good from an architectural point of view to reduce cohesion between parts of the system. -- Ø

Re: [Openocd-development] Jenkins changes

2011-10-22 Thread Øyvind Harboe
play your work on top of it... Applying: Fix "Evaluate 'script' in the global scope" # Push updated patch! oyvind@titan:~/workspace/openocd$ git push review Stand back... and your patch should go green... -- Øyvind Harboe - Can Zylin Consulting help on your project? US to

Re: [Openocd-development] Jenkins changes

2011-10-22 Thread Øyvind Harboe
)? I'm still picking out the nits of the system. I need to retrigger some builds before you see the status quo. -- Øyvind Harboe - Can Zylin Consulting help on your project? US toll free 1-866-980-3434 http://www.zylin.com/ ___ Openocd-devel

[Openocd-development] Jenkins changes

2011-10-21 Thread Øyvind Harboe
arnings *will* cause a failure. Hopefully this will drive us towards zero scan-build warnings. Also, -O3 is added, which can yield an occasional extra warning compared to -O2(default). -- Øyvind Harboe - Can Zylin Consulting help on your project? US toll free 1-866-980-3434

Re: [Openocd-development] Command-line paths problem in Windows

2011-10-21 Thread Øyvind Harboe
evelopment of such patches. -- Ø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.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development

Re: [Openocd-development] commit a62d8f22 causes double evaluation of $filename in src/helper/startup.tcl proc script

2011-10-21 Thread Øyvind Harboe
wait for a week on this one and there is a known workaround. It's speeding things along nicely that you're helping to fill in the information. -- Øyvind Harboe - Can Zylin Consulting help on your project? US toll free 1-866-980-3434 http:

Re: [Openocd-development] clang static analyzer

2011-10-21 Thread Øyvind Harboe
I upgraded to Ubuntu 11.10 from Ubuntu 11.04 and now it works :-) Looks like this is bleeding edge stuff... -- Øyvind Harboe - Can Zylin Consulting help on your project? US toll free 1-866-980-3434 http://www.zylin.com/ ___ Openocd-development

Re: [Openocd-development] clang static analyzer

2011-10-21 Thread Øyvind Harboe
build: Removing directory '/tmp/scan-build-2011-10-21-1' because it contains no reports. This is with Ubuntu. -- Øyvind Harboe - Can Zylin Consulting help on your project? US toll free 1-866-980-3434 http://www.zylin.com/ ___ Openocd-develop

Re: [Openocd-development] commit - jim-nvp is moving from jimtcl to openocd

2011-10-21 Thread Øyvind Harboe
er can say FreeBSD though. Copy header from Jim project. -- Ø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.berlios.de

Re: [Openocd-development] Gerrit background

2011-10-20 Thread Øyvind Harboe
within Gerrit. Perhaps you can talk to the developers upstream? OpenOCD just uses Gerrit. What you've find may be a "beauty spot" depending on who you ask. -- Øyvind Harboe - Can Zylin Consulting help on your project? US toll free 1-866-980-3434 http://www.zylin.com/

Re: [Openocd-development] [PATCH] Unused variables

2011-10-20 Thread Øyvind Harboe
ing out problems. We have ambitions to do lots of testing automatically, including everything you mentioned. Definitely we want -Werror and we already do. We're also considering adding clang static analysis, but that's some ways off still. -- Øyvind Harboe - Can Zylin Consulting help

Re: [Openocd-development] Gerrit background

2011-10-20 Thread Øyvind Harboe
e if you're a commuter :-) If you give a patch your approval, then that input will be very much appreciated and result in real improvements to code and patches being committed more rapidly. -- Øyvind Harboe - Can Zylin Consulting help on your project? US toll f

[Openocd-development] Gerrit background

2011-10-20 Thread Øyvind Harboe
n%. Again! I'd like everybody to give a big round of applause to Spencer who's spent the time fixing the OpenOCD process by reading up on and setting up the Gerrit+Jenkins server -- Øyvind Harboe - Can Zylin Consulting help on your pr

Re: [Openocd-development] [PATCH] Unused variables

2011-10-20 Thread Øyvind Harboe
arly the process was broken. Things have improved infinitely after we introduced Gerrit. Patches are now being submitted again. -- Øyvind Harboe - Can Zylin Consulting help on your project? US toll free 1-866-980-3434 http://www.zylin.com/ ___ Ope

Re: [Openocd-development] [PATCH] Unused variables

2011-10-19 Thread Øyvind Harboe
On Thu, Oct 20, 2011 at 8:38 AM, Peter Stuge wrote: > Øyvind Harboe wrote: >> Some graphing I've been thinking about: >> >> - plot a number that shows the redundancy in maintainers. I.e. are we >> relying on a single maintainer or are there multiple maintainers

Re: [Openocd-development] [PATCH] Unused variables

2011-10-19 Thread Øyvind Harboe
On Thu, Oct 20, 2011 at 7:35 AM, Peter Stuge wrote: > Øyvind Harboe wrote: >> I'm thinking a bit about how I can draw up some graphs on this... > > Graphing number of commits is easy, but graphing the review is > difficult. Before we got Gerrit going I decided that I cou

Re: [Openocd-development] [PATCH] Unused variables

2011-10-19 Thread Øyvind Harboe
ers are now reviewing and submitting to the repository. I'm thinking a bit about how I can draw up some graphs on this... -- Øyvind Harboe - Can Zylin Consulting help on your project? US toll free 1-866-980-3434 http://www.zylin.com/ ___ Openocd-de

Re: [Openocd-development] clang static analyzer

2011-10-19 Thread Øyvind Harboe
minimum threshold for what we'll accept in terms of errors like we do for gcc(-Werror -Wall is minimum acceptable for patches now). -- Øyvind Harboe - Can Zylin Consulting help on your project? US toll free 1-866-980-3434 http://www.zylin.com/ ___

Re: [Openocd-development] [PATCH] Unused variables

2011-10-19 Thread Øyvind Harboe
e time to learn Git and how to configure and us Gerrit, then that's really a non-issue, because maintainers are not going to spend their time to save the contributors this effort. -- Øyvind Harboe - Can Zylin Consulting help on your project? US toll free

Re: [Openocd-development] [PATCH] Unused variables

2011-10-19 Thread Øyvind Harboe
Please read HACKING and post to Gerrit. Thanks! -- Ø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.berlios.de https

[Openocd-development] uploading patches without ssh to Gerrit

2011-10-19 Thread Øyvind Harboe
Is there a way to upload patches to Gerrit w/o ssh? -- Ø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.berlios.de https

Re: [Openocd-development] clang static analyzer

2011-10-19 Thread Øyvind Harboe
Patches pushed Gerrit most welcome! :-) -- Ø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.berlios.de https://lists.berlios.de

Re: [Openocd-development] clang static analyzer

2011-10-18 Thread Øyvind Harboe
Cool! Could I ask you to work through and fix some of the bugs and submit them to Gerrit? I'd like to see patches having to pass clang static analyzer unscathed before they're ready for review :-) -- Øyvind Harboe - Can Zylin Consulting help on your project? US toll free 1-866-980

Re: [Openocd-development] clang static analyzer

2011-10-18 Thread Øyvind Harboe
On Tue, Oct 18, 2011 at 9:46 PM, Spencer Oliver wrote: > On 18/10/2011 18:18, Øyvind Harboe wrote: >> >> Does anyone want to take clang static analyzer for a spin on openocd? >> >> http://clang-analyzer.llvm.org/scan-build.html >> > > seems jenkins a

[Openocd-development] clang static analyzer

2011-10-18 Thread Øyvind Harboe
Does anyone want to take clang static analyzer for a spin on openocd? http://clang-analyzer.llvm.org/scan-build.html -- Øyvind Harboe - Can Zylin Consulting help on your project? US toll free 1-866-980-3434 http://www.zylin.com/ ___ Openocd

[Openocd-development] Reviewing in Gerrit

2011-10-17 Thread Øyvind Harboe
Even if you're not a maintainer, your help to review and comment on patches in Gerrit will be very much appreciated. -- Øyvind Harboe - Can Zylin Consulting help on your project? US toll free 1-866-980-3434 http://www.zylin.com/ ___ Op

[Openocd-development] Gerrit - how do I check if I addressed all the comments?

2011-10-14 Thread Øyvind Harboe
What's a good way to check that I've addressed all the comments to a patch series? Going over it manually? -- Øyvind Harboe - Can Zylin Consulting help on your project? US toll free 1-866-980-3434 http://www.zylin.com/ ___ Openocd-developme

[Openocd-development] Improved DCC performance

2011-10-14 Thread Øyvind Harboe
If someone wants to test out the DCC performance before and after this patch, it would be much appreciated! http://openocd.zylin.com/27 -- Øyvind Harboe - Can Zylin Consulting help on your project? US toll free 1-866-980-3434 http://www.zylin.com

[Openocd-development] outstanding patches?

2011-10-13 Thread Øyvind Harboe
Please submit all outstanding patch series to Gerrit. Read latest HACKING docs for tips on how to get started. By doing this you will be helping to save maintainers time so that we can focus on reviewing and commenting. -- Øyvind Harboe - Can Zylin Consulting help on your project? US toll free

Re: [Openocd-development] Info about RTOS support

2011-10-13 Thread Øyvind Harboe
> I checked on the http://openocd.sourceforge.net/doc//pdf/openocd.pdf. I did > a find on rtos keyword, and find nothing about this. Perhaps that pdf is old, try openocd.texi from HEAD of master. -- Øyvind Harboe - Can Zylin Consulting help on your project? US toll free 1-866-980-343

Re: [Openocd-development] Info about RTOS support

2011-10-13 Thread Øyvind Harboe
There is some in the OpenOCD manual, but we would very much welcome patches for more! Did you check out the documentation you could find in the OpenOCD manual? -- Øyvind Harboe - Can Zylin Consulting help on your project? US toll free 1-866-980-3434 http://www.zylin.com

Re: [Openocd-development] OpenOCD Gerrit Review

2011-10-13 Thread Øyvind Harboe
The maintainers role is then to comment and say yay or nay. No software required to be installed locally, which allows maintainers to help out without their development system at hand. Very important -- Øyvind Harboe - Can Zylin Consulting help on your project? US toll free 1-866-980-3434

Re: [Openocd-development] how to push patch series to gerrit?

2011-10-11 Thread Øyvind Harboe
Ah gotit. I need a unique id per patch, I thought the id had to be unique per series. I thought that patches would be displayed as series within the same patch id rather than this "depends on" scheme. -- Øyvind Harboe - Can Zylin Consulting help on your project? US toll free 1-86

Re: [Openocd-development] how to push patch series to gerrit?

2011-10-11 Thread Øyvind Harboe
ote: Suggestion for commit message: remote: breakpoint : indentation remote: remote: Signed-off-by: Øyvind Harboe remote: remote: Change-Id: Icdb8f72dbb516cd0dfc612c3d61b6801f6382be6 -- Øyvind Harboe - Can Zylin Consulting help on your project? US toll free 1-866-980

Re: [Openocd-development] OpenOCD Gerrit Review

2011-10-11 Thread Øyvind Harboe
e problems are fixed, etc. -- Ø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.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development

[Openocd-development] how to push patch series to gerrit?

2011-10-11 Thread Øyvind Harboe
How do I push a patch series to gerrit? Does gerrit have a concept of patch series or are all patches islands? -- Øyvind Harboe - Can Zylin Consulting help on your project? US toll free 1-866-980-3434 http://www.zylin.com/ ___ Openocd-development

[Openocd-development] Documentation for gerrit usage

2011-10-11 Thread Øyvind Harboe
If someone wants to contribute a patch with documentation on how to use gerrit, that would be most welcome! -- Øyvind Harboe - Can Zylin Consulting help on your project? US toll free 1-866-980-3434 http://www.zylin.com/ ___ Openocd-development mailing

Re: [Openocd-development] OpenOCD Gerrit Review

2011-10-11 Thread Øyvind Harboe
> > So that the open-source crowd can spend their valuable time on > producing free and open-source software instead of boring tasks like > web hosting, I believe. I thought it was easier to recall than a.b1-d72-df-sd2-eapps.com -- Øyvind Harboe - Can Zylin Consulting help on your pro

Re: [Openocd-development] gerrit hosting

2011-10-09 Thread Øyvind Harboe
> Anyway you can check this site to find any hoster with a code review > ability: > > http://en.wikipedia.org/wiki/Comparison_of_open_source_software_hosting_facilities No gerrit listed. I've asked sourceforge if they can install it, but I'm not holding my breath. -- Øyv

Re: [Openocd-development] What's up? Why so slow?

2011-10-08 Thread Øyvind Harboe
ansfer rate: 3 KB/sec, 13848 bytes/write. > > > Seriously, in 2011? > > > //Peter > ___ > Openocd-development mailing list > Openocd-development@lists.berlios.de > https://lists.berlios.de/mailman/listinfo/openocd-development &g

[Openocd-development] gerrit hosting

2011-10-08 Thread Øyvind Harboe
sourceforge does not offer gerrit. Is there a hosting service that does? -- Ø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

Re: [Openocd-development] Compile errors....

2011-10-07 Thread Øyvind Harboe
h -Werror which causes all warnings to produce errors. This is to force us to fix all errors as we go along. Please submit a patch to fix the warnings. Thanks! -- Øyvind Harboe - Can Zylin Consulting help on your project? US toll free 1-866-980

Re: [Openocd-development] Show of hands for/against gerrit

2011-10-06 Thread Øyvind Harboe
http://code.google.com/p/gerrit/ I have no idea what it does, but I'm very excited! :-) -- Øyvind Harboe - Can Zylin Consulting help on your project? US toll free 1-866-980-3434 http://www.zylin.com/ ___ Openocd-development mailing list Op

[Openocd-development] Show of hands for/against gerrit

2011-10-06 Thread Øyvind Harboe
I find gerrit intriguing as a way of managing patches. Can I have a show of hands of contributors for/against/don't care/don't know? -- Øyvind Harboe - Can Zylin Consulting help on your project? US toll free 1-866-980-3434 http://www

Re: [Openocd-development] STM32L microcontroller support

2011-10-03 Thread Øyvind Harboe
Merged. Thanks so much for following up on the comments! -- Ø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.berlios.de https

Re: [Openocd-development] [PATCH] Verdex: Add support for Gumstix Verdex boards.

2011-10-01 Thread Øyvind Harboe
Merged. Thanks! -- Ø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.berlios.de https://lists.berlios.de/mailman/listinfo

Re: [Openocd-development] software breakpoint with multicore systems

2011-10-01 Thread Øyvind Harboe
Can someone review these patches and comment? Thanks! -- Ø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.berlios.de https

Re: [Openocd-development] [PATCH] updated Fujitsu FM3 Flash driver

2011-10-01 Thread Øyvind Harboe
+// 2011-09-27 MWi Flash type 2 added, algorithm start address now relocateable -- Ø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

Re: [Openocd-development] Fwd: BerliOS will be closed on 31.12.2011

2011-10-01 Thread Øyvind Harboe
No mailing list??? -- Ø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.berlios.de https://lists.berlios.de/mailman/listinfo

Re: [Openocd-development] Fwd: BerliOS will be closed on 31.12.2011

2011-09-30 Thread Øyvind Harboe
On Sat, Oct 1, 2011 at 12:45 AM, Jim Larson wrote: > Any consideration of using github (github.com)? I've been pretty happy with > them and they have a huge user base. I haven't used them. Would you mind explaining the major features of github to the list? -- Øyvind Ha

[Openocd-development] Fwd: BerliOS will be closed on 31.12.2011

2011-09-30 Thread Øyvind Harboe
and edit your account via the "Account Maintenance" link. Direct any questions to ad...@berlios.de, or reply to this email. -- Øyvind Harboe - Can Zylin Consulting help on your project? US toll free 1-866-980-3434 http://www.zylin.com/ ___ O

Re: [Openocd-development] Cache L1, L2 on armv7a.

2011-09-30 Thread Øyvind Harboe
Merged. Thanks! -- Ø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.berlios.de https://lists.berlios.de/mailman/listinfo

Re: [Openocd-development] [PATCH] Move jim-nvp to openocd

2011-09-30 Thread Øyvind Harboe
Merged. Thanks! -- Ø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.berlios.de https://lists.berlios.de/mailman/listinfo

Re: [Openocd-development] [PATCH] AM/DM37x: add ES1.2 silicon type into account

2011-09-30 Thread Øyvind Harboe
Merged. Thanks! -- Ø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.berlios.de https://lists.berlios.de/mailman/listinfo

Re: [Openocd-development] [PATCH] Move jim-nvp to openocd

2011-09-28 Thread Øyvind Harboe
On Thu, Sep 29, 2011 at 8:42 AM, Steve Bennett wrote: > It lives in both openocd and jimtcl, but openocd uses it's own version. Because --disable-nvp is used when building OpenOCD? -- Øyvind Harboe - Can Zylin Consulting help on your project? US toll free 1-866-980-3434 http://www.z

Re: [Openocd-development] [PATCH] Move jim-nvp to openocd

2011-09-28 Thread Øyvind Harboe
So what happens in the transitional period? -- Ø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.berlios.de https

Re: [Openocd-development] STM32L microcontroller support

2011-09-27 Thread Øyvind Harboe
fer, + uint32_t offset, uint32_t count) +{ ... + if (retval == ERROR_OK) + { + reg32 |= FLASH_PECR__PROG; + retval = target_write_u32(target, FLASH_PECR, reg32); + } + + // Loop while there are bytes to write + while ((retval == ERROR_

Re: [Openocd-development] [PATCH] dsp563xx: add target events, run algorithm and default r/w buffer api

2011-09-23 Thread Øyvind Harboe
Merged. Thanks! -- Ø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.berlios.de https://lists.berlios.de/mailman/listinfo

Re: [Openocd-development] [PATCH] kinetis cpu flash driver

2011-09-23 Thread Øyvind Harboe
Merged. Thanks! -- Ø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.berlios.de https://lists.berlios.de/mailman/listinfo

Re: [Openocd-development] STM32L microcontroller support

2011-09-21 Thread Øyvind Harboe
params[3]); + + return retval; +} 5. Bug: + // Wait for busy clear + retval = stm32lx_wait_until_bsy_clear(bank); + return retval; -- Øyvind Harboe - Can Zylin Consulting help on your project? US toll free 1-866-980-3434 http://www.z

Re: [Openocd-development] [PATCH] kinetis cpu flash driver

2011-09-19 Thread Øyvind Harboe
I'll let it cool off for a few days. Please give word if further work is required and we should submit an updated patch. -- Øyvind Harboe - Can Zylin Consulting help on your project? US toll free 1-866-980-3434 http://www.zylin.com/ ___ Op

Re: [Openocd-development] STM32L microcontroller support

2011-09-19 Thread Øyvind Harboe
32lx_lock_program_memory(bank); + 5. Change to LOG_DEBUG() or remove. + retval = stm32lx_write_rdp(bank, 0xAA); + if (retval != ERROR_OK) + { + LOG_ERROR("failed to write RDP byte"); + return retval; +

Re: [Openocd-development] STM32L microcontroller support

2011-09-19 Thread Øyvind Harboe
Please merge the two patches into one: git rebase -i origin/master => squash your patches together read HACKING for further tips. -- Øyvind Harboe - Can Zylin Consulting help on your project? US toll free 1-866-980-3434 http://www.zylin.

Re: [Openocd-development] [PATCH] kinetis cpu flash driver

2011-09-17 Thread Øyvind Harboe
Merged. Thanks! -- Ø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.berlios.de https://lists.berlios.de/mailman/listinfo

  1   2   3   4   5   6   7   8   9   10   >