On 2026-05-14T12:49:13, Harsimran Singh Tungal <[email protected]> wrote: > efi_loader: add runtime memset helper > > Add efi_memset_runtime() for EFI runtime paths > > This keeps buffer initialization in runtime-resident code after > ExitBootServices() and avoids relying on non-runtime helpers. > > Reviewed-by: Ilias Apalodimas <[email protected]> > Signed-off-by: Harsimran Singh Tungal <[email protected]> > > include/efi_loader.h | 3 +++ > lib/efi_loader/efi_runtime.c | 20 ++++++++++++++++++++ > 2 files changed, 23 insertions(+)
Reviewed-by: Simon Glass <[email protected]>

