You've already forked slimbootloader
mirror of
https://github.com/Dasharo/slimbootloader.git
synced 2026-03-06 15:26:20 -08:00
f0b5eaf43a
Users might want to have some parameters that can be set from UEFI environment. UEFI NVRAM variables provide a way to achieve this functionality. And they require these vars to be read from bootloader. This patch provides a library to get read access to the UEFI variables stored in NV region. The driver was ported from MdeModulePkg\Universal\Variable\Pei @ EDKII Open Source. Signed-off-by: Sai Talamudupula <sai.kiran.talamudupula@intel.com>