
Hi,
This series of patches adds support for Atmel's AT91CAP9 Customizable Microcontrollers family: http://www.atmel.com/products/AT91CAP/Default.asp and more specifically for the AT91CAP9A-DK development kit: http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4138
The supported features include: - SDRAM - Serial port DBGU - LEDs - SPI - NOR Flash - NAND Flash with ECC soft - DataFlash (through SPI) - Ethernet
This patch is to be applied on top of the current u-boot git tree + three small patches I submitted a few days ago but weren't picked up by anyone: http://article.gmane.org/gmane.comp.boot-loaders.u-boot/35306 http://article.gmane.org/gmane.comp.boot-loaders.u-boot/35307 http://article.gmane.org/gmane.comp.boot-loaders.u-boot/35309
This is the second submission of the AT91CAP9 support. Several changes have been done, some of them based on feedback from Haavard and Wolfgang: - AT91CAP9.h file was simplified (going from over 400KB to less than a tenth) - atmel_usart driver is now used instead of the local driver - a CodeSourcery specific workaround has been removed from the submission - more patch splitting for easier review
Thanks.
Signed-off-by: Stelian Pop stelian@popies.net