From: Sascha Hauer <s.hauer@pengutronix.de>
To: "open list:BAREBOX" <barebox@lists.infradead.org>
Subject: [PATCH 0/2] ARM: i.MX: Add bootm support for i.MX flash header v3 images
Date: Wed, 30 Oct 2024 15:59:59 +0100 [thread overview]
Message-ID: <20241030-imx-flash-header-v3-v1-0-1ae28b3b8947@pengutronix.de> (raw)
On i.MX9 and some i.MX8 SoCs the barebox images are encapsulated in the
i.MX flash header v3 format. This series adds support for detecting and
chainloading them via bootm command.
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
---
Sascha Hauer (2):
filetype: detect i.MX flash header v3
ARM: i.MX: Add bootm handler for i.MX flash header v3 images
arch/arm/mach-imx/Makefile | 2 +-
arch/arm/mach-imx/imx-v3-image.c | 50 ++++++++++++++++++++++++++++++++++++++++
common/filetype.c | 4 ++++
include/filetype.h | 1 +
4 files changed, 56 insertions(+), 1 deletion(-)
---
base-commit: e55e492573e33823f25935ee00fe7fa7bf2c5c90
change-id: 20241030-imx-flash-header-v3-4298015d3ce2
Best regards,
--
Sascha Hauer <s.hauer@pengutronix.de>
next reply other threads:[~2024-10-30 15:00 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-30 14:59 Sascha Hauer [this message]
2024-10-30 15:00 ` [PATCH 1/2] filetype: detect i.MX flash header v3 Sascha Hauer
2024-10-30 15:00 ` [PATCH 2/2] ARM: i.MX: Add bootm handler for i.MX flash header v3 images Sascha Hauer
2024-11-08 10:57 ` [PATCH 0/2] ARM: i.MX: Add bootm support " Sascha Hauer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20241030-imx-flash-header-v3-v1-0-1ae28b3b8947@pengutronix.de \
--to=s.hauer@pengutronix.de \
--cc=barebox@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox