Re: [PATCH 6/7] WIP: efi: Allow helloworld to exit boot services

2023-12-02 Thread Simon Glass
Hi Ilias, On Wed, 22 Nov 2023 at 00:39, Ilias Apalodimas wrote: > > Hi Simon, > > On Wed, 22 Nov 2023 at 00:10, Simon Glass wrote: > > > > Hi Heinrich, > > > > On Tue, 21 Nov 2023 at 10:17, Heinrich Schuchardt > > wrote: > > > > > > On 11/21/23 12:35, Simon Glass wrote: > > > > This allows

Re: [PATCH 6/7] WIP: efi: Allow helloworld to exit boot services

2023-11-21 Thread Ilias Apalodimas
Hi Simon, On Wed, 22 Nov 2023 at 00:10, Simon Glass wrote: > > Hi Heinrich, > > On Tue, 21 Nov 2023 at 10:17, Heinrich Schuchardt wrote: > > > > On 11/21/23 12:35, Simon Glass wrote: > > > This allows testing of the exit_boot_services call, providing more > > > coverage of the EFI bootmeth. > >

Re: [PATCH 6/7] WIP: efi: Allow helloworld to exit boot services

2023-11-21 Thread Simon Glass
Hi Heinrich, On Tue, 21 Nov 2023 at 10:17, Heinrich Schuchardt wrote: > > On 11/21/23 12:35, Simon Glass wrote: > > This allows testing of the exit_boot_services call, providing more > > coverage of the EFI bootmeth. > > > > Signed-off-by: Simon Glass > > I would prefer to keep helloworld.efi

Re: [PATCH 6/7] WIP: efi: Allow helloworld to exit boot services

2023-11-21 Thread Heinrich Schuchardt
On 11/21/23 12:35, Simon Glass wrote: This allows testing of the exit_boot_services call, providing more coverage of the EFI bootmeth. Signed-off-by: Simon Glass I would prefer to keep helloworld.efi benign. Please, create a new EFI binary for testing ExitBootServices(). ---

[PATCH 6/7] WIP: efi: Allow helloworld to exit boot services

2023-11-21 Thread Simon Glass
This allows testing of the exit_boot_services call, providing more coverage of the EFI bootmeth. Signed-off-by: Simon Glass --- lib/efi_loader/helloworld.c | 36 +++- 1 file changed, 35 insertions(+), 1 deletion(-) diff --git a/lib/efi_loader/helloworld.c