]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM: atmel: add sama5d4 xplained ultra board support
authorBo Shen <voice.shen@atmel.com>
Mon, 10 Nov 2014 07:46:22 +0000 (15:46 +0800)
committerTom Rini <trini@ti.com>
Mon, 17 Nov 2014 13:47:18 +0000 (08:47 -0500)
commitf196044dfd64745a163773c6c746f9e149ace127
tree706a0d316557c5ffdb73448668afae9f1ad9e233
parent927b901b47a60a10dc802b343a8bfb8dd4d5c457
ARM: atmel: add sama5d4 xplained ultra board support

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

Signed-off-by: Bo Shen <voice.shen@atmel.com>
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
arch/arm/Kconfig
board/atmel/sama5d4_xplained/Kconfig [new file with mode: 0644]
board/atmel/sama5d4_xplained/MAINTAINERS [new file with mode: 0644]
board/atmel/sama5d4_xplained/Makefile [new file with mode: 0644]
board/atmel/sama5d4_xplained/sama5d4_xplained.c [new file with mode: 0644]
configs/sama5d4_xplained_mmc_defconfig [new file with mode: 0644]
configs/sama5d4_xplained_nandflash_defconfig [new file with mode: 0644]
configs/sama5d4_xplained_spiflash_defconfig [new file with mode: 0644]
include/configs/sama5d4_xplained.h [new file with mode: 0644]