This patchset extends PHYTEC's SOM detection for the K3 platforms. It adds generic support to apply overlays via the extension framework inside the overlays.env file. Additionally, the K3 mmc boot environment applies these overlays now.
It also adds the 'extension_board_scan' hook to the K3 board code and adds all missing configs in the phyCORE-AM62x and -AM64x A53 defconfigs. Daniel Schultz (6): include: env: phytec: overlays: Add extension command include: env: phytec: k3_mmc: Apply extension overlays board: phytec: common: k3: Add SOM detection overlays board: phytec: common: Kconfig: Enable SUPPORT_EXTENSION_SCAN configs: phytec_am62x_a53_defconfig: Set CONFIG_CMD_EXTENSION configs: phycore_am64x_a53_defconfig: Enable SOM detection board/phytec/common/Kconfig | 2 ++ board/phytec/common/k3/board.c | 45 +++++++++++++++++++++++++++++ configs/phycore_am62x_a53_defconfig | 1 + configs/phycore_am64x_a53_defconfig | 2 ++ include/env/phytec/k3_mmc.env | 1 + include/env/phytec/overlays.env | 20 +++++++++++++ 6 files changed, 71 insertions(+) -- 2.25.1