I have Cirrus Logic EDB9301 here and 2.6.31 works on it. I used OpenEmbedded
to build kernel and rootfs for it (whole Martin's work on toolchain was merged
by me and I maintain EP93xx support in OE). So far I am using RedBoot on it
because I do not want to play with JTAG just to get U-Boot instead.
What works? Hard to tell because EDB9301 is very stripped down devboard. MTD
support works but do not have working redboot partition table in it so do not
use. Ethernet works fine - kernel is fetched via TFTP and boots into NFS root.
I hope to get rid of that board and replace it with Sim.One (which probably is
in nearest post office but long queue is also there so it has to wait).
Regards,
--
JID: h...@jabber.org
Website: http://marcin.juszkiewicz.com.pl/
LinkedIn: http://www.linkedin.com/in/marcinjuszkiewicz
At boot it says
U-Boot 1.1.6-cirrus-edb93xx-platform
That's from 3 years ago but I haven't found what source was used (so
much for the GPL!)
I am guessing by the "edb" that it's a modified version from from
arm.cirrus.com, hacked to set the machine ID to 1476 (==MACH_SIM_ONE
in linux/arch/arm/mach-types)
M
Will sources be available for U-Boot? I like to be able to build own one...