Re: [Openocd-development] GNU savannah

2009-10-07 Thread Nico Coesel
-Original Message- From: Øyvind Harboe [mailto:oyvind.har...@zylin.com] Sent: dinsdag 6 oktober 2009 14:39 To: Nico Coesel Cc: openocd-development@lists.berlios.de Subject: Re: [Openocd-development] GNU savannah The page looks like it has been written by people that have a very

Re: [Openocd-development] About AGDI interface of RealView MDK and SWJ support

2009-10-07 Thread David Brownell
On Tuesday 06 October 2009, Øyvind Harboe wrote: So, SWJ gets nowhere in OpenOCD until SWD is working. And we've seen no SWD patches at all. Actually we did, but it is a long time ago and they were very disruptive. Maybe this:

Re: [Openocd-development] GNU savannah

2009-10-07 Thread David Brownell
On Wednesday 07 October 2009, Nico Coesel wrote:     * No proprietary dependencies: your project         * must work on a completely free operating system. Find         free replacements for your non-free dependencies. Develop         and test your Java applications with IcedTea? (OpenJDK?),

Re: [Openocd-development] Moving to git

2009-10-07 Thread Øyvind Harboe
W.r.t. choice of version control, many OpenOCD maintainers have extensive git expertise and nobody has expressed interest in Mercurial. Lots of patches come from git at this point so many top contributors clearly use it too. You'd be hard pressed to get any sort of enthusiasm about any other

[Openocd-development] Do not check ir capture if no IDCODE

2009-10-07 Thread Øyvind Harboe
Committed. Do not check ir capture if there is no IDCODE Fixes bogus warnings w/imx31/35 ### Eclipse Workspace Patch 1.0 #P openocd Index: src/jtag/core.c === --- src/jtag/core.c (revision 2805) +++ src/jtag/core.c (working

[Openocd-development] arm11 cleanup

2009-10-07 Thread Øyvind Harboe
Committed. add timeouts and fix syntax error handling of mrc/mcr commands. ### Eclipse Workspace Patch 1.0 #P openocd Index: src/target/arm11.c === --- src/target/arm11.c (revision 2803) +++ src/target/arm11.c (working copy) @@

[Openocd-development] imx35

2009-10-07 Thread Øyvind Harboe
I'm trying to see if I can port Freescale's imx35 reset script to openocd. Does anyone have an imx35 out there to test with? (I've got one on my desk, but if someone has lots of imx35 arm11 experience it would be great if they could pitch in) See imx35pdk.cfg I just committed for my first stab

Re: [Openocd-development] GNU savannah

2009-10-07 Thread Michel Catudal
Le 07/10/2009 03:13, Nico Coesel a écrit : This part of the terms made my alarm bells to turn on: * No proprietary dependencies: your project * must work on a completely free operating system. Find free replacements for your non-free dependencies. Develop and test your Java

[Openocd-development] Problems accessing Spansion NOR flash SW256N.

2009-10-07 Thread javier Martin
I have a SW256N 32MB NOR flash connected to CS0 of my i.MX27 SoC. In my board cfg file I have included the following lines describing 3 banks of my NOR which has 16 banks: # The Visstrim SM10 board has a NOR flash on CS0 flash bank cfi 0xc000 0x0020 2 2 imx27.cpu flash bank cfi

Re: [Openocd-development] Do not check ir capture if no IDCODE

2009-10-07 Thread David Brownell
On Wednesday 07 October 2009, Øyvind Harboe wrote: Committed. Do not check ir capture if there is no IDCODE Fixes bogus warnings w/imx31/35 Actually we were expecting a patch which just makes this use the capture/mask values provided with TAP declaration, so this workaround may be

Re: [Openocd-development] Problems accessing Spansion NOR flash SW256N.

2009-10-07 Thread javier Martin
Debug: 269 156510 embeddedice.c:451 embeddedice_write_reg(): 0: 0x0004 Debug: 270 156520 embeddedice.c:451 embeddedice_write_reg(): 0: 0x0005 Debug: 271 156530 embeddedice.c:451 embeddedice_write_reg(): 0: 0x0004 Debug: 272 156540 embeddedice.c:451 embeddedice_write_reg(): 0: 

[Openocd-development] S3C6410 NOR flashing using openocd

2009-10-07 Thread Jayanth Madapura
Hi, I am using the ARM-USB-OCD olimex debugger and trying to program NOR flash connected to S3C6410 on SROMC Bank0 using openocd. The signals OM4:1 are set to 0101 for NOR booting. Unfortunately openocd is unable to detect the AMD NOR flash. I am also trying to flash the internal ROM setting

Re: [Openocd-development] About AGDI interface of RealView MDK and SWJ support

2009-10-07 Thread simon qian
I'll later try to add SWJ support to my JTAG dongle(Versaloon), and try to add execute_swj_queue to the driver. I'll mail to the list if I need any help or have any progress. After that, I can help with the SWD support. As a generic JTAG debugging tool, OpenOCD do will some day support SWD. --

Re: [Openocd-development] Do not check ir capture if no IDCODE

2009-10-07 Thread Øyvind Harboe
On Wed, Oct 7, 2009 at 5:17 PM, David Brownell davi...@pacbell.net wrote: On Wednesday 07 October 2009, Řyvind Harboe wrote: Committed. Do not check ir capture if there is no IDCODE Fixes bogus warnings w/imx31/35 Actually we were expecting a patch which just makes this use the

[Openocd-development] infrastructure issues and plan

2009-10-07 Thread Zach Welch
Hi all, I have tried to summarize the recent infrastructure threads topics into short lists for the community to read, repose, and ratify (or reject). I have waited to jump in to give the community time to contribute input, and there have been many constructive ideas offered to move us forward.

Re: [Openocd-development] infrastructure issues and plan

2009-10-07 Thread Øyvind Harboe
Sounds like a good summary to me. -- Øyvind Harboe http://www.zylin.com/zy1000.html ARM7 ARM9 ARM11 XScale Cortex JTAG debugger and flash programmer ___ Openocd-development mailing list Openocd-development@lists.berlios.de

[Openocd-development] git mirroring

2009-10-07 Thread Øyvind Harboe
Starting a new thread on git mirroring http://repo.or.cz/ is my choice except that hourly mirroring only works over http protocols, which is precisely what we're missing on sourceforge. I've submitted a request that sourceforge support http over git, I'm not holding my breath. One solution

Re: [Openocd-development] infrastructure issues and plan

2009-10-07 Thread David Brownell
On Wednesday 07 October 2009, Zach Welch wrote: I think we have a plan to begin migrating and expanding the services. Specifically, we seem to agree upon the following actions to be done on Thu, Oct 8, 2009: - Disable write access to the SVN repository on BerliOS. - Sync GIT tree on

Re: [Openocd-development] git mirroring

2009-10-07 Thread Zach Welch
On Wed, 2009-10-07 at 20:10 +0200, Øyvind Harboe wrote: Starting a new thread on git mirroring http://repo.or.cz/ is my choice except that hourly mirroring only works over http protocols, which is precisely what we're missing on sourceforge. I've submitted a request that sourceforge

[Openocd-development] Snapshot of complete openocd svn

2009-10-07 Thread Øyvind Harboe
Anyone who wants a complete snapshot of the entire OpenOCD svn repository for posterity after we do the switch, can download the nightly snapshot from: http://download.berlios.de/svndumps/openocd-repos.gz It's 300mByte so, you will probably want to wait with doing this until Friday after which

Re: [Openocd-development] Do not check ir capture if no IDCODE

2009-10-07 Thread David Brownell
On Wednesday 07 October 2009, Øyvind Harboe wrote: Thing is, TAPs without IDCODE support have no exemption from the constraint that the two LSBs be b01, and most of them conform.  Plus, this is the only place which ignores those mask values when checking ircapture results. Staying tuned

Re: [Openocd-development] Do not check ir capture if no IDCODE

2009-10-07 Thread John Rigby
If the hard coded mask of 0x3 and value of 0x1 are changed to ir_capture_mask and ir_capture_value respectively then mx25,31,35 should work. Here is an untested patch. The diagnostic is wrong since it still has the hardcoded 0x..1 expected value in it. Sorry I intended to send a tested patch

Re: [Openocd-development] Moving to git

2009-10-07 Thread Øyvind Harboe
Try now. -- Øyvind Harboe http://www.zylin.com/zy1000.html ARM7 ARM9 ARM11 XScale Cortex JTAG debugger and flash programmer ___ Openocd-development mailing list Openocd-development@lists.berlios.de

Re: [Openocd-development] infrastructure issues and plan

2009-10-07 Thread Zach Welch
On Wed, 2009-10-07 at 11:24 -0700, David Brownell wrote: On Wednesday 07 October 2009, Zach Welch wrote: I think we have a plan to begin migrating and expanding the services. Specifically, we seem to agree upon the following actions to be done on Thu, Oct 8, 2009: - Disable write

Re: [Openocd-development] Do not check ir capture if no IDCODE

2009-10-07 Thread David Brownell
On Wednesday 07 October 2009, John Rigby wrote: If the hard coded mask of 0x3 and value of 0x1 are changed to ir_capture_mask and ir_capture_value respectively then mx25,31,35 should work.  Here is an untested patch.  The diagnostic is wrong since it still has the hardcoded 0x..1 expected

[Openocd-development] repo.or.cz GIT mirror available

2009-10-07 Thread Zach Welch
Hi all, I just registered openocd for mirroring on repo.or.cz: http://repo.or.cz/w/openocd.git Share and Enjoy, Zach ___ Openocd-development mailing list Openocd-development@lists.berlios.de

Re: [Openocd-development] infrastructure issues and plan

2009-10-07 Thread David Brownell
On Wednesday 07 October 2009, Zach Welch wrote: I've got a patch to do most of that.  How about this process:  - At time Z, commit a patch to SVN to make builds emit    a warning current repository is URL ... so that    the archival SVN history isn't trashed.  - Also at time Z,

[Openocd-development] GIT repository is now the master

2009-10-07 Thread David Brownell
The dumb front-page at SourceForge: http://openocd.sourceforge.net/ Summary of GIT information: https://sourceforge.net/scm/?type=gitgroup_id=274635 Or in short, for a read-only tree: $ git clone git://openocd.git.sourceforge.net/gitroot/openocd/openocd (read-only) $ cd openocd ... use

[Openocd-development] SVN closed; GIT open

2009-10-07 Thread Zach Welch
Hi all, The Subversion repository should now be treated as read-only. As David's recent post indicated, there are some minor administrative glitches that prevent us from enforcing this intended policy, but this should be fixed at some point. In the meantime, I hope that the last revision (or

Re: [Openocd-development] infrastructure issues and plan

2009-10-07 Thread David Brownell
On Wednesday 07 October 2009, Zach Welch wrote: After the switch to GIT there's not a whole lot of stuff on my personal list of 0.3.x must have.  There will be URLs to change as soon as we de-emphasize the Berlios web facilities, which may need to be part of the 0.3.x cycle. To

[Openocd-development] timed out while waiting for target halted on at91sam7s, svn2790

2009-10-07 Thread Timo Boettcher
Hi! I am new to JTAG, so if I am missing anything basic, please tell me. I can access the at91sam7x256 on my olimex sam78-ex256 just fine, so the general setup should be ok. On a similar hardware with an at91sam7s256, I get an error if I even try to halt the cpu: timed out while waiting

Re: [Openocd-development] infrastructure issues and plan

2009-10-07 Thread Zach Welch
On Wed, 2009-10-07 at 18:05 -0700, David Brownell wrote: On Wednesday 07 October 2009, Zach Welch wrote: [snip] OK by me. Note that there are refs to docs at Berlios throughout the source tree. So whoever updates the Users' and Developers' guide snapshots next, might want to mirror new

[Openocd-development] file releases on SF.net

2009-10-07 Thread Zach Welch
Hi all, I copied all available OpenOCD source packages from BerliOS to SF.net, so they can now be downloaded from both locations. With 0.3.0 and on, OpenOCD's source packages will be uploaded to both sites, so they should always be available from one location or the other. SF.net Downloads:

[Openocd-development] openocd-svn mailing list retired

2009-10-07 Thread Zach Welch
Hey all, Since we have changed to GIT, we will no longer be using the openocd-svn mailing list to track commits to the repository. I am uncertain as to whether or not equivalent functionality can be provided with GIT, but I thought this topic worth mentioning as I enjoyed the opportunity to

[Openocd-development] wordpress postings

2009-10-07 Thread Zach Welch
Hi all, I updated the WordPress site [1] with a blurb about the change to GIT, renaming and updating the vestigial 'SVN History' page to 'Repository' with useful information [2]. Since it may be the first place new users land on the project, I figured this was an important place to update.

Re: [Openocd-development] file releases on SF.net

2009-10-07 Thread David Brownell
And I look forward to seeing the 0.3 code join them ... :) ___ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development

Re: [Openocd-development] repo.or.cz GIT mirror available

2009-10-07 Thread David Brownell
Covered in the README and User's Guide. ___ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development

Re: [Openocd-development] Do not check ir capture if no IDCODE

2009-10-07 Thread John Rigby
The attached config for imx25 works with your latest. Thanks for you efforts. On Wed, Oct 7, 2009 at 4:03 PM, David Brownell davi...@pacbell.net wrote: On Wednesday 07 October 2009, John Rigby wrote: If the hard coded mask of 0x3 and value of 0x1 are changed to ir_capture_mask and

Re: [Openocd-development] timed out while waiting for target halted on at91sam7s, svn2790

2009-10-07 Thread David Brownell
On Wednesday 07 October 2009, Timo Boettcher wrote: % openocd -f openocd-sam7s256.cfg Open On-Chip Debugger 0.3.0-in-development (2009-10-02-14:57) svn:r2790 $URL: http://svn.berlios.de/svnroot/repos/openocd/trunk/src/openocd.c $ For bug reports, read

Re: [Openocd-development] Do not check ir capture if no IDCODE

2009-10-07 Thread David Brownell
On Wednesday 07 October 2009, John Rigby wrote: The attached config for imx25 works with your latest.  Thanks for you efforts. Thanks. It's now in the GIT tree. This file has the minor distinction of being the first one merged via git-am ... with you recorded as the author, and me just

Re: [Openocd-development] file releases on SF.net

2009-10-07 Thread Xiaofan Chen
On Thu, Oct 8, 2009 at 10:22 AM, Zach Welch z...@superlucidity.net wrote: I copied all available OpenOCD source packages from BerliOS to SF.net, so they can now be downloaded from both locations.  With 0.3.0 and on, OpenOCD's source packages will be uploaded to both sites, so they should

[Openocd-development] retiring old services

2009-10-07 Thread Zach Welch
Hi all, Some off-list discussion during the recent outage brought up the idea of streamlining the BerliOS project site. Here are the list of services that the maintainers want to deactivate, with suggested alternatives: - Disable Bug Tracker and Bug Dependency List, Support, Forums,

Re: [Openocd-development] file releases on SF.net

2009-10-07 Thread Zach Welch
On Thu, 2009-10-08 at 13:21 +0800, Xiaofan Chen wrote: On Thu, Oct 8, 2009 at 10:22 AM, Zach Welch z...@superlucidity.net wrote: I copied all available OpenOCD source packages from BerliOS to SF.net, so they can now be downloaded from both locations. With 0.3.0 and on, OpenOCD's source