Re: [PATCH 02/35] x86: Create a new header for EFI

2021-09-09 Thread Simon Glass
Hi Heinrich, On Thu, 9 Sep 2021, 10:25 Heinrich Schuchardt, wrote: > > > > On 9/9/21 10:57 AM, Simon Glass wrote: > > Hi Heinrich, > > > > On Wed, 8 Sept 2021 at 11:27, Heinrich Schuchardt > > wrote: > >> > >> > >> > >> On 9/8/21 3:33 PM, Simon Glass wrote: > >>> The setup routines are called f

Re: [PATCH 02/35] x86: Create a new header for EFI

2021-09-09 Thread Heinrich Schuchardt
On 9/9/21 10:57 AM, Simon Glass wrote: Hi Heinrich, On Wed, 8 Sept 2021 at 11:27, Heinrich Schuchardt wrote: On 9/8/21 3:33 PM, Simon Glass wrote: The setup routines are called from zimage but don't really belong in the zimage header. Add a new EFI header to house these. Add comments so

Re: [PATCH 02/35] x86: Create a new header for EFI

2021-09-09 Thread Simon Glass
Hi Heinrich, On Wed, 8 Sept 2021 at 11:27, Heinrich Schuchardt wrote: > > > > On 9/8/21 3:33 PM, Simon Glass wrote: > > The setup routines are called from zimage but don't really belong in the > > zimage header. Add a new EFI header to house these. Add comments so it is > > clear what the functio

Re: [PATCH 02/35] x86: Create a new header for EFI

2021-09-08 Thread Heinrich Schuchardt
On 9/8/21 3:33 PM, Simon Glass wrote: The setup routines are called from zimage but don't really belong in the zimage header. Add a new EFI header to house these. Add comments so it is clear what the functions do. Signed-off-by: Simon Glass --- arch/x86/include/asm/efi.h| 32 +

[PATCH 02/35] x86: Create a new header for EFI

2021-09-08 Thread Simon Glass
The setup routines are called from zimage but don't really belong in the zimage header. Add a new EFI header to house these. Add comments so it is clear what the functions do. Signed-off-by: Simon Glass --- arch/x86/include/asm/efi.h| 32 arch/x86/include/as