public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH v5 0/4] Conclusive KSTR-SAMA5D27 support
@ 2023-10-18 14:00 Artur Rojek
  2023-10-18 14:00 ` [PATCH v5 1/4] common: add prototype & rename populate_serial_number() Artur Rojek
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Artur Rojek @ 2023-10-18 14:00 UTC (permalink / raw)
  To: Eugen Hristev, Simon Glass, Jakub Klama, Marcin Jabrzyk
  Cc: Wojciech Kloska, Radosław Adamczyk, u-boot, Artur Rojek

Hi all,

this is v5 of the Conclusive KSTR-SAMA5D27 support series.

Patches [1/4], [2/4] and [3/4] remain unchanged.

In patch [4/4], a new dtsi file has been added in order to keep U-Boot
specific properties separate from the main dts. As such, MAINTAINERS has
been modified to feature the new file.

An alias to the i2c node holding the EEPROM has also been explicitly
added, so that it always enumerates at bus 2.

Artur Rojek (4):
  common: add prototype & rename populate_serial_number()
  event: add new EVT_SETTINGS_R event
  arm: dts: at91: sama5: Add flexcom4 node
  board: Add support for Conclusive KSTR-SAMA5D27

 arch/arm/dts/Makefile                         |   3 +
 arch/arm/dts/at91-kstr-sama5d27-u-boot.dtsi   |  42 +++
 arch/arm/dts/at91-kstr-sama5d27.dts           | 127 ++++++++++
 arch/arm/dts/sama5d2.dtsi                     |  20 ++
 arch/arm/mach-at91/Kconfig                    |  12 +
 board/conclusive/kstr-sama5d27/Kconfig        |  15 ++
 board/conclusive/kstr-sama5d27/MAINTAINERS    |   9 +
 board/conclusive/kstr-sama5d27/Makefile       |   5 +
 .../conclusive/kstr-sama5d27/kstr-sama5d27.c  | 239 ++++++++++++++++++
 cmd/tlv_eeprom.c                              |  14 +-
 common/board_r.c                              |   1 +
 common/event.c                                |   1 +
 configs/kstr_sama5d27_defconfig               |  73 ++++++
 include/configs/kstr-sama5d27.h               |  15 ++
 include/event.h                               |   9 +
 include/init.h                                |  14 +
 16 files changed, 586 insertions(+), 13 deletions(-)
 create mode 100644 arch/arm/dts/at91-kstr-sama5d27-u-boot.dtsi
 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] 6+ messages in thread

end of thread, other threads:[~2023-10-23 14:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-18 14:00 [PATCH v5 0/4] Conclusive KSTR-SAMA5D27 support Artur Rojek
2023-10-18 14:00 ` [PATCH v5 1/4] common: add prototype & rename populate_serial_number() Artur Rojek
2023-10-18 14:00 ` [PATCH v5 2/4] event: add new EVT_SETTINGS_R event Artur Rojek
2023-10-18 14:00 ` [PATCH v5 3/4] arm: dts: at91: sama5: Add flexcom4 node Artur Rojek
2023-10-18 14:00 ` [PATCH v5 4/4] board: Add support for Conclusive KSTR-SAMA5D27 Artur Rojek
2023-10-23 14:08 ` [PATCH v5 0/4] Conclusive KSTR-SAMA5D27 support Eugen Hristev

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