All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] phyCORE-AM62x/AM64x: Add RAUC and Secure Boot
@ 2025-02-05  8:01 Daniel Schultz
  2025-02-05  8:01 ` [PATCH 01/10] board: phytec: common: k3: Introduce Configs to Sign Images Daniel Schultz
                   ` (10 more replies)
  0 siblings, 11 replies; 15+ messages in thread
From: Daniel Schultz @ 2025-02-05  8:01 UTC (permalink / raw)
  To: w.egorov, trini, ggiordano, joe.hershberger, u-boot
  Cc: nm, d-gole, n-francis, nmorrisson, m.otto, bb, upstream,
	Daniel Schultz

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


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2025-02-07  6:45 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-05  8:01 [PATCH 00/10] phyCORE-AM62x/AM64x: Add RAUC and Secure Boot Daniel Schultz
2025-02-05  8:01 ` [PATCH 01/10] board: phytec: common: k3: Introduce Configs to Sign Images Daniel Schultz
2025-02-05  8:01 ` [PATCH 02/10] board: phytec: common: k3: Introduce PHYTEC_K3_EMBED_RAUC_ENV Daniel Schultz
2025-02-05  8:01 ` [PATCH 03/10] board: phytec: common: k3: Introduce PHYTEC_K3_DOFITBOOT_DEFAULT Daniel Schultz
2025-02-05  8:01 ` [PATCH 04/10] board: Phytec: phycore_am6*: Add k3 Kconfig to A53 Daniel Schultz
2025-02-05  8:01 ` [PATCH 05/10] arch: arm: dts: k3-am625-phycore-som-binman: Add custMpk and ti-degenerate keys with CONFIG entries Daniel Schultz
2025-02-05  8:01 ` [PATCH 06/10] arch: arm: dts: k3-am642-phycore-som-binman: " Daniel Schultz
2025-02-05  8:01 ` [PATCH 07/10] include: env: phytec: k3_mmc: Use PHYTEC_K3_EMBED_RAUC_ENV to enable RAUC Daniel Schultz
2025-02-05  8:01 ` [PATCH 08/10] include: env: phytec: k3_mmc: Add support for FIT boot Daniel Schultz
2025-02-05  8:01 ` [PATCH 09/10] board: phytec: phycore_am62x: Update environment for fitboot Daniel Schultz
2025-02-05  8:01 ` [PATCH 10/10] board: phytec: phycore_am64x: " Daniel Schultz
2025-02-05 14:51 ` [PATCH 00/10] phyCORE-AM62x/AM64x: Add RAUC and Secure Boot Tom Rini
2025-02-06 10:41   ` Daniel Schultz
2025-02-06 17:07     ` Tom Rini
2025-02-07  6:44       ` Daniel Schultz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.