Re: [Openocd-development] Adding simulated target support for regression testing purposes

2009-05-24 Thread Michael Fischer
avid Brownell [mailto:davi...@pacbell.net] Gesendet: Sonntag, 24. Mai 2009 06:13 An: Zach Welch Cc: openocd-development@lists.berlios.de; Michael Fischer Betreff: Re: [Openocd-development] Adding simulated target support for regression testing purposes On Saturday 23 May 2009, Zach Welch wrote: &g

Re: [Openocd-development] Adding simulated target support for regression testing purposes

2009-05-24 Thread Michael Fischer
target support for regression testing purposes On Thu, 2009-05-21 at 16:54 -0700, David Brownell wrote: > On Thursday 21 May 2009, Michael Fischer wrote: > > It looks that these JTAG interfaces have not the same behaviour. > > One point could be the RESET signals SRST and

Re: [Openocd-development] Adding simulated target support for regression testing purposes

2009-05-23 Thread David Brownell
On Saturday 23 May 2009, Zach Welch wrote: > . > > > One point could be the RESET signals SRST and TRST. Here the > > > FT2232 can set both signals at the same time, which I think > > > is used too. > > > > Yeah, I noticed that *sometimes* an ft2232 adapter was able > > to come up OK ... but other

Re: [Openocd-development] Adding simulated target support for regression testing purposes

2009-05-23 Thread Zach Welch
On Thu, 2009-05-21 at 16:54 -0700, David Brownell wrote: > On Thursday 21 May 2009, Michael Fischer wrote: > > It looks that these JTAG interfaces have not the same behaviour. > > One point could be the RESET signals SRST and TRST. Here the > > FT2232 can set both signals at the same time, which I

Re: [Openocd-development] Adding simulated target support for regression testing purposes

2009-05-21 Thread David Brownell
On Thursday 21 May 2009, Michael Fischer wrote: > It looks that these JTAG interfaces have not the same behaviour. > One point could be the RESET signals SRST and TRST. Here the > FT2232 can set both signals at the same time, which I think > is used too. Yeah, I noticed that *sometimes* an ft2232

[Openocd-development] Adding simulated target support for regression testing purposes

2009-05-21 Thread Michael Fischer
Hello Øyvind, >How about adding the "sim" interface & target? For me it looks that we have problem with real hardware, which we will not find in simulation. In the moment for example the J-Link is working with my SAM7S target and the ft2232 had some problems, but why? It looks that these JTAG i

[Openocd-development] Adding simulated target support for regression testing purposes

2009-05-21 Thread Øyvind Harboe
How about adding the "sim" interface & target? The idea is to be able to run regression tests in software only. Another piece to the puzzle is that GDB has a "target sim" for just about any CPU architecture. Outline of crazy idea follows: - add a "simarm" interface. This simarm interface imple