Merge patch series "Add phyCORE AM62Ax"
authorTom Rini <trini@konsulko.com>
Fri, 13 Dec 2024 23:30:27 +0000 (17:30 -0600)
committerTom Rini <trini@konsulko.com>
Sat, 14 Dec 2024 02:09:41 +0000 (20:09 -0600)
Garrett Giordano <ggiordano@phytec.com> says:

This patch set adds the phyCORE AM62Ax board support and documenation to
u-boot.

The phyCORE-AM62Ax is a SoM (System on Module) featuring TI's AM62Ax SoC. It can
be used in combination with different carrier boards. This module can come
with different sizes and models for DDR, eMMC, SPI NOR Flash and various SoCs
from the AM62x family.

A development Kit, called phyBOARD-Lyra is used as a carrier board reference
design around the AM62x SoM.

This series depends on the following two patches:
- [PATCH v2] arm: mach-k3: am62a7: Provide a way to obtain boot device for non SPL
  https://lists.denx.de/pipermail/u-boot/2024-October/570156.html
- [PATCH] board: phytec: common: Introduce CONFIG_PHYTEC_K3_DDR_PATCH
  https://lists.denx.de/pipermail/u-boot/2024-November/571543.html

Link: https://lore.kernel.org/r/20241118231606.3161665-1-ggiordano@phytec.com
[trini: Fix warning in board/phytec/common/k3/board.c when
        CONFIG_EFI_HAVE_CAPSULE_SUPPORT is not enabled]
Signed-off-by: Tom Rini <trini@konsulko.com>
1  2 
arch/arm/dts/Makefile
board/phytec/common/k3/board.c
doc/board/phytec/index.rst

Simple merge
@@@ -171,9 -94,6 +171,10 @@@ int board_late_init(void
                }
        }
  
-       if (IS_ENABLED(CONFIG_EFI_HAVE_CAPSULE_SUPPORT))
-               configure_capsule_updates();
++#if IS_ENABLED(CONFIG_EFI_HAVE_CAPSULE_SUPPORT)
++      configure_capsule_updates();
++#endif
 +
        return 0;
  }
  #endif
@@@ -7,8 -7,9 +7,9 @@@ PHYTE
     :maxdepth: 2
  
     imx8mm-phygate-tauri-l
 -   imx93-phyboard-segin
 +   imx93-phycore
     phycore-am62x
+    phycore-am62ax
     phycore-am64x
     phycore-imx8mm
     phycore-imx8mp