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
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
ith latest SVN rev.
BR,
Paulius Zaleckas
Index: src/target/fa526.c
===
--- src/target/fa526.c (revision 0)
+++ src/target/fa526.c (revision 0)
@@ -
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