[PATCH 00/13] *** Various Improvements for phyCORE-AM62/A SoMs ***
Wadim Egorov
w.egorov at phytec.de
Wed Mar 5 05:58:25 CET 2025
This patch series syncs the phyCORE-AM62Ax feature-wise with our other
K3-based SoMs by adding SoM overlay handling and capsule updates. It
also introduces support for USBDFU boot and includes various minor fixes.
Daniel Schultz (1):
board: phytec: common: Add phyCORE-AM62Ax
Wadim Egorov (12):
arm: dts: k3-am62a-phycore-som-binman: Provide capsule nodes
include: configs: phycore-am62ax: Define capsule FW names
configs: phycore_am62ax_a53_defconfig: Enable capsule update
doc: phytec: k3: Add a common part for Environment and EFI Capsules
configs: Add phycore_am62ax_r5_usbdfu_defconfig
board: phytec: phycore_am62x: Use custom k3_dfu.env fragment
board: phytec: phycore_am62ax: Add Network/SPI/DFU env variables
arch: arm: dts: k3-am62a7-phyboard-lyra: Add missing boot phase tag
arch: arm: dts: k3-am625-phyboard-lyra: Add missing boot phase tag
board: phytec: common: k3: Make configure_capsule_updates() static
arm: dts: k3-am62a-phycore-som-binman: Add SoM overlays
configs: phycore_am62ax_a53_defconfig: Add SoM overlays to
OF_OVERLAY_LIST
.../k3-am625-phyboard-lyra-rdk-u-boot.dtsi | 4 +
arch/arm/dts/k3-am62a-phycore-som-binman.dtsi | 109 +++++++++++++++++-
.../k3-am62a7-phyboard-lyra-rdk-u-boot.dtsi | 4 +
board/phytec/common/Kconfig | 11 ++
board/phytec/common/am6_som_detection.c | 5 +
board/phytec/common/am6_som_detection.h | 1 +
board/phytec/common/k3/board.c | 2 +-
board/phytec/phycore_am62ax/MAINTAINERS | 1 +
.../phytec/phycore_am62ax/phycore_am62ax.env | 11 ++
board/phytec/phycore_am62x/MAINTAINERS | 1 +
board/phytec/phycore_am62x/phycore_am62x.env | 2 +-
configs/phycore_am62ax_a53_defconfig | 12 ++
configs/phycore_am62ax_r5_usbdfu_defconfig | 4 +
doc/board/phytec/k3-common.rst | 67 +++++++++++
doc/board/phytec/phycore-am62ax.rst | 2 +
doc/board/phytec/phycore-am62x.rst | 2 +
doc/board/phytec/phycore-am64x.rst | 2 +
include/configs/phycore_am62ax.h | 4 +
include/env/phytec/k3_dfu.env | 3 +
19 files changed, 242 insertions(+), 5 deletions(-)
create mode 100644 configs/phycore_am62ax_r5_usbdfu_defconfig
create mode 100644 doc/board/phytec/k3-common.rst
create mode 100644 include/env/phytec/k3_dfu.env
--
2.34.1
More information about the U-Boot
mailing list