Re: [Openocd-development] [PATCH] Add config for CS351x CPUs

2009-06-21 Thread Paulius Zaleckas
David Brownell wrote: > On Sunday 21 June 2009, Paulius Zaleckas wrote: >> + >> +if { [info exists ENDIAN] } { >> + set _ENDIAN $ENDIAN >> +} else { >> + set _ENDIAN little >> +} >> + > > Can this chip actually override its en

[Openocd-development] [PATCH] Add config for CS351x CPUs

2009-06-21 Thread Paulius Zaleckas
Adds configuration for Cortina Systems CS351x CPUs. They are based on FA526 core. Index: tcl/target/cs351x.cfg === --- tcl/target/cs351x.cfg (revision 0) +++ tcl/target/cs351x.cfg (revision 0) @@ -0,0 +1,30 @@ +if { [info

[Openocd-development] [PATCH v2] FA526 support

2009-06-19 Thread Paulius Zaleckas
ith latest SVN rev. BR, Paulius Zaleckas Index: src/target/fa526.c === --- src/target/fa526.c (revision 0) +++ src/target/fa526.c (revision 0) @@ -

[Openocd-development] [PATCH] FA526 support

2009-06-16 Thread Paulius Zaleckas
Hi list, This is minimal patch to support FA526 ARMv4 compatible core. Since it is very similar to ARM920T I tried to reuse as much code as possible. CPU and board configs will follow soon. BR, Paulius Zaleckas Index: src/target/fa526.c