Skip to content
Commit 24afc0aa authored by Stanacar, StefanX's avatar Stanacar, StefanX Committed by Martin Jansa
Browse files

efivar: add recipe



efivar is is a tool to manipulate UEFI variables.
This is obviously useful only for EFI machines that have
the efivarfs interface enabled in the kernel config (CONFIG_EFIVAR_FS),
and mounted (mount -t efivarfs efivarfs /sys/firmware/efi/efivars).

Sample usage:
GUID: 4a67b082-0a4c-41cf-b6c7-440b29bb8c4f
Name: "LoaderEntrySelected"
Attributes:
    Boot Service Access
    Runtime Service Access
Value:
00000000  62 00 6f 00 6f 00 74 00  00 00                    |b.o.o.t...      |

Signed-off-by: default avatarStefan Stanacar <stefanx.stanacar@intel.com>
Signed-off-by: default avatarMartin Jansa <Martin.Jansa@gmail.com>
parent a600fe80
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment