public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/2] board: atmel: Add new board SAMA5D2 PTC EK
@ 2017-11-17  6:57 Wenyou Yang
  2017-11-17  6:57 ` [U-Boot] [PATCH 1/2] ARM: at91: add sama5d2 smc header Wenyou Yang
  2017-11-17  6:57 ` [U-Boot] [PATCH 2/2] board: atmel: add sama5d2_ptc_ek board Wenyou Yang
  0 siblings, 2 replies; 5+ messages in thread
From: Wenyou Yang @ 2017-11-17  6:57 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-11-30 15:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-17  6:57 [U-Boot] [PATCH 0/2] board: atmel: Add new board SAMA5D2 PTC EK Wenyou Yang
2017-11-17  6:57 ` [U-Boot] [PATCH 1/2] ARM: at91: add sama5d2 smc header Wenyou Yang
2017-11-30 15:35   ` [U-Boot] [U-Boot,1/2] " Tom Rini
2017-11-17  6:57 ` [U-Boot] [PATCH 2/2] board: atmel: add sama5d2_ptc_ek board Wenyou Yang
2017-11-30 15:35   ` [U-Boot] [U-Boot,2/2] " Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox