public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Wenyou Yang <wenyou.yang@microchip.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/2] board: atmel: Add new board SAMA5D2 PTC EK
Date: Fri, 17 Nov 2017 14:57:10 +0800	[thread overview]
Message-ID: <20171117065713.11319-1-wenyou.yang@microchip.com> (raw)

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

             reply	other threads:[~2017-11-17  6:57 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-17  6:57 Wenyou Yang [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20171117065713.11319-1-wenyou.yang@microchip.com \
    --to=wenyou.yang@microchip.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox