Add efi getenv command

Add a command to obtain the contents of EFI firmware variables.
This commit is contained in:
Matthew Garrett 2015-04-17 13:34:01 -07:00
parent 9b669efb38
commit 2755ecd157
2 changed files with 160 additions and 0 deletions

View file

@ -821,6 +821,13 @@ module = {
enable = x86_64_efi;
};
module = {
name = getenv;
common = commands/efi/getenv.c;
enable = i386_efi;
enable = x86_64_efi;
};
module = {
name = gptsync;
common = commands/gptsync.c;