From: Ahmad Fatoum <a.fatoum@pengutronix.de>
To: barebox@lists.infradead.org
Cc: Ahmad Fatoum <a.fatoum@pengutronix.de>
Subject: [PATCH] Documentation: use current link to bootloader spec spec
Date: Thu, 29 Jun 2023 08:52:25 +0200 [thread overview]
Message-ID: <20230629065225.1119341-1-a.fatoum@pengutronix.de> (raw)
Both the Freedesktop and the systemd links are outdated, so replace them
with the current home of the spec.
Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
Documentation/talks.rst | 2 +-
Documentation/user/booting-linux.rst | 2 +-
common/Kconfig | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/Documentation/talks.rst b/Documentation/talks.rst
index 5f1af599316b..5206d649a2a7 100644
--- a/Documentation/talks.rst
+++ b/Documentation/talks.rst
@@ -100,7 +100,7 @@ Sascha Hauer, Embedded Linux Conference - Europe 2013
`[slides] <https://elinux.org/images/9/90/Barebox-elce2013-bootloaderspec.pdf>`__
`[video] <https://www.youtube.com/watch?v=Z8FcIGXox_Y>`__
- The freedesktop.org bootloader specification and its support in barebox.
+ The bootloader specification and its support in barebox.
Barebox Bootloader
------------------
diff --git a/Documentation/user/booting-linux.rst b/Documentation/user/booting-linux.rst
index 6fa8cd911e06..0ba6229797cd 100644
--- a/Documentation/user/booting-linux.rst
+++ b/Documentation/user/booting-linux.rst
@@ -168,7 +168,7 @@ Bootloader Spec
barebox supports booting according to the bootloader spec:
-https://systemd.io/BOOT_LOADER_SPECIFICATION/
+https://uapi-group.org/specifications/specs/boot_loader_specification/
It follows another philosophy than the :ref:`boot_entries`. With Boot Entries
booting is completely configured in the bootloader. Bootloader Spec Entries
diff --git a/common/Kconfig b/common/Kconfig
index 3a57e16b3be6..6bcb2dac5b7f 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -684,8 +684,8 @@ config BLSPEC
bool
prompt "Support bootloader spec"
help
- Enable this to let barebox support the Freedesktop bootloader spec,
- see: http://www.freedesktop.org/wiki/Specifications/BootLoaderSpec/
+ Enable this to let barebox support the UAPI bootloader spec,
+ see: https://uapi-group.org/specifications/specs/boot_loader_specification/
The bootloader spec is a standard interface between the bootloader
and the kernel. It allows the bootloader to discover boot options
on a device and it allows the Operating System to install / update
--
2.39.2
next reply other threads:[~2023-06-29 6:54 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-29 6:52 Ahmad Fatoum [this message]
2023-07-04 9:11 ` 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=20230629065225.1119341-1-a.fatoum@pengutronix.de \
--to=a.fatoum@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