]> git.ipfire.org Git - people/ms/u-boot.git/commit
board: atmel: add SAMA5D2 PTC Engineering board
authorWenyou Yang <wenyou.yang@atmel.com>
Fri, 26 Feb 2016 09:20:26 +0000 (17:20 +0800)
committerAndreas Bießmann <andreas@biessmann.org>
Tue, 24 May 2016 06:08:35 +0000 (08:08 +0200)
commit9989c1567d53a2558b872fabc39d1f8a9383c3ca
tree605413eeb18eef75273721ed9d30deac61a4f2f6
parentcc434ad5c1c97baa9d7020db35f74a4998f2146a
board: atmel: add SAMA5D2 PTC Engineering board

The board supports following features:
 - Boot media support: NAND Flash/SPI Flash
 - Support ethernet
 - Support USB mass storage

Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com>
Reviewed-by: Andreas Bießmann <andreas@biessmann.org>
arch/arm/mach-at91/Kconfig
board/atmel/sama5d2_ptc/Kconfig [new file with mode: 0644]
board/atmel/sama5d2_ptc/MAINTAINERS [new file with mode: 0644]
board/atmel/sama5d2_ptc/Makefile [new file with mode: 0644]
board/atmel/sama5d2_ptc/sama5d2_ptc.c [new file with mode: 0644]
configs/sama5d2_ptc_nandflash_defconfig [new file with mode: 0644]
configs/sama5d2_ptc_spiflash_defconfig [new file with mode: 0644]
include/configs/sama5d2_ptc.h [new file with mode: 0644]