public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCHv3 0/3] Add support for sam9x60_curiosity
@ 2022-04-04  5:53 Durai Manickam KR
  2022-04-04  5:53 ` [PATCHv3 1/3] board: Add sam9x60_curiosity support Durai Manickam KR
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Durai Manickam KR @ 2022-04-04  5:53 UTC (permalink / raw)
  To: u-boot; +Cc: durai.manickamkr

---
v2 -> v3:
- Few symbols defined in the board specific header file (i.e)
  sam9x60_curiosity.h are no longer accepted by the u-boot mainline. So the
  below changes has been done.
- NAND symbols are no longer accepted by the u-boot mainline. This shall be
  migrated to device tree model. So, this patch series contains only SDMMC 
  support. NAND support will be added once device tree model is implemented.
- Removed sam9x60_curiosity_nand_hw_init function from the board specific C file.
- Removed the NAND config support in the SDMMC defconfig.
- Converted CONFIG_BOOTP_BOOTFILESIZE to Kconfig

---
v1 -> v2:
- This patch series adds support for sam9x60_curiosity. 
- Converted CONFIG_ATMEL_LEGACY to Kconfig. Previosly sent patch series from
  u-boot/master branch now sending the patch series on top of u-boot/next branch
  as v2.

Durai Manickam KR (3):
  board: Add sam9x60_curiosity support
  ARM: dts: Add device tree files for sam9x60_curiosity
  configs: Add sam9x60_curiosity_mmc_defconfig

 arch/arm/dts/Makefile                         |  2 +
 .../dts/at91-sam9x60_curiosity-u-boot.dtsi    | 79 +++++++++++++++++++
 arch/arm/dts/at91-sam9x60_curiosity.dts       | 74 +++++++++++++++++
 arch/arm/mach-at91/Kconfig                    |  7 ++
 board/atmel/sam9x60_curiosity/Kconfig         | 15 ++++
 board/atmel/sam9x60_curiosity/MAINTAINERS     |  7 ++
 board/atmel/sam9x60_curiosity/Makefile        |  7 ++
 .../sam9x60_curiosity/sam9x60_curiosity.c     | 75 ++++++++++++++++++
 configs/sam9x60_curiosity_mmc_defconfig       | 74 +++++++++++++++++
 include/configs/sam9x60_curiosity.h           | 31 ++++++++
 10 files changed, 371 insertions(+)
 create mode 100644 arch/arm/dts/at91-sam9x60_curiosity-u-boot.dtsi
 create mode 100644 arch/arm/dts/at91-sam9x60_curiosity.dts
 create mode 100644 board/atmel/sam9x60_curiosity/Kconfig
 create mode 100644 board/atmel/sam9x60_curiosity/MAINTAINERS
 create mode 100644 board/atmel/sam9x60_curiosity/Makefile
 create mode 100644 board/atmel/sam9x60_curiosity/sam9x60_curiosity.c
 create mode 100644 configs/sam9x60_curiosity_mmc_defconfig
 create mode 100644 include/configs/sam9x60_curiosity.h

-- 
2.25.1


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

end of thread, other threads:[~2022-04-27  6:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-04  5:53 [PATCHv3 0/3] Add support for sam9x60_curiosity Durai Manickam KR
2022-04-04  5:53 ` [PATCHv3 1/3] board: Add sam9x60_curiosity support Durai Manickam KR
2022-04-04  5:53 ` [PATCHv3 2/3] ARM: dts: Add device tree files for sam9x60_curiosity Durai Manickam KR
2022-04-04  5:53 ` [PATCHv3 3/3] configs: Add sam9x60_curiosity_mmc_defconfig Durai Manickam KR
2022-04-27  6:00 ` [PATCHv3 0/3] Add support for sam9x60_curiosity Eugen.Hristev

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