Re: [PATCH] efi_selftest: use do_bootefi_exec()

2025-04-11 Thread Ilias Apalodimas
On Fri, 11 Apr 2025 at 08:36, Heinrich Schuchardt wrote: > > The EFI selftest should match executing a real EFI binary > as closely as possible. > > Use do_bootefi_exec() to enter the EFI selftest. > > Signed-off-by: Heinrich Schuchardt > --- > cmd/bootefi.c | 7 +-- > 1 file changed, 5 inse

[PATCH] efi_selftest: use do_bootefi_exec()

2025-04-10 Thread Heinrich Schuchardt
The EFI selftest should match executing a real EFI binary as closely as possible. Use do_bootefi_exec() to enter the EFI selftest. Signed-off-by: Heinrich Schuchardt --- cmd/bootefi.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/cmd/bootefi.c b/cmd/bootefi.c index