public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 0/2] Conclusive KSTR-SAMA5D27 support
@ 2023-09-21 15:37 Artur Rojek
  2023-09-21 15:37 ` [PATCH 1/2] common: add prototype for populate_serial_number() Artur Rojek
  2023-09-21 15:37 ` [PATCH 2/2] board: Add support for Conclusive KSTR-SAMA5D27 Artur Rojek
  0 siblings, 2 replies; 8+ messages in thread
From: Artur Rojek @ 2023-09-21 15:37 UTC (permalink / raw)
  To: Eugen Hristev, Jakub Klama, Marcin Jabrzyk
  Cc: Wojciech Kloska, u-boot, Artur Rojek

Hi all,

this series adds support for Conclusive KSTR-SAMA5D27, a Microchip
SAMA5D27 SoC based Single Board Computer by Conclusive Engineering.

Patch [1/2] adds a missing prototype for populate_serial_number(), which
is used by KSTR-SAMA5D27 in order to read its serial number embedded in
EEPROM TLV.

Patch [2/2] introduces KSTR-SAMA5D27 support, including board init,
Device Tree and defconfig files. An appropriate MAINTAINERS entry is
also provided. A new board/conclusive subdirectory is added in
anticipation of future support of our other products.

Note that the "if (IS_ENABLED(CONFIG...))" checkpatch warnings for this
patch are considered by me as false positives.

Artur Rojek (2):
  common: add prototype for populate_serial_number()
  board: Add support for Conclusive KSTR-SAMA5D27

 arch/arm/dts/Makefile                         |   3 +
 arch/arm/dts/at91-kstr-sama5d27.dts           | 310 ++++++++++++++++++
 arch/arm/mach-at91/Kconfig                    |  13 +
 board/conclusive/kstr-sama5d27/Kconfig        |  15 +
 board/conclusive/kstr-sama5d27/MAINTAINERS    |   8 +
 board/conclusive/kstr-sama5d27/Makefile       |   5 +
 .../conclusive/kstr-sama5d27/kstr-sama5d27.c  | 235 +++++++++++++
 configs/kstr_sama5d27_defconfig               |  79 +++++
 include/configs/kstr-sama5d27.h               |  15 +
 include/init.h                                |   1 +
 10 files changed, 684 insertions(+)
 create mode 100644 arch/arm/dts/at91-kstr-sama5d27.dts
 create mode 100644 board/conclusive/kstr-sama5d27/Kconfig
 create mode 100644 board/conclusive/kstr-sama5d27/MAINTAINERS
 create mode 100644 board/conclusive/kstr-sama5d27/Makefile
 create mode 100644 board/conclusive/kstr-sama5d27/kstr-sama5d27.c
 create mode 100644 configs/kstr_sama5d27_defconfig
 create mode 100644 include/configs/kstr-sama5d27.h

-- 
2.42.0


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

end of thread, other threads:[~2023-09-27 20:54 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-21 15:37 [PATCH 0/2] Conclusive KSTR-SAMA5D27 support Artur Rojek
2023-09-21 15:37 ` [PATCH 1/2] common: add prototype for populate_serial_number() Artur Rojek
2023-09-21 16:29   ` Simon Glass
2023-09-25 19:07     ` Artur Rojek
2023-09-21 15:37 ` [PATCH 2/2] board: Add support for Conclusive KSTR-SAMA5D27 Artur Rojek
2023-09-22  6:35   ` Eugen Hristev
2023-09-25 19:31     ` Artur Rojek
2023-09-27 20:54       ` Eugen Hristev

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