Re: [PATCH] doc: add boot protocol 2.13 description to Documentation/x86/boot.txt

2019-03-18 Thread Matt Fleming
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 
> ---
>  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 


Re: [PATCH] doc: add boot protocol 2.13 description to Documentation/x86/boot.txt

2019-03-08 Thread Konrad Rzeszutek Wilk



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

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.


Re: [PATCH] doc: add boot protocol 2.13 description to Documentation/x86/boot.txt

2019-03-08 Thread Daniel Kiper
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 

Reviewed-by: Daniel Kiper 

Daniel


[PATCH] doc: add boot protocol 2.13 description to Documentation/x86/boot.txt

2019-03-08 Thread Juergen Gross
Documentation/x86/boot.txt is missing protocol 2.13 description.

Signed-off-by: Juergen Gross 
---
 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