[PATCH 0/2] *** Commonize board code for K3 based SoMs ***
Wadim Egorov
w.egorov at phytec.de
Wed Apr 24 14:53:33 CEST 2024
Factor out code that we can reuse across all our K3 based SoMs.
2nd patch of this series require patch [1] to be applied first.
[1] https://lists.denx.de/pipermail/u-boot/2024-April/552021.html
Wadim Egorov (2):
board: phytec: Commonize board code for K3 based SoMs
phycore_am64x_a53_defconfig: Enable CONFIG_BOARD_LATE_INIT
board/phytec/common/Makefile | 2 +
board/phytec/common/k3/Makefile | 2 +
board/phytec/common/k3/board.c | 73 ++++++++++++++++++++++
board/phytec/phycore_am62x/phycore-am62x.c | 67 --------------------
configs/phycore_am64x_a53_defconfig | 1 +
5 files changed, 78 insertions(+), 67 deletions(-)
create mode 100644 board/phytec/common/k3/Makefile
create mode 100644 board/phytec/common/k3/board.c
--
2.34.1
More information about the U-Boot
mailing list