Re: [Openocd-development] New development version of OpenOCD available at last!

2011-06-15 Thread Øyvind Harboe
releases in openocd and post your plan to the list. -- Ø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] [PATCH] Implementation of a remote bitbang jtag driver

2011-06-15 Thread Øyvind Harboe
Very cool! I think I'd like to see error propagation on *all* socket calls, but otherwise I don't have any objections. Would you be willing to add such error propagation? -- Øyvind Harboe Can Zylin Consulting help on your project? US toll free 1-866-980-3434 / International +47 51 87 40 27

Re: [Openocd-development] New development version of OpenOCD available at last!

2011-06-15 Thread Øyvind Harboe
The swd is some time away from being merged with master, so I wouldn't want to see it in the next release of openocd, unless the release drags out. -- Ø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

Re: [Openocd-development] [PATCH] Implementation of a remote bitbang jtag driver

2011-06-15 Thread Øyvind Harboe
this error propagation. e.g. putc() can fail... if you unplug the wire Where is the TCP/IP server btw? -- Ø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

Re: [Openocd-development] New development version of OpenOCD available at last!

2011-06-15 Thread Øyvind Harboe
On Wed, Jun 15, 2011 at 10:55 PM, Tomek CEDRO tomek.ce...@gmail.com wrote: On Wed, Jun 15, 2011 at 5:34 PM, Øyvind Harboe oyvind.har...@zylin.com wrote: The swd is some time away from being merged with master, so I wouldn't want to see it in the next release of openocd, unless the release

Re: [Openocd-development] New development version of OpenOCD available at last!

2011-06-15 Thread Øyvind Harboe
On Wed, Jun 15, 2011 at 11:16 PM, Tomek CEDRO tomek.ce...@gmail.com wrote: On Wed, Jun 15, 2011 at 8:57 PM, Øyvind Harboe oyvind.har...@zylin.com wrote: 0.4.1 implies that it is a variant of 0.4. What we have now is *completely* different from 0.4, so 0.5.0 is better Yeah, isn't current

Re: [Openocd-development] Openocd release known issues

2011-06-15 Thread Øyvind Harboe
I think we should stick to distributing source packages only. For the source package, we can include the version of Jim Tcl we tested with. If someone wants something else, they can start with cloning the openocd repository and checking out the release tag? -- Øyvind Harboe Can Zylin

Re: [Openocd-development] Active maintainers

2011-06-14 Thread Øyvind Harboe
On Tue, Jun 14, 2011 at 8:35 AM, Xiaofan Chen xiaof...@gmail.com wrote: On Tue, Jun 14, 2011 at 1:44 PM, Øyvind Harboe oyvind.har...@zylin.com wrote: Looking at the list, this somehow reminds me of those heated discussions about GPL and D2XX. https://lists.berlios.de/pipermail/openocd

Re: [Openocd-development] Active maintainers

2011-06-14 Thread Øyvind Harboe
Not a lot of people can match Zach's coding abilities. The OpenOCD community is extremely fortunate to have had his influence and code. Especially the longer terms effects of his foresight, code quality and presence. -- Øyvind Harboe Can Zylin Consulting help on your project? US toll free 1

Re: [Openocd-development] Active maintainers

2011-06-14 Thread Øyvind Harboe
On Tue, Jun 14, 2011 at 8:59 AM, Xiaofan Chen xiaof...@gmail.com wrote: On Tue, Jun 14, 2011 at 2:52 PM, Øyvind Harboe oyvind.har...@zylin.com wrote: Not a lot of people can match Zach's coding abilities. The OpenOCD community is extremely fortunate to have had his influence and code

Re: [Openocd-development] breakpoint action

2011-06-14 Thread Øyvind Harboe
Perhaps GDB offers such a scripting capability? Otherwise search for target events in the manual or in the openocd code. -- Ø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] General SWD Support in OpenOCD

2011-06-13 Thread Øyvind Harboe
-creation of src/interface directory for interface layer -moving transport.{c,h} from src/jtag into src/transport and updating the headers and Makefile.am You can then rebase your work on top openocd master and your next commit would be much smaller. -- Øyvind Harboe Can Zylin Consulting help on your

Re: [Openocd-development] [PATCH] transport: move files over to transport folder

2011-06-13 Thread Øyvind Harboe
Just to clarify: this patch does nothing, it just moves files around. It makes subsequent swd patches less noisy. -- Ø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

[Openocd-development] [PATCH] Moved git submodule routine before autotools invocation as they may depend on submodules. Bootstrap will first checkout modules then run autotools

2011-06-13 Thread Øyvind Harboe
From: CeDeROM cede...@tlen.pl --- bootstrap | 27 ++- 1 files changed, 10 insertions(+), 17 deletions(-) diff --git a/bootstrap b/bootstrap index 0965245..7062fc0 100755 --- a/bootstrap +++ b/bootstrap @@ -1,9 +1,14 @@ - HEAD -#!/bin/sh -=== #!/bin/sh -e -#fetch

[Openocd-development] [PATCH] Moved git submodule routine before autotools invocation as they may depend on submodules. Bootstrap will first checkout modules then run autotools

2011-06-13 Thread Øyvind Harboe
From: CeDeROM cede...@tlen.pl --- bootstrap | 27 ++- 1 files changed, 10 insertions(+), 17 deletions(-) diff --git a/bootstrap b/bootstrap index 0965245..7062fc0 100755 --- a/bootstrap +++ b/bootstrap @@ -1,9 +1,14 @@ - HEAD -#!/bin/sh -=== #!/bin/sh -e -#fetch

[Openocd-development] [PATCH] transport: move files over to transport folder

2011-06-13 Thread Øyvind Harboe
as we introduce swd and jtag as two transports, we want to start up with a new transport folder to organize the code a bit. --- configure.in |1 + src/Makefile.am |2 + src/jtag/Makefile.am |2 - src/jtag/adapter.c|2 +- src/jtag/core.c

Re: [Openocd-development] [PATCH] Moved git submodule routine before autotools invocation as they may depend on submodules. Bootstrap will first checkout modules then run autotools

2011-06-13 Thread Øyvind Harboe
ignore this patch. I sent it out by accident. On Mon, Jun 13, 2011 at 4:01 PM, Øyvind Harboe oyvind.har...@zylin.com wrote: From: CeDeROM cede...@tlen.pl ---  bootstrap |   27 ++-  1 files changed, 10 insertions(+), 17 deletions(-) diff --git a/bootstrap b/bootstrap

[Openocd-development] [PATCH] transport: move files over to transport folder

2011-06-13 Thread Øyvind Harboe
as we introduce swd and jtag as two transports, we want to start up with a new transport folder to organize the code a bit. --- configure.in|1 + src/Makefile.am |2 ++ src/jtag/Makefile.am|2 -- src/jtag/adapter.c

[Openocd-development] [PATCH] transport: move files over to transport folder

2011-06-13 Thread Øyvind Harboe
as we introduce swd and jtag as two transports, we want to start up with a new transport folder to organize the code a bit. --- configure.in|1 + src/Makefile.am |2 ++ src/jtag/Makefile.am|2 -- src/jtag/adapter.c

Re: [Openocd-development] [PATCH] transport: move files over to transport folder

2011-06-13 Thread Øyvind Harboe
don't cut development branches, we just keep working on master branch. We may cut a 0.5 branch from some previous time in master history later on. -- Ø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

Re: [Openocd-development] [PATCH] transport: move files over to transport folder

2011-06-13 Thread Øyvind Harboe
On Mon, Jun 13, 2011 at 10:10 PM, Tomek CEDRO tomek.ce...@gmail.com wrote: On Mon, Jun 13, 2011 at 7:53 PM, Øyvind Harboe oyvind.har...@zylin.com wrote: We never will merge 0.5.0 release branch into the master branch, ideally it would receive zero, but realistically might receive a few

Re: [Openocd-development] Active maintainers

2011-06-13 Thread Øyvind Harboe
On Tue, Jun 14, 2011 at 4:38 AM, Xiaofan Chen xiaof...@gmail.com wrote: On Sun, Jun 12, 2011 at 5:16 PM, Øyvind Harboe oyvind.har...@zylin.com wrote: I'll update the berlios and sourceforge to reflect the active maintainers. We would of course be delighted if anyone below decides to take

Re: [Openocd-development] Fwd: [Jim-devel] New release of Jim Tcl (0.71) soon

2011-06-13 Thread Øyvind Harboe
Hi Steve, I intend to upgrade OpenOCD to the latest release once it is available. Thanks for your efforts! -- Ø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] Active maintainers

2011-06-12 Thread Øyvind Harboe
active: duaneellis duaneellis mlusf Magnus Lundin npitre Nicolas Pitre zwelch Zach Welch -- Ø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

Re: [Openocd-development] [PATCH 1/2] dsp5680xx - flash, read speed, crc, cleanup

2011-06-12 Thread Øyvind Harboe
and perhaps even delete the master branch: git checkout -b mytopic git push rodrigo :master = deletes master branch from your repository once your topic branch has been merged with master branch, delete it from your repository. -- Øyvind Harboe Can Zylin Consulting help on your project? US toll free

Re: [Openocd-development] Adding M0 support

2011-06-12 Thread Øyvind Harboe
Hi Kevin, could you submit a patch that renames cortex-m3.c = cortex-m.c and then a patch with your Cortex M0 work on top of cortex-m.c? 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

Re: [Openocd-development] General SWD Support in OpenOCD

2011-06-12 Thread Øyvind Harboe
seems like a good candidate. -- Ø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] General SWD Support in OpenOCD

2011-06-11 Thread Øyvind Harboe
, but it will not be in the immediate future, but it looks like you're picking up some interest here on the list now anyway... -- Ø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

Re: [Openocd-development] New development version of OpenOCD available at last!

2011-06-11 Thread Øyvind Harboe
on the list, we tag it and were done. Once we have the tag, there are scripts in git that you'd have to look into that creates source release packages. I am not keen on OpenOCD project providing and support binaries, I want to pass that buck to package managers. -- Øyvind Harboe Can Zylin

Re: [Openocd-development] [PATCH 1/2] dsp5680xx - flash, read speed, crc, cleanup

2011-06-11 Thread Øyvind Harboe
You are the only maintainer of this target that I know of on the list, so unless I hear protests I'll commit it after giving it a quick review. Here is the web page to view your git repository btw: http://repo.or.cz/w/openocd/dsp568013.git -- Øyvind Harboe Can Zylin Consulting help on your

Re: [Openocd-development] Peter Stuge is now an OpenOCD maintainer

2011-06-10 Thread Øyvind Harboe
to do the work of being a release engineer? Has someone offered to pay Peter for the time he spends on libusb so he can address these issues? Is there anything in the libusb license that stops someone from forking the project? -- Øyvind Harboe Can Zylin Consulting help on your project? US toll

Re: [Openocd-development] Peter Stuge is now an OpenOCD maintainer

2011-06-10 Thread Øyvind Harboe
of unpaid work and grief to run such a project. -- Ø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] Peter Stuge is now an OpenOCD maintainer

2011-06-10 Thread Øyvind Harboe
On Fri, Jun 10, 2011 at 2:32 PM, Pete Batard pbat...@gmail.com wrote: On 2011.06.10 13:24, Øyvind Harboe wrote: Well, Peter has certainly refused to step down, despite everybody else on the list pretty much voicing their support to the idea that this is the right thing for him to do, if he

Re: [Openocd-development] Peter Stuge is now an OpenOCD maintainer

2011-06-10 Thread Øyvind Harboe
and reduces work for the maintainers. -- Ø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] New development version of OpenOCD available at last!

2011-06-10 Thread Øyvind Harboe
out, etc. We can cut a 0.5 branch at some commit in the past if the master branch has gone too far ahead by the time someone steps up. -- Ø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

Re: [Openocd-development] Adding M0 support

2011-06-10 Thread Øyvind Harboe
What would it take to convert cortex-m3.c to cortex-m.c and avoid code duplication like we had for cortex-a8/9.c? Is there a lot of code duplication here? I haven't looked. -- Øyvind Harboe Can Zylin Consulting help on your project? US toll free 1-866-980-3434 / International +47 51 87 40

Re: [Openocd-development] [PATCH] ft2232: fix memory leak in ft2232_large_scan()

2011-06-09 Thread Øyvind Harboe
supposed to be discarded? If noone can answer this then I would vote for removing the buffer completely instead of doing allocation which isn't used anyway. Definitely! I'm holding off on this patch in favor of a patch that deletes cruft instead of decorating it :-) -- Øyvind Harboe Can

Re: [Openocd-development] [PATCH] ft2232: fix memory leak in ft2232_large_scan()

2011-06-09 Thread Øyvind Harboe
Definitely! I'm holding off on this patch in favor of a patch that deletes cruft instead of decorating it :-) I have a soft spot for patches that delete code that nobody understands -- Øyvind Harboe Can Zylin Consulting help on your project? US toll free 1-866-980-3434 / International

Re: [Openocd-development] Outstanding patches = Fix: Correctly exit function: ft2232_init when an error occurred

2011-06-09 Thread Øyvind Harboe
On Thu, Jun 9, 2011 at 7:29 AM, Peter Stuge pe...@stuge.se wrote: Øyvind Harboe wrote: Nit, the construct below is a little bit fancy. I'd prefer splitting it over multiple lines to make it more accessible to the casual reader. Or just use goto, please, which is clear, simple, well

Re: [Openocd-development] [PATCH 1/5] ft2232: Clean up infinite loop condition in ft2232_init()

2011-06-09 Thread Øyvind Harboe
Can I commit? Surely this one is straightforward!!!??? :-) -- Ø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] Adding M0 support

2011-06-09 Thread Øyvind Harboe
Hi Kevin, from the maintainers I can say that we're very much interested in such contributions. By posting it to the list, we hopefully also can get others to pitch in! -- Øyvind Harboe Can Zylin Consulting help on your project? US toll free 1-866-980-3434 / International +47 51 87 40 27

[Openocd-development] Peter Stuge is now an OpenOCD maintainer

2011-06-09 Thread Øyvind Harboe
the list speaks for itself. -- Ø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] New functionalities in Interface API: interface_signal, bitbang

2011-06-09 Thread Øyvind Harboe
on the maintainers. -- Ø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

Re: [Openocd-development] Outstanding patches = Fix: Correctly exit function: ft2232_init when an error occurred

2011-06-08 Thread Øyvind Harboe
is already pretty small, so no objection from me. + return ft2232_quit(), ERROR_JTAG_INIT_FAILED; -- Ø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

Re: [Openocd-development] Configuration file for stm32f2xxx

2011-06-07 Thread Øyvind Harboe
Please provide a git patch. That way I don't have to piece together the story from the email thread. 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

Re: [Openocd-development] Configuration file for stm32f2xxx

2011-06-07 Thread Øyvind Harboe
Do an interactive rebase and squash 1+3 together. git rebase --help git rebase -i origin/master = move last commit up below first commit and change pick to s (for squash). git format-patch origin/master -- Øyvind Harboe Can Zylin Consulting help on your project? US toll free 1-866-980

Re: [Openocd-development] [PATCH 2/2] Fix unused variable warnings (errors) detected with GCC 4.7.0 - dubious fixes

2011-06-07 Thread Øyvind Harboe
: ‘jtag_speed_var’ may be used uninitialized in this function -- Ø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] [PATCH 2/2] Fix unused variable warnings (errors) detected with GCC 4.7.0 - dubious fixes

2011-06-07 Thread Øyvind Harboe
Strike that. I pushed a fix for that -O3 warning and that -O3 warning wasn't related to your patch. -- Ø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

Re: [Openocd-development] General SWD Support in OpenOCD

2011-06-07 Thread Øyvind Harboe
can find a sequence of small enough patches that most people can get their head around each one of the changes with the time they have available to review the changes and follow OpenOCD. -- Øyvind Harboe Can Zylin Consulting help on your project? US toll free 1-866-980-3434 / International +47 51

Re: [Openocd-development] General SWD Support in OpenOCD

2011-06-07 Thread Øyvind Harboe
On Tue, Jun 7, 2011 at 7:05 PM, Tomek CEDRO tomek.ce...@gmail.com wrote: On Tue, Jun 7, 2011 at 5:02 PM, Øyvind Harboe oyvind.har...@zylin.com wrote: First thing I tried was to rebase your master branch on top of origin/master and that didn't work... Uhm, this is based on a version from March

Re: [Openocd-development] New development version of OpenOCD available at last!

2011-06-07 Thread Øyvind Harboe
Nobody has stepped up to do the work of being a release manager. -- Ø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] Configuration file for stm32f2xxx

2011-06-07 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

Re: [Openocd-development] [PATCH] use one configuration for all JTAGkey devices.

2011-06-06 Thread Øyvind Harboe
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 ___ Openocd

Re: [Openocd-development] [PATCH] use one configuration for all JTAGkey devices.

2011-06-06 Thread Øyvind Harboe
On Mon, Jun 6, 2011 at 9:24 AM, Yegor Yefremov yegorsli...@googlemail.com wrote: Any objections? Another option were to remove all jtagkey configuration files and leave the jtagkey.cfg only. The description is different... -- Øyvind Harboe Can Zylin Consulting help on your project? US

Re: [Openocd-development] Configuration file for stm32f2xxx

2011-06-06 Thread Øyvind Harboe
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 ___ Openocd

Re: [Openocd-development] Configuration file for stm32f2xxx

2011-06-06 Thread Øyvind Harboe
-- Ø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 mailing list

Re: [Openocd-development] Configuration file for stm32f2xxx

2011-06-06 Thread Øyvind Harboe
On Mon, Jun 6, 2011 at 11:40 AM, Andreas Fritiofson andreas.fritiof...@gmail.com wrote: On Mon, Jun 6, 2011 at 11:23 AM, Øyvind Harboe oyvind.har...@zylin.com wrote: To create a patch: git add tcl/tcl/target/stm32f2xxx.cfg Another minor thing I noticed now, why three x in the file name

Re: [Openocd-development] Outstanding patches = Fix: Correctly exit function: ft2232_init when an error occurred

2011-06-06 Thread Øyvind Harboe
Is this patch ready to be committed? 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] [PATCH] mips: add nor flash write from memory block

2011-06-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

[Openocd-development] Adding gdbserver as a target

2011-06-04 Thread Øyvind Harboe
, but if the silicon vendors have too many layers of NDA, then I don't mind that obscurium.com has to forego open source target support for their MCU. -- Ø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

Re: [Openocd-development] [PATCH 2/2] Fix unused variable warnings (errors) detected with GCC 4.7.0 - dubious fixes

2011-06-04 Thread Øyvind Harboe
make clean make -- Ø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

Re: [Openocd-development] [PATCH] mips: add nor flash write from memory block

2011-06-04 Thread Øyvind Harboe
Ref. your todo: shouldn't that be sorted out before we merge it? How does this affect the arm target? -- Ø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

Re: [Openocd-development] [PATCH] dsp5680xx - verification after flashing

2011-06-04 Thread Øyvind Harboe
For next time, please change the first line of the comment in the patch to: dsp560xxx: fix stuff... Merged both patches. 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

Re: [Openocd-development] [PATCH 2/2] Fix unused variable warnings (errors) detected with GCC 4.7.0 - dubious fixes

2011-06-04 Thread Øyvind Harboe
removed some of that unused code. -- Ø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] Adding gdbserver as a target

2011-06-04 Thread Øyvind Harboe
I definitely want to see a gdb server target. I don't think a gdb server openocd interface makes any sense. -- Ø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

Re: [Openocd-development] [PATCH 2/2] Fix unused variable warnings (errors) detected with GCC 4.7.0 - dubious fixes

2011-06-04 Thread Øyvind Harboe
Ok, I'll wait then. Maybe I'll investigate on my own - just 4 files so maybe I'll find something. To create the residual commit: git fetch origin git rebase origin/master = your commits will now contain only the residual changes. -- Øyvind Harboe Can Zylin Consulting help on your project

Re: [Openocd-development] Adding gdbserver as a target

2011-06-04 Thread Øyvind Harboe
On Sat, Jun 4, 2011 at 10:54 AM, Tomek CEDRO tomek.ce...@gmail.com wrote: On Sat, Jun 4, 2011 at 8:31 AM, Øyvind Harboe oyvind.har...@zylin.com wrote: I definitely want to see a gdb server target. I don't think a gdb server openocd interface makes any sense. From current organization

Re: [Openocd-development] Adding gdbserver as a target

2011-06-04 Thread Øyvind Harboe
On Sat, Jun 4, 2011 at 11:33 AM, Tomek CEDRO tomek.ce...@gmail.com wrote: On Sat, Jun 4, 2011 at 9:26 AM, Øyvind Harboe oyvind.har...@zylin.com wrote: No reason why target should require this in the future. I'd also like to see a dummy target for testing purposes that requires no interface

Re: [Openocd-development] Use DCC on ARM to implement console

2011-06-03 Thread Øyvind Harboe
. What did you find in the manual on this topic? -- Ø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] Stepping backwards using ETB

2011-06-03 Thread Øyvind Harboe
On Fri, Jun 3, 2011 at 8:08 PM, Drasko DRASKOVIC drasko.drasko...@gmail.com wrote: On Fri, Jun 3, 2011 at 3:45 PM, Øyvind Harboe oyvind.har...@zylin.com wrote: Anyone given any thought to adding support to the GDB server to stepping backwards? http://www.gnu.org/software/gdb/news

Re: [Openocd-development] [PATCH] Fix unused variable warnings (errors) detected with GCC 4.7.0

2011-06-02 Thread Øyvind Harboe
Very cool! Perhaps you could split this patch into several patches with the first patch to go in are with the most obvious fixes? E.g. I was less sure about etb.c, but it might be fine... -- Øyvind Harboe Can Zylin Consulting help on your project? US toll free 1-866-980-3434 / International

Re: [Openocd-development] New configuration for uptech2410 board.

2011-06-02 Thread Øyvind Harboe
Merged. Thanks! BTW: I think in the file of target/samsung_s3c2410.cfg, the line 19 should not be 0x, the correct one is: set  _CPUTAPID 0x0032409d Patch? -- Øyvind Harboe Can Zylin Consulting help on your project? US toll free 1-866-980-3434 / International +47 51 87 40 27

Re: [Openocd-development] [PATCH 1/2] dsp5680xx - code cleanup

2011-06-02 Thread Øyvind Harboe
I'll let these cool off for a day or so and then merge if I hear nothing further. -- Ø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

Re: [Openocd-development] [PATCH] Fix unused variable warnings (errors) detected with GCC 4.7.0

2011-06-02 Thread Øyvind Harboe
On Thu, Jun 2, 2011 at 10:11 PM, Freddie Chopin freddie_cho...@op.plwrote: On 2011-06-02 08:12, Øyvind Harboe wrote: Perhaps you could split this patch into several patches with the first patch to go in are with the most obvious fixes? E.g. I was less sure about etb.c, but it might be fine

Re: [Openocd-development] TCL Memory tests

2011-06-02 Thread Øyvind Harboe
My main concern about such a test would be that it doesn't run very quickly on the target. A great tool to have before moving on to running code on the target though! -- Øyvind Harboe Can Zylin Consulting help on your project? US toll free 1-866-980-3434 / International +47 51 87 40 27 http

Re: [Openocd-development] bootstrap: patch proposal

2011-06-01 Thread Øyvind Harboe
Would you mind formulating a patch? It would be greatly appreciated. Thanks! 2011/6/1 Tormod Volden lists.tor...@gmail.com: On Wed, Jun 1, 2011 at 7:22 AM, Øyvind Harboe wrote: Merged very slightly different version that prints out error message upon invalid argument. From the commit

Re: [Openocd-development] bootstrap: patch proposal

2011-06-01 Thread Øyvind Harboe
How about this? -- Ø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 From f81b65e167dfe137d946d0add26d74b3e9ad8fce Mon Sep 17

Re: [Openocd-development] Outstanding patches = Fix: Correctly exit function: ft2232_init when an error occurred

2011-06-01 Thread Øyvind Harboe
Hi Tomek, I haven't read over this patch. Do you think it is ready or does it need work? -- Ø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

Re: [Openocd-development] [PATCH v2] bootstrap: Various code improvements

2011-06-01 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

Re: [Openocd-development] bootstrap: patch proposal

2011-05-31 Thread Øyvind Harboe
I see the bug in the code, but I don't understand why the list hasn't complained and you're running into this problem. What environment are you using? bash? dash? -- Øyvind Harboe Can Zylin Consulting help on your project? US toll free 1-866-980-3434 / International +47 51 87 40 27 http

Re: [Openocd-development] [PATCH] mips target

2011-05-31 Thread Øyvind Harboe
Perhaps some cleanup of ancient history is called for? -- Ø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] [PATCH] mips target

2011-05-31 Thread Øyvind Harboe
Any objections? I haven't looked over it, but I see there has been some discussion on this topic. -- Ø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

Re: [Openocd-development] bootstrap: patch proposal

2011-05-31 Thread Øyvind Harboe
Merged very slightly different version that prints out error message upon invalid argument. 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

Re: [Openocd-development] [PATCH] mips target

2011-05-31 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

Re: [Openocd-development] [PATCH] SMDK6410 is not target, move file to board

2011-05-29 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

Re: [Openocd-development] [PATCH] mips target

2011-05-29 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

Re: [Openocd-development] [PATCH] Board definition for mini6410/tiny6410 (ARM1176)

2011-05-29 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

Re: [Openocd-development] [PATCH] mips target

2011-05-28 Thread Øyvind Harboe
Endian host bugfix 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

Re: [Openocd-development] [PATCH] mips target

2011-05-28 Thread Øyvind Harboe
On Sat, May 28, 2011 at 2:31 PM, Drasko DRASKOVIC drasko.drasko...@gmail.com wrote: On Sat, May 28, 2011 at 2:27 PM, Øyvind Harboe oyvind.har...@zylin.com wrote: Endian host bugfix merged. What's the impact ? Will mdw now inverse bytes for BE targets ? I checked quickly last night on my

Re: [Openocd-development] [PATCH] Fixed values for Samung NAND chips

2011-05-28 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

Re: [Openocd-development] [PATCH] mips target

2011-05-27 Thread Øyvind Harboe
On Fri, May 27, 2011 at 1:27 PM, Mahr, Stefan stefan.m...@sphairon.com wrote: My patch fixes an endianness problem when OpenOCD is build for running on a big endian host. For little endian host everything works as usual. Ack. -- Øyvind Harboe Can Zylin Consulting help on your project? US

Re: [Openocd-development] [PATCH] mips target

2011-05-26 Thread Øyvind Harboe
Looking at this patch, it's clearly wrong to cast a pointer to a host 32 bit integer to a pointer to a sequence of bytes to shift out. I don't know about the rest of the issues offhand, but I see Drask was going to have a look at it. -- Øyvind Harboe Can Zylin Consulting help on your

Re: [Openocd-development] OpenOCD for STM32F2xx microcontroller

2011-05-26 Thread Øyvind Harboe
There is more than one stm32 flash driver, use the other one -- Ø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] OpenOCD for STM32F2xx microcontroller

2011-05-26 Thread Øyvind Harboe
Sorry but I only know stm32x... could you pls give a name to the other one? cd src find . | grep stm32 -- Ø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

Re: [Openocd-development] Untested or slightly tested code

2011-05-25 Thread Øyvind Harboe
or for someone who wants to learn about the development involved with OpenOCD to possibly help test and not spend a lot of time getting the setup right. Absolutely. And if someone has patches with documentation when testing beta features, please post that as well! -- Øyvind Harboe Can Zylin

Re: [Openocd-development] Untested or slightly tested code

2011-05-25 Thread Øyvind Harboe
On Wed, May 25, 2011 at 7:43 PM, Rodrigo Rosa rodrigorosa...@gmail.com wrote: should the short write-up go in the email with the corresponding patch? I think splitting out the docs in a separate patch is just fine. -- Øyvind Harboe Can Zylin Consulting help on your project? US toll free 1

Re: [Openocd-development] [PATCH] support for non cfi spansion flash

2011-05-25 Thread Øyvind Harboe
Merged. -- Ø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

Re: [Openocd-development] Provisional eCos RTOS support

2011-05-25 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

Re: [Openocd-development] OMAP3530 / beagleboard supper status

2011-05-24 Thread Øyvind Harboe
I know sw breakpoints w/cortex-a cpus need work to deal with cache and mmu handling. Multi-core cortex a CPUs w/hardware and software breakpoints, especially when only halting a single CPU shoud be very interesting. -- Øyvind Harboe Can Zylin Consulting help on your project? US toll free 1

Re: [Openocd-development] Provisional eCos RTOS support

2011-05-24 Thread Øyvind Harboe
Any objections to merging? It's a big step in the right direction and hopefully this will encourage more people to pitch in. -- Ø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

<    1   2   3   4   5   6   7   8   9   10   >