[PATCH v2 0/3] Conclusive KSTR-SAMA5D27 support
Artur Rojek
artur at conclusive.pl
Tue Sep 26 18:35:07 CEST 2023
Hi all,
this is v2 of the Conclusive KSTR-SAMA5D27 support series.
Patch [1/3] now also renames the EEPROM serial number function and moves
its documentation from .c file to the .h. We should be fine doing that,
as - to my knowledge - no other part of U-Boot seems to be using this
symbol, as evidenced by the missing prototype.
Patch [2/3] is new. It is the direct result of moving i2c as a child of
flexcom (see below).
Patch [3/3] now also addresses multiple dts issues. In particular, all
node access is now being done through label references, unused nodes
have been removed, and the i2c now goes explicitly through flexcom.
Artur Rojek (3):
common: add prototype & rename populate_serial_number()
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.dts | 131 ++++++++++
arch/arm/dts/sama5d2.dtsi | 20 ++
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 | 234 ++++++++++++++++++
cmd/tlv_eeprom.c | 14 +-
configs/kstr_sama5d27_defconfig | 80 ++++++
include/configs/kstr-sama5d27.h | 15 ++
include/init.h | 14 ++
12 files changed, 539 insertions(+), 13 deletions(-)
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
More information about the U-Boot
mailing list