Re: [PATCH v2 05/12] x86: Exit EFI boot services before starting kernel

2023-03-19 Thread Heinrich Schuchardt
On 3/10/23 21:48, Simon Glass wrote: When running the EFI app, we need to exit boot services before jumping to Linux. At some point it may be possible to jump to Linux and pass on the boot services, so that the Linux efistub can be used. For now, this is not implemented. The EFI entry point ex

[PATCH v2 05/12] x86: Exit EFI boot services before starting kernel

2023-03-10 Thread Simon Glass
When running the EFI app, we need to exit boot services before jumping to Linux. At some point it may be possible to jump to Linux and pass on the boot services, so that the Linux efistub can be used. For now, this is not implemented. Signed-off-by: Simon Glass --- (no changes since v1) arch/