]> git.dujemihanovic.xyz Git - u-boot.git/commit
Merge patch series "Generalize PHYTEC Overlay Handling"
authorTom Rini <trini@konsulko.com>
Mon, 22 Jul 2024 19:48:24 +0000 (13:48 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 22 Jul 2024 19:48:24 +0000 (13:48 -0600)
commitcfaa58b8b7839617a74a44a8f08b94b011f8edbc
treec95a63857d6c0cb43505def8826bbe8035bdb277
parentf1aa32d65d31c8f8a43617e724495d0aad011620
parentf1296bfff71b0cbac2241c0d6f1a88468c5af16d
Merge patch series "Generalize PHYTEC Overlay Handling"

Daniel Schultz <d.schultz@phytec.de> says:

The overlays are specified in the bootenv.txt file that is loaded into
the environment. Then these overlays get loaded and applied via a script.
These scripts for loading and applying devicetree overlays are identical
for many phytec boards.
Create a common overlays.env that can be included.
Add support for devicetree overlays to phycore-imx8mp and include the
overlays.env for phycore-imx93.
Rename existing environment variables according to bootstd doc.
Move MMC boot logic into a common k3_mmc.env file and include the new
overlays.env file as well.