[U-Boot] [PATCH 0/2] board: atmel: Add new board SAMA5D2 PTC EK
Wenyou Yang
wenyou.yang at microchip.com
Fri Nov 17 06:57:10 UTC 2017
Add the new board SAMA5D2 PTC EK and remove the SAMA5D2 PTC ENGI
board which was a prototype.
Ludovic Desroches (2):
ARM: at91: add sama5d2 smc header
board: atmel: add sama5d2_ptc_ek board
arch/arm/dts/Makefile | 3 +
arch/arm/dts/at91-sama5d2_ptc_ek.dts | 215 ++++++++++++++++
arch/arm/dts/sama5d2.dtsi | 18 ++
arch/arm/mach-at91/Kconfig | 7 +-
arch/arm/mach-at91/include/mach/sama5d2_smc.h | 76 ++++++
board/atmel/sama5d2_ptc/MAINTAINERS | 7 -
board/atmel/sama5d2_ptc/Makefile | 8 -
board/atmel/sama5d2_ptc/sama5d2_ptc.c | 285 ---------------------
.../atmel/{sama5d2_ptc => sama5d2_ptc_ek}/Kconfig | 6 +-
board/atmel/sama5d2_ptc_ek/MAINTAINERS | 8 +
board/atmel/sama5d2_ptc_ek/Makefile | 8 +
board/atmel/sama5d2_ptc_ek/sama5d2_ptc_ek.c | 130 ++++++++++
configs/sama5d2_ptc_ek_mmc_defconfig | 60 +++++
configs/sama5d2_ptc_ek_nandflash_defconfig | 60 +++++
configs/sama5d2_ptc_nandflash_defconfig | 33 ---
configs/sama5d2_ptc_spiflash_defconfig | 34 ---
include/configs/sama5d2_ptc.h | 114 ---------
include/configs/sama5d2_ptc_ek.h | 46 ++++
18 files changed, 630 insertions(+), 488 deletions(-)
create mode 100644 arch/arm/dts/at91-sama5d2_ptc_ek.dts
create mode 100644 arch/arm/mach-at91/include/mach/sama5d2_smc.h
delete mode 100644 board/atmel/sama5d2_ptc/MAINTAINERS
delete mode 100644 board/atmel/sama5d2_ptc/Makefile
delete mode 100644 board/atmel/sama5d2_ptc/sama5d2_ptc.c
rename board/atmel/{sama5d2_ptc => sama5d2_ptc_ek}/Kconfig (60%)
create mode 100644 board/atmel/sama5d2_ptc_ek/MAINTAINERS
create mode 100644 board/atmel/sama5d2_ptc_ek/Makefile
create mode 100644 board/atmel/sama5d2_ptc_ek/sama5d2_ptc_ek.c
create mode 100644 configs/sama5d2_ptc_ek_mmc_defconfig
create mode 100644 configs/sama5d2_ptc_ek_nandflash_defconfig
delete mode 100644 configs/sama5d2_ptc_nandflash_defconfig
delete mode 100644 configs/sama5d2_ptc_spiflash_defconfig
delete mode 100644 include/configs/sama5d2_ptc.h
create mode 100644 include/configs/sama5d2_ptc_ek.h
--
2.13.0
More information about the U-Boot
mailing list