linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] Documentation: x86: boot: reserve type_of_loader=13 for barebox
@ 2022-10-02 12:57 Ahmad Fatoum
  2022-10-17  8:47 ` [tip: x86/misc] Documentation/x86/boot: Peserve " tip-bot2 for Ahmad Fatoum
  2022-10-17  9:30 ` [tip: x86/misc] Documentation/x86/boot: Reserve " tip-bot2 for Ahmad Fatoum
  0 siblings, 2 replies; 5+ messages in thread
From: Ahmad Fatoum @ 2022-10-02 12:57 UTC (permalink / raw)
  To: hpa, Thomas Gleixner, Ingo Molnar, Borislav Petkov, Dave Hansen,
	x86, Jonathan Corbet
  Cc: barebox, linux-kernel, linux-doc, Ahmad Fatoum

barebox[1], a bootloader for mostly ARM and MIPS embedded systems,
can also be built as EFI payload for x86[2] to provide redundant
power-fail safe, watchdog-supervised boot up.

Since its v2015.09.0 release, it has been booting Linux on x86 with
type_of_loader=0xff[3]. Reserve 13, the next free id, so that can be
used instead in the future.

[1]: https://www.barebox.org/
[2]: https://www.barebox.org/doc/latest/boards/efi.html
[3]: https://elixir.bootlin.com/barebox/v2022.09.0/source/common/efi/payload/image.c#L217

Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
v1 -> v2:
  - elaborate on what barebox is and add some links to commit
    message (Boris)

v1 was here:
https://lore.kernel.org/all/20220513143039.2065756-1-a.fatoum@pengutronix.de/
---
 Documentation/x86/boot.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/x86/boot.rst b/Documentation/x86/boot.rst
index 894a19897005..240d084782a6 100644
--- a/Documentation/x86/boot.rst
+++ b/Documentation/x86/boot.rst
@@ -455,6 +455,7 @@ Protocol:	2.00+
 	11 Minimal Linux Bootloader
 	   <http://sebastian-plotz.blogspot.de>
 	12 OVMF UEFI virtualization stack
+	13 barebox
 	== =======================================
 
   Please contact <hpa@zytor.com> if you need a bootloader ID value assigned.
-- 
2.30.2


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

* [tip: x86/misc] Documentation/x86/boot: Peserve type_of_loader=13 for barebox
  2022-10-02 12:57 [PATCH v2] Documentation: x86: boot: reserve type_of_loader=13 for barebox Ahmad Fatoum
@ 2022-10-17  8:47 ` tip-bot2 for Ahmad Fatoum
  2022-10-17  8:51   ` Ahmad Fatoum
  2022-10-17  9:30 ` [tip: x86/misc] Documentation/x86/boot: Reserve " tip-bot2 for Ahmad Fatoum
  1 sibling, 1 reply; 5+ messages in thread
From: tip-bot2 for Ahmad Fatoum @ 2022-10-17  8:47 UTC (permalink / raw)
  To: linux-tip-commits; +Cc: Ahmad Fatoum, Borislav Petkov, x86, linux-kernel

The following commit has been merged into the x86/misc branch of tip:

Commit-ID:     f0a8dec99a55aee896a1e6739ecf737f4524094a
Gitweb:        https://git.kernel.org/tip/f0a8dec99a55aee896a1e6739ecf737f4524094a
Author:        Ahmad Fatoum <a.fatoum@pengutronix.de>
AuthorDate:    Sun, 02 Oct 2022 14:57:53 +02:00
Committer:     Borislav Petkov <bp@suse.de>
CommitterDate: Mon, 17 Oct 2022 10:11:09 +02:00

Documentation/x86/boot: Peserve type_of_loader=13 for barebox

barebox[1], a bootloader for mostly ARM and MIPS embedded systems, can
also be built as EFI payload for x86[2] to provide redundant power-fail
safe, watchdog-supervised boot up.

Since its v2015.09.0 release, it has been booting Linux on x86 with
type_of_loader=0xff[3]. Reserve 13, the next free id, so that can be
used instead in the future.

[1]: https://www.barebox.org/
[2]: https://www.barebox.org/doc/latest/boards/efi.html
[3]: https://elixir.bootlin.com/barebox/v2022.09.0/source/common/efi/payload/image.c#L217

Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
Signed-off-by: Borislav Petkov <bp@suse.de>
Link: https://lore.kernel.org/r/20221002125752.3400831-1-a.fatoum@pengutronix.de
---
 Documentation/x86/boot.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/x86/boot.rst b/Documentation/x86/boot.rst
index 894a198..240d084 100644
--- a/Documentation/x86/boot.rst
+++ b/Documentation/x86/boot.rst
@@ -455,6 +455,7 @@ Protocol:	2.00+
 	11 Minimal Linux Bootloader
 	   <http://sebastian-plotz.blogspot.de>
 	12 OVMF UEFI virtualization stack
+	13 barebox
 	== =======================================
 
   Please contact <hpa@zytor.com> if you need a bootloader ID value assigned.

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

* Re: [tip: x86/misc] Documentation/x86/boot: Peserve type_of_loader=13 for barebox
  2022-10-17  8:47 ` [tip: x86/misc] Documentation/x86/boot: Peserve " tip-bot2 for Ahmad Fatoum
@ 2022-10-17  8:51   ` Ahmad Fatoum
  2022-10-17  9:23     ` Borislav Petkov
  0 siblings, 1 reply; 5+ messages in thread
From: Ahmad Fatoum @ 2022-10-17  8:51 UTC (permalink / raw)
  To: linux-kernel, linux-tip-commits; +Cc: Borislav Petkov, x86

Hello Boris,

On 17.10.22 10:47, tip-bot2 for Ahmad Fatoum wrote:
> The following commit has been merged into the x86/misc branch of tip:
> 
> Commit-ID:     f0a8dec99a55aee896a1e6739ecf737f4524094a
> Gitweb:        https://git.kernel.org/tip/f0a8dec99a55aee896a1e6739ecf737f4524094a
> Author:        Ahmad Fatoum <a.fatoum@pengutronix.de>
> AuthorDate:    Sun, 02 Oct 2022 14:57:53 +02:00
> Committer:     Borislav Petkov <bp@suse.de>
> CommitterDate: Mon, 17 Oct 2022 10:11:09 +02:00
> 
> Documentation/x86/boot: Peserve type_of_loader=13 for barebox

Thanks for applying. In case the branch is not non-rebaseable:

s/Peserve/Reserve/ in the commit message title.

Cheers,
Ahmad

> 
> barebox[1], a bootloader for mostly ARM and MIPS embedded systems, can
> also be built as EFI payload for x86[2] to provide redundant power-fail
> safe, watchdog-supervised boot up.
> 
> Since its v2015.09.0 release, it has been booting Linux on x86 with
> type_of_loader=0xff[3]. Reserve 13, the next free id, so that can be
> used instead in the future.
> 
> [1]: https://www.barebox.org/
> [2]: https://www.barebox.org/doc/latest/boards/efi.html
> [3]: https://elixir.bootlin.com/barebox/v2022.09.0/source/common/efi/payload/image.c#L217
> 
> Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
> Signed-off-by: Borislav Petkov <bp@suse.de>
> Link: https://lore.kernel.org/r/20221002125752.3400831-1-a.fatoum@pengutronix.de
> ---
>  Documentation/x86/boot.rst | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/x86/boot.rst b/Documentation/x86/boot.rst
> index 894a198..240d084 100644
> --- a/Documentation/x86/boot.rst
> +++ b/Documentation/x86/boot.rst
> @@ -455,6 +455,7 @@ Protocol:	2.00+
>  	11 Minimal Linux Bootloader
>  	   <http://sebastian-plotz.blogspot.de>
>  	12 OVMF UEFI virtualization stack
> +	13 barebox
>  	== =======================================
>  
>    Please contact <hpa@zytor.com> if you need a bootloader ID value assigned.
> 


-- 
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] 5+ messages in thread

* Re: [tip: x86/misc] Documentation/x86/boot: Peserve type_of_loader=13 for barebox
  2022-10-17  8:51   ` Ahmad Fatoum
@ 2022-10-17  9:23     ` Borislav Petkov
  0 siblings, 0 replies; 5+ messages in thread
From: Borislav Petkov @ 2022-10-17  9:23 UTC (permalink / raw)
  To: Ahmad Fatoum; +Cc: linux-kernel, linux-tip-commits, x86

On Mon, Oct 17, 2022 at 10:51:28AM +0200, Ahmad Fatoum wrote:
> Thanks for applying. In case the branch is not non-rebaseable:
> 
> s/Peserve/Reserve/ in the commit message title.

Whoops, fixed and force-pushed.

Thanks!

-- 
Regards/Gruss,
    Boris.

https://people.kernel.org/tglx/notes-about-netiquette

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

* [tip: x86/misc] Documentation/x86/boot: Reserve type_of_loader=13 for barebox
  2022-10-02 12:57 [PATCH v2] Documentation: x86: boot: reserve type_of_loader=13 for barebox Ahmad Fatoum
  2022-10-17  8:47 ` [tip: x86/misc] Documentation/x86/boot: Peserve " tip-bot2 for Ahmad Fatoum
@ 2022-10-17  9:30 ` tip-bot2 for Ahmad Fatoum
  1 sibling, 0 replies; 5+ messages in thread
From: tip-bot2 for Ahmad Fatoum @ 2022-10-17  9:30 UTC (permalink / raw)
  To: linux-tip-commits; +Cc: Ahmad Fatoum, Borislav Petkov, x86, linux-kernel

The following commit has been merged into the x86/misc branch of tip:

Commit-ID:     a27e292b8a54e24f85181d949fac8c51fdec8ff3
Gitweb:        https://git.kernel.org/tip/a27e292b8a54e24f85181d949fac8c51fdec8ff3
Author:        Ahmad Fatoum <a.fatoum@pengutronix.de>
AuthorDate:    Sun, 02 Oct 2022 14:57:53 +02:00
Committer:     Borislav Petkov <bp@suse.de>
CommitterDate: Mon, 17 Oct 2022 11:22:33 +02:00

Documentation/x86/boot: Reserve type_of_loader=13 for barebox

barebox[1], a bootloader for mostly ARM and MIPS embedded systems, can
also be built as EFI payload for x86[2] to provide redundant power-fail
safe, watchdog-supervised boot up.

Since its v2015.09.0 release, it has been booting Linux on x86 with
type_of_loader=0xff[3]. Reserve 13, the next free id, so that can be
used instead in the future.

[1]: https://www.barebox.org/
[2]: https://www.barebox.org/doc/latest/boards/efi.html
[3]: https://elixir.bootlin.com/barebox/v2022.09.0/source/common/efi/payload/image.c#L217

Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
Signed-off-by: Borislav Petkov <bp@suse.de>
Link: https://lore.kernel.org/r/20221002125752.3400831-1-a.fatoum@pengutronix.de
---
 Documentation/x86/boot.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/x86/boot.rst b/Documentation/x86/boot.rst
index 894a198..240d084 100644
--- a/Documentation/x86/boot.rst
+++ b/Documentation/x86/boot.rst
@@ -455,6 +455,7 @@ Protocol:	2.00+
 	11 Minimal Linux Bootloader
 	   <http://sebastian-plotz.blogspot.de>
 	12 OVMF UEFI virtualization stack
+	13 barebox
 	== =======================================
 
   Please contact <hpa@zytor.com> if you need a bootloader ID value assigned.

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

end of thread, other threads:[~2022-10-17  9:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-02 12:57 [PATCH v2] Documentation: x86: boot: reserve type_of_loader=13 for barebox Ahmad Fatoum
2022-10-17  8:47 ` [tip: x86/misc] Documentation/x86/boot: Peserve " tip-bot2 for Ahmad Fatoum
2022-10-17  8:51   ` Ahmad Fatoum
2022-10-17  9:23     ` Borislav Petkov
2022-10-17  9:30 ` [tip: x86/misc] Documentation/x86/boot: Reserve " tip-bot2 for Ahmad Fatoum

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).