* [PATCH] Documentation: use current link to bootloader spec spec
@ 2023-06-29 6:52 Ahmad Fatoum
2023-07-04 9:11 ` Sascha Hauer
0 siblings, 1 reply; 2+ messages in thread
From: Ahmad Fatoum @ 2023-06-29 6:52 UTC (permalink / raw)
To: barebox; +Cc: Ahmad Fatoum
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] Documentation: use current link to bootloader spec spec
2023-06-29 6:52 [PATCH] Documentation: use current link to bootloader spec spec Ahmad Fatoum
@ 2023-07-04 9:11 ` Sascha Hauer
0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2023-07-04 9:11 UTC (permalink / raw)
To: Ahmad Fatoum; +Cc: barebox
On Thu, Jun 29, 2023 at 08:52:25AM +0200, Ahmad Fatoum wrote:
> 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(-)
Applied, thanks
Sascha
>
> 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
>
>
>
--
Pengutronix e.K. | |
Steuerwalder Str. 21 | http://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-07-04 9:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-29 6:52 [PATCH] Documentation: use current link to bootloader spec spec Ahmad Fatoum
2023-07-04 9:11 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox