mbox series

[v2,0/5] Add RAUC boot logic for phycore_imx8mp

Message ID 20240312085957.902398-1-l.anderweit@phytec.de
Headers show
Series Add RAUC boot logic for phycore_imx8mp | expand

Message

Leonard Anderweit March 12, 2024, 8:59 a.m. UTC
This series adds RAUC boot logic for the phycore_imx8mp.
The first patch converts the environment from a CFG_EXTRA_ENV_SETTINGS #define
to a text environment for better readability and maintainability.
The second patch moves the default bootcmd from the defconfig to the board
environment.
The third patch enables the redundant environment on phycore_imx8mp.
Patch 4 adds RAUC boot logic common to all phytec boards.
Patch 5 adds the RAUC boot logic to phycore_imx8mp.

v2:
 - rebase on next

Leonard Anderweit (5):
  phycore_imx8mp: Move environment from include/config to board
  phycore_imx8mp: Move default bootcmd to board env
  configs: phycore-imx8mp_defconfig: Use redundant environment
  include: env: Add phytec RAUC boot logic
  board: phytec: phycore_imx8mp: Add RAUC boot logic to environment

 .../phytec/phycore_imx8mp/phycore_imx8mp.env  | 62 +++++++++++++++++++
 configs/phycore-imx8mp_defconfig              |  4 +-
 include/configs/phycore_imx8mp.h              | 43 -------------
 include/env/phytec/rauc.env                   | 52 ++++++++++++++++
 4 files changed, 116 insertions(+), 45 deletions(-)
 create mode 100644 board/phytec/phycore_imx8mp/phycore_imx8mp.env
 create mode 100644 include/env/phytec/rauc.env

Comments

Fabio Estevam March 17, 2024, 11:53 p.m. UTC | #1
On Tue, Mar 12, 2024 at 6:00 AM Leonard Anderweit <l.anderweit@phytec.de> wrote:
>
> This series adds RAUC boot logic for the phycore_imx8mp.
> The first patch converts the environment from a CFG_EXTRA_ENV_SETTINGS #define
> to a text environment for better readability and maintainability.
> The second patch moves the default bootcmd from the defconfig to the board
> environment.
> The third patch enables the redundant environment on phycore_imx8mp.
> Patch 4 adds RAUC boot logic common to all phytec boards.
> Patch 5 adds the RAUC boot logic to phycore_imx8mp.
>
> v2:
>  - rebase on next

Applied series for u-boot-imx/next, thanks.