This patch series adds support to boot PHYTEC's reference distros for
RAUC and Secure Boot.

It adds a new Kconfig entry to embed the RAUC boot logic into the K3 MMC
boot logic. The boot flow itself got extended to run the raucinit function.

It also adds Kconfig entries to pass private keys from an external location
to U-Boot to sign bootloader images. An additional config entries allows to
enable FIT image, because our Secure Boot implementation uses fitimages
instead of normal images.

Daniel Schultz (4):
  board: phytec: common: k3: Introduce Configs to Sign Images
  board: phytec: common: k3: Introduce PHYTEC_K3_EMBED_RAUC_ENV
  board: Phytec: phycore_am6*: Add k3 Kconfig to A53
  include: env: phytec: k3_mmc: Use PHYTEC_K3_EMBED_RAUC_ENV to enable
    RAUC

Nathan Morrisson (6):
  board: phytec: common: k3: Introduce PHYTEC_K3_DOFITBOOT_DEFAULT
  arch: arm: dts: k3-am625-phycore-som-binman: Add custMpk and
    ti-degenerate keys with CONFIG entries
  arch: arm: dts: k3-am642-phycore-som-binman: Add custMpk and
    ti-degenerate keys with CONFIG entries
  include: env: phytec: k3_mmc: Add support for FIT boot
  board: phytec: phycore_am62x: Update environment for fitboot
  board: phytec: phycore_am64x: Update environment for fitboot

 arch/arm/dts/k3-am625-phycore-som-binman.dtsi | 72 ++++++++++++++-----
 arch/arm/dts/k3-am642-phycore-som-binman.dtsi | 70 ++++++++++++++----
 board/phytec/common/k3/Kconfig                | 50 +++++++++++++
 board/phytec/phycore_am62ax/Kconfig           |  1 +
 board/phytec/phycore_am62x/Kconfig            |  1 +
 board/phytec/phycore_am62x/phycore_am62x.env  |  1 +
 board/phytec/phycore_am64x/Kconfig            |  2 +
 board/phytec/phycore_am64x/phycore_am64x.env  |  1 +
 include/env/phytec/k3_mmc.env                 | 14 +++-
 9 files changed, 180 insertions(+), 32 deletions(-)

-- 
2.25.1

Reply via email to