mbox series

[0/2] *** Commonize board code for K3 based SoMs ***

Message ID 20240424125335.2306132-1-w.egorov@phytec.de
Headers show
Series *** Commonize board code for K3 based SoMs *** | expand

Message

Wadim Egorov April 24, 2024, 12:53 p.m. UTC
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

Comments

Tom Rini May 10, 2024, 7:32 p.m. UTC | #1
On Wed, 24 Apr 2024 14:53:33 +0200, Wadim Egorov wrote:

> 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
> 
> [...]

Applied to u-boot/next, thanks!