]> git.ipfire.org Git - people/ms/u-boot.git/commit
arm: atmel: Add SAMA5D2 Xplained board
authorWenyou Yang <wenyou.yang@atmel.com>
Fri, 30 Oct 2015 01:55:52 +0000 (09:55 +0800)
committerAndreas Bießmann <andreas.devel@googlemail.com>
Mon, 30 Nov 2015 21:27:53 +0000 (22:27 +0100)
commit75238f236735467d53916aa5bdafbe89ce94f9fb
tree25f1718b117fb89c38018db90913401c05af9ef9
parent2c62c56a86e16cc1f90a7603ea8fcbf0fd773dae
arm: atmel: Add SAMA5D2 Xplained board

The board supports following features:
 - Boot media support: SD card/e.MMC/SPI flash,
 - Support LCD display (optional, disabled by default),
 - Support ethernet,
 - Support USB mass storage.

Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com>
[fix checkpatch warnings]
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
14 files changed:
arch/arm/mach-at91/Kconfig
arch/arm/mach-at91/armv7/Makefile
arch/arm/mach-at91/armv7/sama5d2_devices.c [new file with mode: 0644]
arch/arm/mach-at91/include/mach/at91_pmc.h
arch/arm/mach-at91/include/mach/atmel_usba_udc.h
arch/arm/mach-at91/include/mach/hardware.h
arch/arm/mach-at91/include/mach/sama5d2.h [new file with mode: 0644]
board/atmel/sama5d2_xplained/Kconfig [new file with mode: 0644]
board/atmel/sama5d2_xplained/MAINTAINERS [new file with mode: 0644]
board/atmel/sama5d2_xplained/Makefile [new file with mode: 0644]
board/atmel/sama5d2_xplained/sama5d2_xplained.c [new file with mode: 0644]
configs/sama5d2_xplained_mmc_defconfig [new file with mode: 0644]
configs/sama5d2_xplained_spiflash_defconfig [new file with mode: 0644]
include/configs/sama5d2_xplained.h [new file with mode: 0644]