
Hi,
here is an updated patch for the Cogent CSB226 board (PXA250). Some details which might require discussion:
arminfrastructure -----------------
- The "reset" code didn't work for me in the version which was in the repository. I've added a reset routine which works on the PXA250, but I suspect the old variant might have run on some other XScale processor? If yes, we should sort it out to some processor specific file, if no my code can simply go in.
- lib_arm/armlinux.c: progress callbacks added
csb226 ------
- progress information added - added a function to access the LEDs (which are used as progress indicators during boot) - fixed flash erase routine (works now); writing is still broken
general -------
- cmd_bootm.c: more verbose error message
Robert