[U-Boot] [PATCH 0/2] board: atmel: add SAMA5D2 PTC Engineering board
Wenyou Yang
wenyou.yang at atmel.com
Fri Feb 26 10:20:24 CET 2016
This board supports booting from NAND Flash and spi Flash.
Wenyou Yang (2):
ARM: at91: sama5d2: add macro & field definitions
board: atmel: add SAMA5D2 PTC Engineering board
arch/arm/mach-at91/Kconfig | 6 +
arch/arm/mach-at91/include/mach/sama5_sfr.h | 24 +++
arch/arm/mach-at91/include/mach/sama5d2.h | 5 +
board/atmel/sama5d2_ptc/Kconfig | 15 ++
board/atmel/sama5d2_ptc/MAINTAINERS | 7 +
board/atmel/sama5d2_ptc/Makefile | 8 +
board/atmel/sama5d2_ptc/sama5d2_ptc.c | 285 +++++++++++++++++++++++++++
configs/sama5d2_ptc_nandflash_defconfig | 12 ++
configs/sama5d2_ptc_spiflash_defconfig | 12 ++
include/configs/sama5d2_ptc.h | 155 +++++++++++++++
10 files changed, 529 insertions(+)
create mode 100644 board/atmel/sama5d2_ptc/Kconfig
create mode 100644 board/atmel/sama5d2_ptc/MAINTAINERS
create mode 100644 board/atmel/sama5d2_ptc/Makefile
create mode 100644 board/atmel/sama5d2_ptc/sama5d2_ptc.c
create mode 100644 configs/sama5d2_ptc_nandflash_defconfig
create mode 100644 configs/sama5d2_ptc_spiflash_defconfig
create mode 100644 include/configs/sama5d2_ptc.h
--
1.7.9.5
More information about the U-Boot
mailing list