Re: [PATCH 1/1] efi_loader: support booting semihosting file

2023-05-15 Thread Andre Przywara
On Sat, 13 May 2023 02:30:44 +0200 Heinrich Schuchardt wrote: > Executing an EFI binary fails for files loaded via semihosting. > > Construct a dummy device path for EFI binaries loaded via semihosting. > > A future complete solution may include the creation of a handle with a > simple file

Re: [PATCH 1/1] efi_loader: support booting semihosting file

2023-05-15 Thread Ilias Apalodimas
On Sat, 13 May 2023 at 03:30, Heinrich Schuchardt wrote: > > Executing an EFI binary fails for files loaded via semihosting. > > Construct a dummy device path for EFI binaries loaded via semihosting. > > A future complete solution may include the creation of a handle with a > simple file system

[PATCH 1/1] efi_loader: support booting semihosting file

2023-05-12 Thread Heinrich Schuchardt
Executing an EFI binary fails for files loaded via semihosting. Construct a dummy device path for EFI binaries loaded via semihosting. A future complete solution may include the creation of a handle with a simple file system protocol. Reported-by: Andre Przywara Signed-off-by: Heinrich