
Dear Bo Shen,
Bo Shen voice.shen@atmel.com writes:
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
This patch based on the patch to add sama5d4ek board support.
Changes in v2:
- Select CPU_V7 in Kconfig
arch/arm/Kconfig | 5 + board/atmel/sama5d4_xplained/Kconfig | 18 ++ board/atmel/sama5d4_xplained/MAINTAINERS | 8 + board/atmel/sama5d4_xplained/Makefile | 8 + board/atmel/sama5d4_xplained/sama5d4_xplained.c | 319 ++++++++++++++++++++++++ configs/sama5d4_xplained_mmc_defconfig | 3 + configs/sama5d4_xplained_nandflash_defconfig | 3 + configs/sama5d4_xplained_spiflash_defconfig | 3 + include/configs/sama5d4_xplained.h | 216 ++++++++++++++++ 9 files changed, 583 insertions(+) create mode 100644 board/atmel/sama5d4_xplained/Kconfig create mode 100644 board/atmel/sama5d4_xplained/MAINTAINERS create mode 100644 board/atmel/sama5d4_xplained/Makefile create mode 100644 board/atmel/sama5d4_xplained/sama5d4_xplained.c create mode 100644 configs/sama5d4_xplained_mmc_defconfig create mode 100644 configs/sama5d4_xplained_nandflash_defconfig create mode 100644 configs/sama5d4_xplained_spiflash_defconfig create mode 100644 include/configs/sama5d4_xplained.h
applied to u-boot-atmel/master, thanks!
Best regards, Andreas Bießmann