Re: [PATCH v1 2/4] efi_loader: Add OS notifications for SetVariableRT in RAM

2024-04-08 Thread Ilias Apalodimas
Hi Heinrich, > > + > > > > /* Use internal device tree when starting UEFI application */ > > #define EFI_FDT_USE_INTERNAL NULL > > diff --git a/lib/efi_loader/efi_runtime.c b/lib/efi_loader/efi_runtime.c > > index 8ebbea7e5c69..d898ba6c268f 100644 > > --- a/lib/efi_loader/efi_runtime.c > >

Re: [PATCH v1 2/4] efi_loader: Add OS notifications for SetVariableRT in RAM

2024-04-08 Thread Heinrich Schuchardt
On 4/6/24 16:01, Ilias Apalodimas wrote: Previous patches enable SetVariableRT using a volatile storage backend using EFI_RUNTIME_SERVICES_DATA allocared memory. Since there's no recommendation from the spec on how to notify the OS, add a volatile EFI variable that contains the filename relative

[PATCH v1 2/4] efi_loader: Add OS notifications for SetVariableRT in RAM

2024-04-06 Thread Ilias Apalodimas
Previous patches enable SetVariableRT using a volatile storage backend using EFI_RUNTIME_SERVICES_DATA allocared memory. Since there's no recommendation from the spec on how to notify the OS, add a volatile EFI variable that contains the filename relative to the ESP. OS'es can use that file and

[PATCH v1 2/4] efi_loader: Add OS notifications for SetVariableRT in RAM

2024-04-06 Thread Ilias Apalodimas
Previous patches enable SetVariableRT using a volatile storage backend using EFI_RUNTIME_SERVICES_DATA allocared memory. Since there's no recommendation from the spec on how to notify the OS, add a volatile EFI variable that contains the filename relative to the ESP. OS'es can use that file and