[OpenOCD-devel] [PATCH]: 4d6f4ac build: fix make dist

2012-01-03 Thread gerrit
This is an automated email from Gerrit. Spencer Oliver (s...@spen-soft.co.uk) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/332 -- gerrit commit 4d6f4ac8facaddd9e8e382334f404512bf26ec31 Author: Spencer Oliver Date: Tue Jan 3 22:53:47 2012 +

Re: [OpenOCD-devel] List archives not working

2012-01-03 Thread Spencer Oliver
On 3 January 2012 21:52, Freddie Chopin wrote: > Hi! > > After the problems with mailing list the list archives seem not > working... The last message is from November - > http://sourceforge.net/mailarchive/forum.php?forum_name=openocd-devel > yes thanks - i have already notified sf. strangely th

[OpenOCD-devel] List archives not working

2012-01-03 Thread Freddie Chopin
Hi! After the problems with mailing list the list archives seem not working... The last message is from November - http://sourceforge.net/mailarchive/forum.php?forum_name=openocd-devel 4\/3!! -- Write once. Port to man

Re: [OpenOCD-devel] ST-Link support

2012-01-03 Thread Freddie Chopin
W dniu 2012-01-03 22:38, Spencer Oliver pisze: > you will need to create new config for the stm321x family. > All that needs changing is _CPUTAPID and flash line, eg. > > set _CPUTAPID 0x3ba00477 > flash bank $_FLASHNAME stm32f1x 0x0800 0 0 0 $_TARGETNAME I've done that as you say, except the

[OpenOCD-devel] [PATCH]: 2d8615b cfg: use consistent chipname

2012-01-03 Thread gerrit
This is an automated email from Gerrit. Spencer Oliver (s...@spen-soft.co.uk) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/331 -- gerrit commit 2d8615b4431859a0b96eb7879e7956b43ce27a75 Author: Spencer Oliver Date: Tue Jan 3 21:42:49 2012 +

Re: [OpenOCD-devel] ST-Link support

2012-01-03 Thread Spencer Oliver
On 3 January 2012 21:27, Freddie Chopin wrote: > The patch series is commited now, but we can discuss further (; > > I'm trying to make ST-LINK work with STM32F103. It works, but not > completely... > It works as originally tested. I have a few things i want to add myself, eg. stlink_v1 support f

Re: [OpenOCD-devel] ST-Link support

2012-01-03 Thread Freddie Chopin
The patch series is commited now, but we can discuss further (; I'm trying to make ST-LINK work with STM32F103. It works, but not completely... The first strange thing is that the IDCODE detected by stlink is different than what I see with JTAG - should be 0x3ba00477, but with this value I get

Re: [OpenOCD-devel] Adding a new part to OpenOCD: where to start ?

2012-01-03 Thread Álvaro Lopes
Hi again, I decided to move on, and given a clue about remote bitbanging interface support in OpenOCD, I wrote a small server for it and integrated it with GHDL simulation engine, exposing a "pure" JTAG interface which can be then connected to a TAP controller and used during simulation. So far

Re: [OpenOCD-devel] configure broken

2012-01-03 Thread Peter Stuge
Spencer Oliver wrote: > > the configure.ac script doesn't check the library (header only). We should > > change this to something > > like this: > > > > http://www.winehq.org/pipermail/wine-patches/2010-April/087352.html > > patches welcome :) It's not as simple as "patches welcome" because ther

Re: [OpenOCD-devel] configure broken

2012-01-03 Thread Spencer Oliver
On 3 January 2012 06:00, Mathias K. wrote: > Hello, > > the configure.ac script doesn't check the library (header only). We should > change this to something > like this: > > http://www.winehq.org/pipermail/wine-patches/2010-April/087352.html > patches welcome :) we have to be careful as pkgconf

Re: [OpenOCD-devel] ST-Link support

2012-01-03 Thread Spencer Oliver
On 1 January 2012 13:21, Freddie Chopin wrote: > Hi! > > I think that there has to be some other way to use stlink than in the > patch series in gerrit. The need to have "stlink newtap ..." instead of > "jtag newtap ..." or "swd newtap ..." require completely different set > of config files for st