All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] doc: add boot protocol 2.13 description to Documentation/x86/boot.txt
@ 2019-03-08 11:43 Juergen Gross
  2019-03-08 12:05 ` Daniel Kiper
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Juergen Gross @ 2019-03-08 11:43 UTC (permalink / raw)
  To: linux-kernel, linux-doc
  Cc: x86, corbet, hpa, bp, mingo, tglx, konrad.wilk, mfleming,
	ross.philipson, daniel.kiper, Juergen Gross

Documentation/x86/boot.txt is missing protocol 2.13 description.

Signed-off-by: Juergen Gross <jgross@suse.com>
---
 Documentation/x86/boot.txt | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Documentation/x86/boot.txt b/Documentation/x86/boot.txt
index f4c2a97bfdbd..223e484a1304 100644
--- a/Documentation/x86/boot.txt
+++ b/Documentation/x86/boot.txt
@@ -61,6 +61,10 @@ Protocol 2.12:	(Kernel 3.8) Added the xloadflags field and extension fields
 		to struct boot_params for loading bzImage and ramdisk
 		above 4G in 64bit.
 
+Protocol 2.13:	(Kernel 3.14) Support 32- and 64-bit flags being set in
+		xloadflags to support booting a 64-bit kernel from 32-bit
+		EFI
+
 **** MEMORY LAYOUT
 
 The traditional memory map for the kernel loader, used for Image or
-- 
2.16.4


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

* Re: [PATCH] doc: add boot protocol 2.13 description to Documentation/x86/boot.txt
  2019-03-08 11:43 [PATCH] doc: add boot protocol 2.13 description to Documentation/x86/boot.txt Juergen Gross
@ 2019-03-08 12:05 ` Daniel Kiper
  2019-03-08 13:12 ` Konrad Rzeszutek Wilk
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: Daniel Kiper @ 2019-03-08 12:05 UTC (permalink / raw)
  To: Juergen Gross
  Cc: linux-kernel, linux-doc, x86, corbet, hpa, bp, mingo, tglx,
	konrad.wilk, mfleming, ross.philipson

On Fri, Mar 08, 2019 at 12:43:10PM +0100, Juergen Gross wrote:
> Documentation/x86/boot.txt is missing protocol 2.13 description.
>
> Signed-off-by: Juergen Gross <jgross@suse.com>

Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>

Daniel

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

* Re: [PATCH] doc: add boot protocol 2.13 description to Documentation/x86/boot.txt
  2019-03-08 11:43 [PATCH] doc: add boot protocol 2.13 description to Documentation/x86/boot.txt Juergen Gross
  2019-03-08 12:05 ` Daniel Kiper
@ 2019-03-08 13:12 ` Konrad Rzeszutek Wilk
  2019-03-11 23:34   ` hpa
  2019-03-18  9:44 ` Matt Fleming
  2019-03-18 17:50 ` Jonathan Corbet
  3 siblings, 1 reply; 6+ messages in thread
From: Konrad Rzeszutek Wilk @ 2019-03-08 13:12 UTC (permalink / raw)
  To: Juergen Gross, linux-kernel, linux-doc
  Cc: x86, corbet, hpa, bp, mingo, tglx, mfleming, ross.philipson,
	daniel.kiper



On March 8, 2019 6:43:10 AM EST, Juergen Gross <jgross@suse.com> wrote:
>Documentation/x86/boot.txt is missing protocol 2.13 description.
>
>Signed-off-by: Juergen Gross <jgross@suse.com>

You forgot Reported-by: Ross Philipson ...

And pls feel free to add Reviewed-by from me as well.
>---
> Documentation/x86/boot.txt | 4 ++++
> 1 file changed, 4 insertions(+)
>
>diff --git a/Documentation/x86/boot.txt b/Documentation/x86/boot.txt
>index f4c2a97bfdbd..223e484a1304 100644
>--- a/Documentation/x86/boot.txt
>+++ b/Documentation/x86/boot.txt
>@@ -61,6 +61,10 @@ Protocol 2.12:	(Kernel 3.8) Added the xloadflags
>field and extension fields
> 		to struct boot_params for loading bzImage and ramdisk
> 		above 4G in 64bit.
> 
>+Protocol 2.13:	(Kernel 3.14) Support 32- and 64-bit flags being set in
>+		xloadflags to support booting a 64-bit kernel from 32-bit
>+		EFI
>+
> **** MEMORY LAYOUT
> 
> The traditional memory map for the kernel loader, used for Image or

-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.

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

* Re: [PATCH] doc: add boot protocol 2.13 description to Documentation/x86/boot.txt
  2019-03-08 13:12 ` Konrad Rzeszutek Wilk
@ 2019-03-11 23:34   ` hpa
  0 siblings, 0 replies; 6+ messages in thread
From: hpa @ 2019-03-11 23:34 UTC (permalink / raw)
  To: Konrad Rzeszutek Wilk, Juergen Gross, linux-kernel, linux-doc
  Cc: x86, corbet, bp, mingo, tglx, mfleming, ross.philipson, daniel.kiper

On March 8, 2019 5:12:57 AM PST, Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> wrote:
>
>
>On March 8, 2019 6:43:10 AM EST, Juergen Gross <jgross@suse.com> wrote:
>>Documentation/x86/boot.txt is missing protocol 2.13 description.
>>
>>Signed-off-by: Juergen Gross <jgross@suse.com>
>
>You forgot Reported-by: Ross Philipson ...
>
>And pls feel free to add Reviewed-by from me as well.
>>---
>> Documentation/x86/boot.txt | 4 ++++
>> 1 file changed, 4 insertions(+)
>>
>>diff --git a/Documentation/x86/boot.txt b/Documentation/x86/boot.txt
>>index f4c2a97bfdbd..223e484a1304 100644
>>--- a/Documentation/x86/boot.txt
>>+++ b/Documentation/x86/boot.txt
>>@@ -61,6 +61,10 @@ Protocol 2.12:	(Kernel 3.8) Added the xloadflags
>>field and extension fields
>> 		to struct boot_params for loading bzImage and ramdisk
>> 		above 4G in 64bit.
>> 
>>+Protocol 2.13:	(Kernel 3.14) Support 32- and 64-bit flags being set
>in
>>+		xloadflags to support booting a 64-bit kernel from 32-bit
>>+		EFI
>>+
>> **** MEMORY LAYOUT
>> 
>> The traditional memory map for the kernel loader, used for Image or

Add my Reviewed-by: too.
-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.

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

* Re: [PATCH] doc: add boot protocol 2.13 description to Documentation/x86/boot.txt
  2019-03-08 11:43 [PATCH] doc: add boot protocol 2.13 description to Documentation/x86/boot.txt Juergen Gross
  2019-03-08 12:05 ` Daniel Kiper
  2019-03-08 13:12 ` Konrad Rzeszutek Wilk
@ 2019-03-18  9:44 ` Matt Fleming
  2019-03-18 17:50 ` Jonathan Corbet
  3 siblings, 0 replies; 6+ messages in thread
From: Matt Fleming @ 2019-03-18  9:44 UTC (permalink / raw)
  To: Juergen Gross
  Cc: linux-kernel, linux-doc, x86, corbet, hpa, bp, mingo, tglx,
	konrad.wilk, mfleming, ross.philipson, daniel.kiper

On Fri, 08 Mar, at 12:43:10PM, Juergen Gross wrote:
> Documentation/x86/boot.txt is missing protocol 2.13 description.
> 
> Signed-off-by: Juergen Gross <jgross@suse.com>
> ---
>  Documentation/x86/boot.txt | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/Documentation/x86/boot.txt b/Documentation/x86/boot.txt
> index f4c2a97bfdbd..223e484a1304 100644
> --- a/Documentation/x86/boot.txt
> +++ b/Documentation/x86/boot.txt
> @@ -61,6 +61,10 @@ Protocol 2.12:	(Kernel 3.8) Added the xloadflags field and extension fields
>  		to struct boot_params for loading bzImage and ramdisk
>  		above 4G in 64bit.
>  
> +Protocol 2.13:	(Kernel 3.14) Support 32- and 64-bit flags being set in
> +		xloadflags to support booting a 64-bit kernel from 32-bit
> +		EFI
> +
>  **** MEMORY LAYOUT
>  
>  The traditional memory map for the kernel loader, used for Image or
> -- 
> 2.16.4
 
Not sure if this has already been picked up but...

Reviewed-by: Matt Fleming <matt@codeblueprint.co.uk>

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

* Re: [PATCH] doc: add boot protocol 2.13 description to Documentation/x86/boot.txt
  2019-03-08 11:43 [PATCH] doc: add boot protocol 2.13 description to Documentation/x86/boot.txt Juergen Gross
                   ` (2 preceding siblings ...)
  2019-03-18  9:44 ` Matt Fleming
@ 2019-03-18 17:50 ` Jonathan Corbet
  3 siblings, 0 replies; 6+ messages in thread
From: Jonathan Corbet @ 2019-03-18 17:50 UTC (permalink / raw)
  To: Juergen Gross
  Cc: linux-kernel, linux-doc, x86, hpa, bp, mingo, tglx, konrad.wilk,
	mfleming, ross.philipson, daniel.kiper

On Fri,  8 Mar 2019 12:43:10 +0100
Juergen Gross <jgross@suse.com> wrote:

> Documentation/x86/boot.txt is missing protocol 2.13 description.
> 
> Signed-off-by: Juergen Gross <jgross@suse.com>
> ---
>  Documentation/x86/boot.txt | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/Documentation/x86/boot.txt b/Documentation/x86/boot.txt
> index f4c2a97bfdbd..223e484a1304 100644
> --- a/Documentation/x86/boot.txt
> +++ b/Documentation/x86/boot.txt
> @@ -61,6 +61,10 @@ Protocol 2.12:	(Kernel 3.8) Added the xloadflags field and extension fields
>  		to struct boot_params for loading bzImage and ramdisk
>  		above 4G in 64bit.
>  
> +Protocol 2.13:	(Kernel 3.14) Support 32- and 64-bit flags being set in
> +		xloadflags to support booting a 64-bit kernel from 32-bit
> +		EFI
> +
>  **** MEMORY LAYOUT

Applied (with vast numbers of Reviewed-by tags), thanks.

jon

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

end of thread, other threads:[~2019-03-18 17:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-08 11:43 [PATCH] doc: add boot protocol 2.13 description to Documentation/x86/boot.txt Juergen Gross
2019-03-08 12:05 ` Daniel Kiper
2019-03-08 13:12 ` Konrad Rzeszutek Wilk
2019-03-11 23:34   ` hpa
2019-03-18  9:44 ` Matt Fleming
2019-03-18 17:50 ` Jonathan Corbet

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.