[PATCH] Add efi getenv command

2017-01-24 Thread Matthew Garrett
Add a command to obtain the contents of EFI firmware variables. --- docs/grub.texi | 7 ++ grub-core/Makefile.core.def | 7 ++ grub-core/commands/efi/getenv.c | 153 3 files changed, 167 insertions(+) create mode 100644

Re: [PATCH] Add efi getenv command

2017-01-23 Thread SevenBits
As someone who wrote a similar patch several years ago for a personal project and submitted it to the list, what's the advantage of this patch over the previous ones that have been submitted (other than, I believe, the ability to set the GUID)? On Mon, Jan 23, 2017 at 7:25 PM Matthew Garrett

[PATCH] Add efi getenv command

2017-01-23 Thread Matthew Garrett
Add a command to obtain the contents of EFI firmware variables. --- docs/grub.texi | 7 ++ grub-core/Makefile.core.def | 7 ++ grub-core/commands/efi/getenv.c | 153 3 files changed, 167 insertions(+) create mode 100644