Re: [Openocd-development] The "in_handler" Incident

2009-05-08 Thread Øyvind Harboe
OCD should be run, you could post a proposal there... -- Øyvind Harboe Embedded software and hardware consulting services http://consulting.zylin.com ___ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development

[Openocd-development] Performance degradation

2009-05-08 Thread Øyvind Harboe
it's that an OpenOCD policy probably will be set that is much more orderly than what we have today. Also I believe that the group will be much more appreciative of the extra time & patience such a policy requires. Again: sorry for the mess. I'm now trying to clean it all up and thing

Re: [Openocd-development] [patch] ti_dm6446.cfg (DaVinci dm6446)

2009-05-08 Thread Øyvind Harboe
Committed. Thanks! -- Øyvind Harboe Embedded software and hardware consulting services http://consulting.zylin.com ___ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development

Re: [Openocd-development] environment configure msys/MinGW

2009-05-08 Thread Øyvind Harboe
ted. Then I'll start looking at performance which has regressed significantly, but not crippelingly(verify_ircapture disable helps a lot) I don't know anything about MinGW except that it's much less straightforward to build than for Linux/Cygwin. -- Øyvind Harboe Embedded software an

Re: [Openocd-development] More test with J-Link

2009-05-08 Thread Øyvind Harboe
On Fri, May 8, 2009 at 10:44 PM, Alan Carvalho de Assis wrote: > Hi list, > > Today I had the chance to test OpenOCD + J-Link (v. 5.4) on Olimex > LPC-2378-STK. > > It worked like a charm. which svn #? -- Øyvind Harboe Embedded software and hardware consul

Re: [Openocd-development] openocd policies

2009-05-08 Thread Øyvind Harboe
elopers as contributors. The fanciest software techniques could alienate those that work mainly in the embedded domain(Java, Scrum, Object Oriented programming, etc.) - focus on observable functionality and behaviour. I.e. whitespace *is* less important than SEGFAULTs... -- Øyvind Harboe Embedded so

Re: [Openocd-development] [PATCH] ARM11 C99 updates

2009-05-09 Thread Øyvind Harboe
Committed. Thanks! -- Øyvind Harboe Embedded software and hardware consulting services http://consulting.zylin.com ___ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development

[Openocd-development] Command to disable jtag_check_value_mask()

2009-05-09 Thread Øyvind Harboe
verify_ircapture): - measure performance impact of these checks - during development when things are stable, it could speed things up -- Øyvind Harboe Embedded software and hardware consulting services http://consulting.zylin.com ___ Openocd-development mailing list

[Openocd-development] svn head should now be OK again

2009-05-09 Thread Øyvind Harboe
Please report any problems you are experiencing with svn head. Except for the performance regressions, which will be addressed next week, there are no reported problems at this point w.r.t. the JTAG API changes. -- Øyvind Harboe Embedded software and hardware consulting services http

Re: [Openocd-development] [PATCH] add 'const' qualifier to binarybuffer interfaces

2009-05-09 Thread Øyvind Harboe
Committed. Thanks! -- Øyvind Harboe Embedded software and hardware consulting services http://consulting.zylin.com ___ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development

Re: [Openocd-development] Command to disable jtag_check_value_mask()

2009-05-09 Thread Øyvind Harboe
fy_ircapture too. Any objections to making having only one "jtag_verify" and do away with verify_ircapture? What makes verify_ircapture special? Why would we want to be able to disable that verification specifically? Are there other verification sites that we would want to disable specifically?

[Openocd-development] adding a "fast on/off" proc

2009-05-09 Thread Øyvind Harboe
help text for this tcl proc. The user can then use a "polymorphic" approach to try to speed things up. Also he can read up on the target config script what the "speed" command does for that target. Thoughts? -- Øyvind Harboe Embedded software and hardware consulti

Re: [Openocd-development] adding a "fast on/off" proc

2009-05-09 Thread Øyvind Harboe
current speed settings. Precise names/syntax tbd... -- Øyvind Harboe Embedded software and hardware consulting services http://consulting.zylin.com ___ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/ma

Re: [Openocd-development] Architecture and Performance

2009-05-10 Thread Øyvind Harboe
ddresses the issues brought up in the list. It should be a day or two before I have something to present. This proposal will address performance on high CPU power, high bandwidth, slow roundtrip(USB & TCP/IP) and also low CPU power, high bandwidth, low latency scenarios. issues. -- Øyvind

Re: [Openocd-development] [PATCH] add 'const' qualifier to fileio interfaces

2009-05-10 Thread Øyvind Harboe
Committed. Thanks! -- Øyvind Harboe Embedded software and hardware consulting services http://consulting.zylin.com ___ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development

Re: [Openocd-development] read/modify/write registers from TCL

2009-05-10 Thread Øyvind Harboe
t; > Thanks for the suggestions.  It doesn't look quite straightforward > to add new "mrw" commands that return a value ... the interpreter > is hidden at the point you've got to set its return value (or is > there just a single global one?). Just

[Openocd-development] Fixing USB performance regression in svn head

2009-05-10 Thread Øyvind Harboe
is inlined in -O3 if jtag_add_callback() is implemented as a macro. -- Øyvind Harboe Embedded software and hardware consulting services http://consulting.zylin.com ### Eclipse Workspace Patch 1.0 #P openocd Index: src/target/arm_adi_v5.c ===

[Openocd-development] USB performance regression fixes

2009-05-10 Thread Øyvind Harboe
post processing scheme complete. -- Øyvind Harboe Embedded software and hardware consulting services http://consulting.zylin.com ### Eclipse Workspace Patch 1.0 #P openocd Index: src/target/arm_jtag.h === --- src/target/arm_jtag.h

[Openocd-development] USB performance regressions fixed

2009-05-11 Thread Øyvind Harboe
The USB performance regressions should now be fixed(including those w/verify_ircapture enabled). -- Øyvind Harboe Embedded software and hardware consulting services http://consulting.zylin.com ___ Openocd-development mailing list Openocd-development

Re: [Openocd-development] svn head build issues

2009-05-11 Thread Øyvind Harboe
t to pointer from integer of different size Is this a 64 bit host? -- Øyvind Harboe Embedded software and hardware consulting services http://consulting.zylin.com ___ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios

Re: [Openocd-development] svn head build issues

2009-05-11 Thread Øyvind Harboe
On Mon, May 11, 2009 at 5:25 PM, Nicolas Pitre wrote: > On Mon, 11 May 2009, Øyvind Harboe wrote: > >> 2009/5/11 Nicolas Pitre : >> > >> > cc1: warnings being treated as errors >> > jtag.c: In function ‘jtag_check_value_mask_callback': >> &g

Re: [Openocd-development] Segfault in SVN 1743+

2009-05-11 Thread Øyvind Harboe
As a workaround: try "verify_ircapture disable" That disables the code I broke in 1743 (which I'll fix of course...) -- Øyvind Harboe Embedded software and hardware consulting services http://consulting.zylin.com ___ Openocd-deve

Re: [Openocd-development] svn head build issues

2009-05-11 Thread Øyvind Harboe
ow in some typechecking Would you care to formulate a patch since you have a 64 bit system handy? -- Øyvind Harboe Embedded software and hardware consulting services http://consulting.zylin.com ___ Openocd-development mailing list Openocd-development

Re: [Openocd-development] svn head build issues

2009-05-11 Thread Øyvind Harboe
On Mon, May 11, 2009 at 6:21 PM, Nicolas Pitre wrote: > On Mon, 11 May 2009, Øyvind Harboe wrote: > >> > /* >> >  * We don't care about the real pointer but only the low 32 bits of it >> >  * for some funky hash lookup.  The double cast remov

Re: [Openocd-development] Segfault in SVN 1743+

2009-05-11 Thread Øyvind Harboe
I can reproduce this crash using the dummy interface and the attached file. It's not quite obvious what's going on, but since it crashes every time it probably won't be too hard to figure out... openocd -f test.cfg -- Øyvind Harboe Embedded software and hardware consultin

Re: [Openocd-development] svn head build issues

2009-05-11 Thread Øyvind Harboe
>> so I could either go with a union or these fancy games. > > How about using a design that doesn't rely on type punning? > > It'll be more clear to read/understand, and less fragile for > folk using "other" systems (e.g. 64-bit) and for developers. un

Re: [Openocd-development] svn head build issues

2009-05-11 Thread Øyvind Harboe
OK. Try patch attached. Builds on Cygwin(x86 32 bits). -- Øyvind Harboe Embedded software and hardware consulting services http://consulting.zylin.com Index: C:/workspace/openocd/src/jtag/jtag.c === --- C:/workspace/openocd/src

Re: [Openocd-development] svn head build issues

2009-05-11 Thread Øyvind Harboe
On Mon, May 11, 2009 at 9:44 PM, Nicolas Pitre wrote: > On Mon, 11 May 2009, Øyvind Harboe wrote: > >> OK. >> >> Try patch attached. Builds on Cygwin(x86 32 bits). > > Works for me on x86-64. Committed. Thanks! -- Øyvind Harboe Embedded software and har

[Openocd-development] fix ancient bug & SEGFAULT in irscan

2009-05-11 Thread Øyvind Harboe
in irscan: - does not support >32 bit fields(?). This maybe a problem for omap devices(?) - why not reuse the new drscan code? -- Øyvind Harboe Embedded software and hardware consulting services http://consulting.zylin.com ### Eclipse Workspace Patch 1.0 #P openocd Index: sr

Re: [Openocd-development] Segfault in SVN 1743+

2009-05-11 Thread Øyvind Harboe
Fix committed. irscan has always been badly broken. I wonder if it has ever been used -- Øyvind Harboe Embedded software and hardware consulting services http://consulting.zylin.com ___ Openocd-development mailing list Openocd-development

Re: [Openocd-development] trunk broken since rev 1730 (segfault)

2009-05-12 Thread Øyvind Harboe
can't run the exact test case you are running... -- Øyvind Harboe Embedded software and hardware consulting services http://consulting.zylin.com ### Eclipse Workspace Patch 1.0 #P openocd Index: src/target/arm9tdmi.c ===

Re: [Openocd-development] trunk broken since rev 1730 (segfault)

2009-05-12 Thread Øyvind Harboe
I've committed a fix in 1738 for memory corruption introduced in 1730. Thanks for bisecting to the offending release. This is definitely a case of where numerous small commits saved my butt. Hopefully this covers the problem that you are seing. -- Øyvind Harboe Embedded software and har

Re: [Openocd-development] RFC: libopenocd strategy

2009-05-12 Thread Øyvind Harboe
the rest of your life.” -- Øyvind Harboe Embedded software and hardware consulting services http://consulting.zylin.com ___ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development

Re: [Openocd-development] RFC: libopenocd strategy

2009-05-12 Thread Øyvind Harboe
re to focus on > differentiation (testing apps vs debug/devel support?). > > I don't know that liburjag is much further along than > libopenocd.  But I see that it's in the works. Could we make an interface driver in OpenOCD that would be able to use the urjtag devi

Re: [Openocd-development] trunk broken since rev 1730 (segfault)

2009-05-12 Thread Øyvind Harboe
On Tue, May 12, 2009 at 6:39 PM, Nicolas Pitre wrote: > On Tue, 12 May 2009, Øyvind Harboe wrote: > >> I've committed a fix in 1753 for memory corruption introduced in 1730. >> >> Thanks for bisecting to the offending release. This is definitely a case >> of wh

Re: [Openocd-development] [PATCH] lower JTAG clock for SheevaPlug

2009-05-12 Thread Øyvind Harboe
Committed. Thanks! -- Øyvind Harboe Embedded software and hardware consulting services http://consulting.zylin.com ___ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development

Re: [Openocd-development] RFC: libopenocd strategy

2009-05-12 Thread Øyvind Harboe
interface to OpenOCD which this thread is about. Or? This would be neat for remote development / testing of targets... Use ssh + port forwarding to handle security [chopped off another discussion I'm not following] -- Øyvind Harboe Embedded software and hardware c

Re: [Openocd-development] [PATCH] 4-bit ECC support for Marvell Kirkwood SOC

2009-05-12 Thread Øyvind Harboe
Committed. Thanks! -- Øyvind Harboe Embedded software and hardware consulting services http://consulting.zylin.com ___ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd

Re: [Openocd-development] trunk broken since rev 1730 (segfault)

2009-05-12 Thread Øyvind Harboe
On Tue, May 12, 2009 at 8:12 PM, Nicolas Pitre wrote: > On Tue, 12 May 2009, Øyvind Harboe wrote: > >> On Tue, May 12, 2009 at 6:39 PM, Nicolas Pitre wrote: >> > About performance: things  are reasonable again.  It takes 90 seconds to >> > flash 450 KB to NAND ins

Re: [Openocd-development] fix ancient bug & SEGFAULT in irscan

2009-05-12 Thread Øyvind Harboe
On Tue, May 12, 2009 at 8:59 PM, Andreas Fritiofson wrote: > On Tue, May 12, 2009 at 8:18 AM, Øyvind Harboe > wrote: >> I couldn't believe my eyes when I saw what the bug was. irscan >> has *always* been broken. I checked as far back as svn 345. >> >>

[Openocd-development] Esthetic change to JTAG API idea #1

2009-05-12 Thread Øyvind Harboe
tter in for the data in the input direction. Now... I'm not super keen on this particular implementation / details, but perhaps it will spark some ideas out there. -- Øyvind Harboe Embedded software and hardware consulting services http://consulting.zylin.com ___

[Openocd-development] Adding 32 bit version of scan fn's in JTAG API

2009-05-12 Thread Øyvind Harboe
nd one here is a little bit more straightforward... No mysterious messing about u8 arrays -- Øyvind Harboe Embedded software and hardware consulting services http://consulting.zylin.com ___ Openocd-development mailing list Openocd-development@lists.berlios.de

Re: [Openocd-development] Adding 32 bit version of scan fn's in JTAG API

2009-05-12 Thread Øyvind Harboe
time), just talking. We're talking about *helper* functions here, so they then sit on top of the current API. That said helper functions *can* migrate to become more directly supported in the API, if such a thing should make sense. -- Øyvind Harboe Embedded software and hardware consulting ser

Re: [Openocd-development] Adding 32 bit version of scan fn's in JTAG API

2009-05-12 Thread Øyvind Harboe
o the picture for the 32 or 8 bit version of jtag_add_dr_scan(). ? -- Øyvind Harboe Embedded software and hardware consulting services http://consulting.zylin.com ___ Openocd-development mailing list Openocd-development@lists.berlios.de

Re: [Openocd-development] Outsider's point of view

2009-05-12 Thread Øyvind Harboe
be herded into a 0.2 release at this point, but I'm pretty sure it's a month away at least. I don't know of a better predictor of # of changes to svn head than last week * 90%. -- Øyvind Harboe Embedded software and hardware consulting services http://consulting.zylin.c

Re: [Openocd-development] RFC: libopenocd strategy

2009-05-12 Thread Øyvind Harboe
ng been discussed in the past, but perhaps I > am remembering some other feature under recent development. How about making this scriptable? :-) The user can then choose between a specific target or autoconfig.cfg. A new thread for this perhaps? -- Øyvind Harboe Embedded

Re: [Openocd-development] Outsider's point of view

2009-05-12 Thread Øyvind Harboe
ok but not tested. So is this a patch you have lying around? -- Øyvind Harboe Embedded software and hardware consulting services http://consulting.zylin.com ___ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.ber

Re: [Openocd-development] Outsider's point of view

2009-05-12 Thread Øyvind Harboe
past, we've had our skin saved by splitting patches into as many commits as possible. Testers then bisect down to the offending release for a particular problem. Testing comes days, weeks and months after commits in OpenOCD due to the availability of interfaces and testing. -- Øy

Re: [Openocd-development] Outsider's point of view

2009-05-13 Thread Øyvind Harboe
ectly. Could you post a fresh patch against svn head(or at lest 1606)? -- Øyvind Harboe Embedded software and hardware consulting services http://consulting.zylin.com ___ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists

[Openocd-development] verify_jtag disable/enable command

2009-05-13 Thread Øyvind Harboe
Patch contains command to disable checking value + mask. verify_jtag disables ircapture verification too. A dramatic effect on USB performance(>5-10%) would be surprising and grounds for investigating if there is something wrong with drivers/JTAG layer. -- Øyvind Harboe Embedded software

Re: [Openocd-development] Adding 32 bit version of scan fn's in JTAG API

2009-05-13 Thread Øyvind Harboe
n_chain; num_bits[0]=jtag_info->scann_size; jtag_add_dr_out(jtag_info->tap, 1, num_bits, values, TAP_INVALID); -- Øyvind Harboe Embedded softw

[Openocd-development] Remove jtag_add_end_state()?

2009-05-13 Thread Øyvind Harboe
jtag_add_x_scan() w/TAP_INVALID deprecated. - switch over jtag_add_x_scan() on some reasonable schedule. Use numerous commits for bisecting purposes. - retire jtag_add_endstate() -- Øyvind Harboe Embedded software and hardware consulting services http://

Re: [Openocd-development] Remove jtag_add_end_state()?

2009-05-13 Thread Øyvind Harboe
ive suggestion is: > > - ONLY call jtag_add_endstate() from target layers, never inside jtag > drivers. Why not move this global variable into the target code? Why does this global variable have to reside in the JTAG code? -- Øyvind Harboe Embedded software and hardware consulting servic

[Openocd-development] Performance of 1606 vs. svn head

2009-05-13 Thread Øyvind Harboe
t; that I added this morning to svn head... -- Øyvind Harboe Embedded software and hardware consulting services http://consulting.zylin.com ___ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development

Re: [Openocd-development] Remove jtag_add_end_state()?

2009-05-13 Thread Øyvind Harboe
ot;default" value. So *all* places where TAP_INVALID is passed in as an argument would be replaced by a specific state as defined by the calling code. -- Øyvind Harboe Embedded software and hardware consulting services http://consulting.zylin.com

Re: [Openocd-development] Remove jtag_add_end_state()?

2009-05-13 Thread Øyvind Harboe
On Wed, May 13, 2009 at 6:19 PM, Magnus Lundin wrote: > Øyvind Harboe wrote: >> On Wed, May 13, 2009 at 4:40 PM, David Brownell wrote: >> >>> On Wednesday 13 May 2009, Magnus Lundin wrote: >>> >>>> Not always, TAP_INVALID is really TAP_DONTCARE

Re: [Openocd-development] Remove jtag_add_end_state()?

2009-05-13 Thread Øyvind Harboe
yone not deeply familiar > with the code, like "do with an illegal state". TAP_INVALID can stay because it would truely be invalid to use it anywhere. You can't define an invalid end state under the new scheme, nor a default state, just a state that the TAP con

Re: [Openocd-development] Performance of 1606 vs. svn head

2009-05-13 Thread Øyvind Harboe
bling any kind of self check features for such an error > prone communication link. The main purpose of this command is to verify that disabling verification has little effect on performance. If there is a substantial effect on performance, that would be indicative of a problem in the code somewhere.

[Openocd-development] All known regressions (functional and performance) fixed in svn head

2009-05-13 Thread Øyvind Harboe
If you have any problems please report them. All known functional and performance regressions since 1606 are now fixed in svn head. We've even fixed one or two other bugs, e.g. irscan caused segfault and shifted out the wrong values... -- Øyvind Harboe Embedded software and hardware consu

Re: [Openocd-development] r1770, load_image ist not working here

2009-05-13 Thread Øyvind Harboe
address is wrong? -- Øyvind Harboe Embedded software and hardware consulting services http://consulting.zylin.com ___ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development

Re: [Openocd-development] All known regressions (functional and performance) fixed in svn head

2009-05-13 Thread Øyvind Harboe
es the *second* device (ARM926ejs) not first. > > Bisection is futile since most of the intermediate checkins > don't build on x86_64. JTAG enumeration is one of the things I *really* did not expect to be affected by any recent work. Does 1606 work? Please provide details on how

Re: [Openocd-development] All known regressions (functional and performance) fixed in svn head

2009-05-13 Thread Øyvind Harboe
d. > > This is scary.  Anyone with valgrind skills? I notice the "icepick". Is that one of the JTAG routing devices? Could it be enabling/disabling devices in the chain? -- Øyvind Harboe Embedded software and hardware consulting services http://consulting.zylin.com _

Re: [Openocd-development] r1770, load_image ist not working here

2009-05-14 Thread Øyvind Harboe
000 0x8000} -- Øyvind Harboe Embedded software and hardware consulting services http://consulting.zylin.com ___ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development

Re: [Openocd-development] r1770, load_image ist not working here

2009-05-14 Thread Øyvind Harboe
... arm7_9 fast_memory_access enable arm7_9 dcc_downloads enable # dump, verify and load memory... for {set i 0} {$i<1000} {set i [expr $i+1]} {puts $i; dump_image c:\\temp\\test.bin 0x40004000 0x4000; verify_image c:\\temp\\test.bin 0x40004000 bin; load_image c:\\temp\\test.bin 0x40004000 bin} --

[Openocd-development] Selftest ideas

2009-05-14 Thread Øyvind Harboe
with and without fast memory access/dcc downloads. Thoughts? If there is interest in this I could write up a small skeleton and then hopefully we could start getting patches to improve the script as we go... -- Øyvind Harboe Embedded software and hardware consulting services

[Openocd-development] ir/drscan endstate problems

2009-05-14 Thread Øyvind Harboe
omap3.jrc 2 -endstate IRPAUSE drscan omap3.jrc 32 0xa3002108 -endstate RUN/IDLE irscan omap3.jrc 0x3F -endstate RUN/IDLE -- Øyvind Harboe Embedded software and hardware consulting services http://consulting.zylin.com ### Eclipse Workspace Patch 1.0 #P openocd Index: src/jtag

Re: [Openocd-development] Selftest ideas

2009-05-14 Thread Øyvind Harboe
On Thu, May 14, 2009 at 7:45 PM, Zach Welch wrote: > On Thu, 2009-05-14 at 12:36 +0200, Øyvind Harboe wrote: >> I've been thinking a bit about a selftest script: >> >> - write a script that can run basic tests on all targets >> - this script will need some paramet

Re: [Openocd-development] ir/drscan endstate problems

2009-05-14 Thread Øyvind Harboe
Committed. Any testing feedback here is appreciated. -- Øyvind Harboe Embedded software and hardware consulting services http://consulting.zylin.com ___ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de

[Openocd-development] dump_image bugfix

2009-05-14 Thread Øyvind Harboe
, buffer); if (retval != ERROR_OK) { break; -- Øyvind Harboe Embedded software and hardware consulting services http://consulting.zylin.com ___ Openocd-development mailing list Openocd-development@lists.b

[Openocd-development] svn head(1786) vs. 1606

2009-05-14 Thread Øyvind Harboe
lpc2294, but after some more testing the dump_image instability appeared to be in both svn head and 1606. I've fixed a few other bugs in svn head, so svn head should now be better than 1606 in every respect. -- Øyvind Harboe Embedded software and hardware consulting services

Re: [Openocd-development] load_file

2009-05-14 Thread Øyvind Harboe
ted Example of such tinkering in attached patch -- Øyvind Harboe Embedded software and hardware consulting services http://consulting.zylin.com Index: C:/workspace/openocd/src/target/arm926ejs.c === --- C:/workspace/openocd/src

Re: [Openocd-development] resubmit lost works!

2009-05-14 Thread Øyvind Harboe
c:\\temp\\test.bin -- Øyvind Harboe Embedded software and hardware consulting services http://consulting.zylin.com ___ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development

Re: [Openocd-development] Status of The List

2009-05-14 Thread Øyvind Harboe
The buglist/manual/examples committed to svn are now all in sync with that old version. -- Øyvind Harboe Embedded software and hardware consulting services http://consulting.zylin.com ___ Openocd-development mailing list Openocd-development@lists.b

Re: [Openocd-development] resubmit lost works!

2009-05-14 Thread Øyvind Harboe
> Generally this is where a bug tracking system comes into play.  Of course, > as a community, we seem to be against that idea. I think it's a matter of timing and we're nearing the point where it would be *less* work for everybody if we had a bugtracking system. -- Øyvind

Re: [Openocd-development] openocd maintainer roles

2009-05-14 Thread Øyvind Harboe
e good old days of '09 when we had virtually no users, few targets and we could do what we wanted. Now is the time when we can make changes relatively easily. -- Øyvind Harboe Embedded software and hardware consulting services http://consulting.zylin.com

[Openocd-development] mem2array/array2mem fixes

2009-05-15 Thread Øyvind Harboe
Please test this patch to see if it fixes mem2array/array2mem. Perhaps you would consider adding a test to src/target/test/selftest.cfg ? -- Øyvind Harboe Embedded software and hardware consulting services http://consulting.zylin.com ### Eclipse Workspace Patch 1.0 #P openocd Index: src

Re: [Openocd-development] OpenOCD Vendors

2009-05-15 Thread Øyvind Harboe
offer pretty much a full range of embedded hardware, software and FPGA consulting work. -- Øyvind Harboe Embedded software and hardware consulting services http://consulting.zylin.com ___ Openocd-development mailing list Openocd-development@lists.berli

Re: [Openocd-development] resubmit lost works!

2009-05-15 Thread Øyvind Harboe
ast > years of email to know what's work and what don't ! Do we allow anybody to register bugs? Perhaps we should require all bugs to be discussed in this mailing list first? It's no good to have a million bugs in a database and have nobody read that database either. --

Re: [Openocd-development] Build problem with 1770 and Mac OS X

2009-05-15 Thread Øyvind Harboe
into this. > > Øyvind?  You're one of our Jim experts :) How's the attached patch? Tested on: - cygwin - embedded host, where Jim Tcl is provided by athttpd and not embedded into OpenOCD Missing tests: - mac - linux -- Øyvind Harboe Embedded software and hardware consultin

Re: [Openocd-development] Cleanup in target.c

2009-05-15 Thread Øyvind Harboe
so we could get single stepping support for all arm11 targets... I believe that Zach is trying to round up a 0.2 release soon though. Could be good to do this afterwards. With a 0.2 out of the door, it should be easier to do these sorts of things in svn head. -- Øyvind Harboe Embedded software

Re: [Openocd-development] Build problem with 1770 and Mac OS X

2009-05-15 Thread Øyvind Harboe
> Still an issue on OS X.  Same problem, duplicate JIM symbols but now the > locations have changed: Is this an OS X or gcc 4.4 problem? I'd like to have a confirmation that the patch works on Linux so I can commit it and we can concentrate on the OS X(or GCC 4.4?) problem. -- Øy

Re: [Openocd-development] JTAG, FT2232 and JLink

2009-05-15 Thread Øyvind Harboe
> I'd like to see the jtag.c changes as patch #1, ft2232 as #2, and JLink as > #3.  I'm fine with the ft2232 being a big patch, but I don't like having the > JTAG changes mixed with the drivers. Is there a reason we shouldn't apply the jtag.c changes now? -- Øyvind

Re: [Openocd-development] Cleanup in target.c

2009-05-15 Thread Øyvind Harboe
> Yes, and no. > Many of these changes are only debug messages, so I would categorize them as > cleanup without functional impact. > So the need to be conservative is rather small here. OK. -- Øyvind Harboe Embedded software and hardware consulting services http://consulti

Re: [Openocd-development] resubmit lost works!

2009-05-15 Thread Øyvind Harboe
tches... I don't care what that format is really. I just don't want to learn a new method to apply them each time. -- Øyvind Harboe Embedded software and hardware consulting services http://consulting.zylin.com ___ Openocd-development maili

Re: [Openocd-development] JTAG, FT2232 and JLink

2009-05-15 Thread Øyvind Harboe
So apply this patch? Can anyone test? -- Øyvind Harboe Embedded software and hardware consulting services http://consulting.zylin.com Index: C:/workspace/openocd/src/jtag/jtag.c === --- C:/workspace/openocd/src/jtag/jtag.c

Re: [Openocd-development] resubmit lost works!

2009-05-15 Thread Øyvind Harboe
bug tracking system, we could keep patches in that system -- Øyvind Harboe Embedded software and hardware consulting services http://consulting.zylin.com ___ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlio

Re: [Openocd-development] Build problem with 1770 and Mac OS X

2009-05-15 Thread Øyvind Harboe
I've committed this. It's less wrong than what's currently in svn. Tested on Linux & Cygwin. Still fails on Mac. Looking into part #2 to fix Mac(or -fno-common rather). -- Øyvind Harboe Embedded software and hardware consulting services http://c

Re: [Openocd-development] OpenOCD: Speed test on STR710 target

2009-05-15 Thread Øyvind Harboe
ue to some *necessary* extra overhead in terms of extra operations against the CPU between 657/1787. Interesting though. -- Øyvind Harboe Embedded software and hardware consulting services http://consulting.zylin.com ___ Openocd-development

Re: [Openocd-development] Build problem with 1770 and Mac OS X

2009-05-15 Thread Øyvind Harboe
! A remark on Jim Tcl: I'm not happy about that it is has all this "clever" stuff w.r.t. DLLs vs. being embedded. Really where Jim Tcl shines is when it is embedded into an application and it should be more straightforward to do so... -- Øyvind Harboe Embedded software and hardware

Re: [Openocd-development] OpenOCD: Speed test on STR710 target

2009-05-15 Thread Øyvind Harboe
CPU host processing power can have *any* effect on this, then I've got lots of ideas on how to fix that. For the PC host side, I've tried to optimize more for clarity and testing than anything else. -- Øyvind Harboe Embedded software and hardware consulting services http://c

Re: [Openocd-development] OpenOCD: Speed test on STR710 target

2009-05-15 Thread Øyvind Harboe
> Voodoo? What's your standard deviation? Nicolas Pitre showed it to be *huge* in his case... Could be a red herring... -- Øyvind Harboe Embedded software and hardware consulting services http://consulting.zylin.com ___ Openocd-development

Re: [Openocd-development] HTTPD Build Error

2009-05-16 Thread Øyvind Harboe
patches there may be others who start to get interested. -- Øyvind Harboe Embedded software and hardware consulting services http://consulting.zylin.com ___ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlio

Re: [Openocd-development] resubmit lost works!

2009-05-16 Thread Øyvind Harboe
Sorry about dropping this on the floor. Could you resubmit the patch against svn head? Thanks! -- Øyvind Harboe Embedded software and hardware consulting services http://consulting.zylin.com ___ Openocd-development mailing list Openocd-development

Re: [Openocd-development] [PATCH] change ir_scan to bool

2009-05-16 Thread Øyvind Harboe
or it too.... -- Øyvind Harboe Embedded software and hardware consulting services http://consulting.zylin.com ___ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development

Re: [Openocd-development] resubmit lost works!

2009-05-16 Thread Øyvind Harboe
Committed. Thanks! -- Øyvind Harboe Embedded software and hardware consulting services http://consulting.zylin.com ___ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd

Re: [Openocd-development] AT91SAM7 Flash

2009-05-16 Thread Øyvind Harboe
the "at91sam7" name, so my assumption that the *new* driver has had a lot of testing exposure may well have been incorrect. Please test & report. -- Øyvind Harboe Embedded software and hardware consulting services http://consulting.zylin.com

Re: [Openocd-development] OpenOCD: Speed test on STR710 target

2009-05-16 Thread Øyvind Harboe
loas pointed out: the numbers were interesting, but inconclusive. -- Øyvind Harboe Embedded software and hardware consulting services http://consulting.zylin.com ___ Openocd-development mailing list Openocd-development@lists.berlios.de https://list

Re: [Openocd-development] AT91SAM7 Flash

2009-05-16 Thread Øyvind Harboe
Short answer: I don't know. I thought I could safely remove the "old" driver after nobody complained about the "new" driver since it had months of testing. Obviously that wasn't correct, but I'll have to look into this more next week. -- Øyvind Ha

Re: [Openocd-development] [PATCH] change ir_scan to bool

2009-05-16 Thread Øyvind Harboe
On Sat, May 16, 2009 at 8:42 PM, Zach Welch wrote: > On Sat, 2009-05-16 at 14:37 +0200, Øyvind Harboe wrote: >> Hmmm I love true & false as much as the next guy + I'd even like to >> see some restrained usage of C++ instead of all the ad hoc constructs >> i

Re: [Openocd-development] [PATCH] change ir_scan to bool

2009-05-16 Thread Øyvind Harboe
Committed. Thanks! -- Øyvind Harboe Embedded software and hardware consulting services http://consulting.zylin.com ___ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development

<    6   7   8   9   10   11   12   13   14   15   >