mbox series

[0/6] Update phyCORE-i.MX93 environment

Message ID 20250410084122.1010297-1-primoz.fiser@norik.com
Headers show
Series Update phyCORE-i.MX93 environment | expand

Message

Primoz Fiser April 10, 2025, 8:41 a.m. UTC
Update PHYTEC phyCORE-i.MX93 environment in mainline U-Boot with changes
from the downstream fork to get back in sync.
 
Leonard Anderweit (1):
  board: phycore-imx93: env: Move bootcmd from defconfig to env

Martin Schwan (1):
  board: phycore-imx93: env: Add common RAUC boot logic

Primoz Fiser (4):
  board: phycore-imx93: env: Move fdt and bootenv addresses
  board: phycore-imx93: env: Add optargs to environment
  board: phycore-imx93: env: Add prepare_mcore to environment
  board: phycore-imx93: env: Add option to disable bootenv.txt import

 board/phytec/phycore_imx93/phycore_imx93.env | 36 +++++++++++++++-----
 configs/imx93-phycore_defconfig              |  1 -
 2 files changed, 27 insertions(+), 10 deletions(-)

Comments

Fabio Estevam April 11, 2025, 2:18 p.m. UTC | #1
On Thu, Apr 10, 2025 at 5:52 AM Primoz Fiser <primoz.fiser@norik.com> wrote:
>
> Update PHYTEC phyCORE-i.MX93 environment in mainline U-Boot with changes
> from the downstream fork to get back in sync.
>
> Leonard Anderweit (1):
>   board: phycore-imx93: env: Move bootcmd from defconfig to env
>
> Martin Schwan (1):
>   board: phycore-imx93: env: Add common RAUC boot logic
>
> Primoz Fiser (4):
>   board: phycore-imx93: env: Move fdt and bootenv addresses
>   board: phycore-imx93: env: Add optargs to environment
>   board: phycore-imx93: env: Add prepare_mcore to environment
>   board: phycore-imx93: env: Add option to disable bootenv.txt import

Applied the series, thanks.