Re: [PATCH v2 04/39] x86: Create a new header for EFI

2021-10-18 Thread Heinrich Schuchardt
On 9/25/21 2:30 AM, 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. Note that these functions are x86-specific. The zimage business is not used on

[PATCH v2 04/39] x86: Create a new header for EFI

2021-09-24 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. Note that these functions are x86-specific. The zimage business is not used on other architectures. Signed-off-by: Simon