Re: [PATCH v2 1/7] efi: add grub_efi_set_variable_with_attributes

2023-02-28 Thread Daniel Kiper
On Mon, Feb 20, 2023 at 07:56:24PM +0100, Oliver Steffen wrote: > Add a function to the EFI module that allows setting EFI variables > with specific attributes. > > This is useful for marking variables as volatile, for example. > > Signed-off-by: Oliver Steffen Reviewed-by: Daniel Kiper Daniel

[PATCH v2 1/7] efi: add grub_efi_set_variable_with_attributes

2023-02-20 Thread Oliver Steffen
Add a function to the EFI module that allows setting EFI variables with specific attributes. This is useful for marking variables as volatile, for example. Signed-off-by: Oliver Steffen --- grub-core/kern/efi/efi.c | 19 +-- include/grub/efi/efi.h | 6 ++ 2 files