[PATCH v9 02/11] efi_loader: Add a test app

2024-11-01 Thread Simon Glass
Add a simple app to use for testing. This is intended to do whatever it needs to for testing purposes. For now it just prints a message and exits boot services. There was a considerable amount of discussion about whether it is OK to call exit-boot-services and then return to U-Boot. This is not no

Re: [PATCH v9 02/11] efi_loader: Add a test app

2024-10-31 Thread Simon Glass
Hi, On Wed, 30 Oct 2024 at 18:55, Ilias Apalodimas wrote: > > Hi Heinrich > > > > On Wed, 30 Oct 2024 at 18:55, Heinrich Schuchardt wrote: > > > > On 10/29/24 20:22, Simon Glass wrote: > > > Add a simple app to use for testing. This is intended to do whatever it > > > needs to for testing purpos

Re: [PATCH v9 02/11] efi_loader: Add a test app

2024-10-30 Thread Heinrich Schuchardt
On 10/29/24 20:22, Simon Glass wrote: Add a simple app to use for testing. This is intended to do whatever it needs to for testing purposes. For now it just prints a message and exits boot services. There was a considerable amount of discussion about whether it is OK to call exit-boot-services a

Re: [PATCH v9 02/11] efi_loader: Add a test app

2024-10-30 Thread Ilias Apalodimas
Hi Heinrich On Wed, 30 Oct 2024 at 18:55, Heinrich Schuchardt wrote: > > On 10/29/24 20:22, Simon Glass wrote: > > Add a simple app to use for testing. This is intended to do whatever it > > needs to for testing purposes. For now it just prints a message and > > exits boot services. > > > > The

Re: [PATCH v9 02/11] efi_loader: Add a test app

2024-10-30 Thread Tom Rini
On Wed, Oct 30, 2024 at 08:44:04AM +0100, Simon Glass wrote: > Hi Tom, > > On Tue, 29 Oct 2024 at 21:13, Tom Rini wrote: > > > > On Tue, Oct 29, 2024 at 08:22:10PM +0100, Simon Glass wrote: > > > > > Add a simple app to use for testing. This is intended to do whatever it > > > needs to for testin

Re: [PATCH v9 02/11] efi_loader: Add a test app

2024-10-30 Thread Simon Glass
Hi Tom, On Tue, 29 Oct 2024 at 21:13, Tom Rini wrote: > > On Tue, Oct 29, 2024 at 08:22:10PM +0100, Simon Glass wrote: > > > Add a simple app to use for testing. This is intended to do whatever it > > needs to for testing purposes. For now it just prints a message and > > exits boot services. > >

Re: [PATCH v9 02/11] efi_loader: Add a test app

2024-10-29 Thread Tom Rini
On Tue, Oct 29, 2024 at 08:22:10PM +0100, Simon Glass wrote: > Add a simple app to use for testing. This is intended to do whatever it > needs to for testing purposes. For now it just prints a message and > exits boot services. > > There was a considerable amount of discussion about whether it is

[PATCH v9 02/11] efi_loader: Add a test app

2024-10-29 Thread Simon Glass
Add a simple app to use for testing. This is intended to do whatever it needs to for testing purposes. For now it just prints a message and exits boot services. There was a considerable amount of discussion about whether it is OK to call exit-boot-services and then return to U-Boot. This is not no