]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM: atmel: add sama5d3 Xplained board support
authorBo Shen <voice.shen@atmel.com>
Sun, 9 Feb 2014 07:52:39 +0000 (15:52 +0800)
committerAndreas Bießmann <andreas.devel@googlemail.com>
Sun, 9 Mar 2014 18:09:50 +0000 (19:09 +0100)
commit7ca6f363251a36622c6561c968bc0989f96457b1
tree00489c96da200eb223c8ea9291f2f527644b44e2
parent3ed7c4875d1c50a6515ac3653b84f2f51e96fd03
ARM: atmel: add sama5d3 Xplained board support

Add sama5d3 Xplained board support which use Atmel SAMA5D36 SoC.
Now it supports boot from NAND flash and SD/MMC card.
Features support:
  - NAND flash
  - SD/MMC card
  - Two USB hosts
  - Ethernet (one GMAC, one EMAC)

Signed-off-by: Bo Shen <voice.shen@atmel.com>
[reorder boards.cfg]
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
board/atmel/sama5d3_xplained/Makefile [new file with mode: 0644]
board/atmel/sama5d3_xplained/sama5d3_xplained.c [new file with mode: 0644]
boards.cfg
include/configs/sama5d3_xplained.h [new file with mode: 0644]