at91: add support for the at91sam9263ek board of Atmel
commitaf88baca3071685728506de168a74c54989d3f41
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Wed, 28 Oct 2009 13:41:54 +0000 (28 14:41 +0100)
committerSascha Hauer <s.hauer@pengutronix.de>
Mon, 2 Nov 2009 07:31:52 +0000 (2 08:31 +0100)
tree1cf19426b9b3ba45f57ea8c95916894d3b1fc77b
parent483d4e08575b6731f4c913b9709fdbe94223f388
at91: add support for the at91sam9263ek board of Atmel

Here is the page on Atmel website:
http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4057

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Cc: Nicolas Ferre <nicolas.ferre@atmel.com>
Cc: Patrice VILCHEZ <patrice.vilchez@atmel.com>
Cc: Sedji Gaouaou <sedji.gaouaou@atmel.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
14 files changed:
arch/arm/Kconfig
arch/arm/Makefile
arch/arm/configs/at91sam9263ek_defconfig [new file with mode: 0644]
board/at91sam9263ek/Makefile [new file with mode: 0644]
board/at91sam9263ek/config.h [new file with mode: 0644]
board/at91sam9263ek/env/bin/_update [new file with mode: 0644]
board/at91sam9263ek/env/bin/boot [new file with mode: 0644]
board/at91sam9263ek/env/bin/hush_hack [new file with mode: 0644]
board/at91sam9263ek/env/bin/init [new file with mode: 0644]
board/at91sam9263ek/env/bin/update_kernel [new file with mode: 0644]
board/at91sam9263ek/env/bin/update_root [new file with mode: 0644]
board/at91sam9263ek/env/bin/update_uboot_xmodem [new file with mode: 0644]
board/at91sam9263ek/env/config [new file with mode: 0644]
board/at91sam9263ek/init.c [new file with mode: 0644]