From: Roland Hieber <rhi@pengutronix.de>
To: distrokit@pengutronix.de
Cc: Roland Hieber <rhi@pengutronix.de>
Subject: [DistroKit] [PATCH 03/11] v7a: barebox: boot from bootsource
Date: Mon, 26 May 2025 12:11:39 +0200 [thread overview]
Message-ID: <20250526101147.1953428-3-rhi@pengutronix.de> (raw)
In-Reply-To: <20250526101147.1953428-1-rhi@pengutronix.de>
Barebox 2025.05.0 with CONFIG_BOOT_DEFAULTS (which we implicitly
enabled in the last commit) can resolve the boot target "bootsource" to
the device from which the board was initially booted, if this is
supported by the platform code (see barebox commit 6d91022db295 "common:
bootdef: add new boot entry provider" for more info). This way we won't
have to hard-code "mmc0", "mmc2", or "disk0" as the boot target for
different platforms.
Link: https://git.pengutronix.de/cgit/barebox/commit/?id=6d91022db29555c175e9
Signed-off-by: Roland Hieber <rhi@pengutronix.de>
---
.../platform-v7a/barebox-defaultenv/nv/bootchooser.system0.boot | 2 +-
.../platform-v7a/barebox-defaultenv/nv/bootchooser.system1.boot | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/configs/platform-v7a/barebox-defaultenv/nv/bootchooser.system0.boot b/configs/platform-v7a/barebox-defaultenv/nv/bootchooser.system0.boot
index c0c541c8b2a3..5ec387df9ea0 100644
--- a/configs/platform-v7a/barebox-defaultenv/nv/bootchooser.system0.boot
+++ b/configs/platform-v7a/barebox-defaultenv/nv/bootchooser.system0.boot
@@ -1 +1 @@
-mmc0.root-A
+ bootsource.root-A
diff --git a/configs/platform-v7a/barebox-defaultenv/nv/bootchooser.system1.boot b/configs/platform-v7a/barebox-defaultenv/nv/bootchooser.system1.boot
index 1d40e339c2fe..cea618acf89a 100644
--- a/configs/platform-v7a/barebox-defaultenv/nv/bootchooser.system1.boot
+++ b/configs/platform-v7a/barebox-defaultenv/nv/bootchooser.system1.boot
@@ -1 +1 @@
-mmc0.root-B
+ bootsource.root-B
--
2.39.5
next prev parent reply other threads:[~2025-05-26 10:11 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-26 10:11 [DistroKit] [PATCH 01/11] platforms: images: use descriptive partition-type-uuids Roland Hieber
2025-05-26 10:11 ` [DistroKit] [PATCH 02/11] v7a: barebox: version bump 2025.03.0 -> 2025.05.0 Roland Hieber
2025-05-26 10:11 ` Roland Hieber [this message]
2025-05-26 10:18 ` [DistroKit] [PATCH 03/11] v7a: barebox: boot from bootsource Ahmad Fatoum
2025-05-26 10:11 ` [DistroKit] [PATCH 04/11] v7a: image-stm32mp*: use new partition-table-type option Roland Hieber
2025-05-26 10:11 ` [DistroKit] [PATCH 05/11] v7a: stm32mp: switch to upstream barebox recipe Roland Hieber
2025-05-26 10:11 ` [DistroKit] [PATCH 06/11] v7a: stm32mp: populate default environment in barebox partition Roland Hieber
2025-05-26 10:11 ` [DistroKit] [PATCH 07/11] v7a: mx6: switch to upstream barebox recipe Roland Hieber
2025-05-26 10:11 ` [DistroKit] [PATCH 08/11] v7a: vexpress: " Roland Hieber
2025-05-26 10:11 ` [DistroKit] [PATCH 09/11] v7a: rpi: " Roland Hieber
2025-05-26 10:11 ` [DistroKit] [PATCH 10/11] v7a: rpi: remove "2" from recipe names Roland Hieber
2025-05-26 10:11 ` [DistroKit] [PATCH 11/11] v7a: barebox: enable HWRNG drivers and allow fallback to PRNG Roland Hieber
2025-05-26 10:20 ` Ahmad Fatoum
2025-05-26 10:39 ` Roland Hieber
2025-05-26 10:59 ` Ahmad Fatoum
2025-05-27 9:15 ` Roland Hieber
2025-05-27 20:19 ` Ahmad Fatoum
2025-05-28 9:47 ` Roland Hieber
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=20250526101147.1953428-3-rhi@pengutronix.de \
--to=rhi@pengutronix.de \
--cc=distrokit@pengutronix.de \
/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