mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/4] ARM: rockchip: add support for signed images
@ 2025-08-20 10:16 Michael Tretter
  2025-08-20 10:16 ` [PATCH 1/4] filetype: detect Rockchip " Michael Tretter
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Michael Tretter @ 2025-08-20 10:16 UTC (permalink / raw)
  To: Sascha Hauer, BAREBOX; +Cc: Michael Tretter

The Rockchip signed image has the same header format as the unsigned
image, but uses a different magic.

In order to be able do boot and update signed images, barebox has to
accept the magic of the signed images.

Extend the bootm and bbu handlers to accept signed images.

Signed-off-by: Michael Tretter <m.tretter@pengutronix.de>
---
Michael Tretter (4):
      filetype: detect Rockchip signed images
      ARM: rockchip: bbu: accept signed images
      ARM: rockchip: bootm: don't propagate error from register_image_handler
      ARM: rockchip: bootm: accept signed images

 arch/arm/mach-rockchip/bbu.c   |  8 ++++----
 arch/arm/mach-rockchip/bootm.c | 11 ++++++++++-
 common/filetype.c              |  4 ++++
 include/filetype.h             |  1 +
 4 files changed, 19 insertions(+), 5 deletions(-)
---
base-commit: c23f4202a0abd964a5d0a2ac7b1e7bcf28a1d687
change-id: 20250820-rkimage-signed-c5278283d49b

Best regards,
-- 
Michael Tretter <m.tretter@pengutronix.de>




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

end of thread, other threads:[~2025-08-20 12:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-08-20 10:16 [PATCH 0/4] ARM: rockchip: add support for signed images Michael Tretter
2025-08-20 10:16 ` [PATCH 1/4] filetype: detect Rockchip " Michael Tretter
2025-08-20 10:16 ` [PATCH 2/4] ARM: rockchip: bbu: accept " Michael Tretter
2025-08-20 10:16 ` [PATCH 3/4] ARM: rockchip: bootm: don't propagate error from register_image_handler Michael Tretter
2025-08-20 10:17 ` [PATCH 4/4] ARM: rockchip: bootm: accept signed images Michael Tretter
2025-08-20 12:30 ` [PATCH 0/4] ARM: rockchip: add support for " Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox