
On Fri, Dec 9, 2011 at 12:47 PM, Christian Riesch christian.riesch@omicron.at wrote:
Hi, this is v6 of the last part of my recent patchset
[PATCH v3 00/15] Add an SPL to boot the da850evm from SPI http://lists.denx.de/pipermail/u-boot/2011-November/111182.html
Most of the other parts are already merged, together with this patchset they introduce an SPL for the da850evm to run u-boot directly without the need of a UBL (see doc/README.davinci).
The first patches fix dependencies and introduce a function to load the u-boot image from SPI flash. Patch #4 adds an SPL to the da850evm configuration. Finally, a simple AIS (Application Image Script) is required to start the SPL. This AIS is generated by mkimage. Patch #5 fixes mkimage for building AIS. Finally the last patch introduces a u-boot.ais target in the Makefile.
Changes for v6:
- rebased to git://git.denx.de/u-boot.git master
Merged into u-boot-ti/next, thanks for all the hard work here!