Re: [PATCH v9 00/11] efi: Add a test for EFI bootmeth

2024-11-07 Thread Simon Glass
Hi Heinrich, On Thu, 7 Nov 2024 at 04:29, Heinrich Schuchardt wrote: > > On 11/1/24 16:32, Simon Glass wrote: > > Hi all, > > > > On Fri, 1 Nov 2024 at 16:26, Simon Glass wrote: > >> > >> The test coverage for the EFI bootmeth is incomplete since it does not > >> actually boot the application. >

Re: [PATCH v9 00/11] efi: Add a test for EFI bootmeth

2024-11-07 Thread Heinrich Schuchardt
On 11/1/24 16:32, Simon Glass wrote: Hi all, On Fri, 1 Nov 2024 at 16:26, Simon Glass wrote: The test coverage for the EFI bootmeth is incomplete since it does not actually boot the application. This series creates a simple test for this purpose. It includes a few patches to make this work:

Re: [PATCH v9 00/11] efi: Add a test for EFI bootmeth

2024-11-06 Thread Simon Glass
Hi, On Fri, 1 Nov 2024 at 09:32, Simon Glass wrote: > > Hi all, > > On Fri, 1 Nov 2024 at 16:26, Simon Glass wrote: > > > > The test coverage for the EFI bootmeth is incomplete since it does not > > actually boot the application. > > > > This series creates a simple test for this purpose. It inc

Re: [PATCH v9 00/11] efi: Add a test for EFI bootmeth

2024-11-01 Thread Simon Glass
Hi all, On Fri, 1 Nov 2024 at 16:26, Simon Glass wrote: > > The test coverage for the EFI bootmeth is incomplete since it does not > actually boot the application. > > This series creates a simple test for this purpose. It includes a few > patches to make this work: > > - Revert of an unreviewed

[PATCH v9 00/11] efi: Add a test for EFI bootmeth

2024-11-01 Thread Simon Glass
The test coverage for the EFI bootmeth is incomplete since it does not actually boot the application. This series creates a simple test for this purpose. It includes a few patches to make this work: - Revert of an unreviewed patch to change the sandbox efi filename - Hang in sandbox virtio due to

[PATCH v9 00/11] efi: Add a test for EFI bootmeth

2024-10-29 Thread Simon Glass
The test coverage for the EFI bootmeth is incomplete since it does not actually boot the application. This series creates a simple test for this purpose. It includes a few patches to make this work: - Revert of an unreviewed patch to change the sandbox efi filename - Hang in sandbox virtio due to