Create libefivar library. This library aims to providethe same API as the GPL'd version of this library. It implements the commonLinux API for programatically manipulating UEFI environment varibale
Create libefivar library. This library aims to providethe same API as the GPL'd version of this library. It implements the commonLinux API for programatically manipulating UEFI environment varibales usingthe UEFI Runtime Services the kernel provides. It replaces the old efilibrary since it is programmed to a different interface, but retails theCHAR16 to UTF-8 and vice versa conversion routines. The new name is to matchLinux program's expectations.Differential Revision: https://reviews.freebsd.org/D8128Reviewed by: kib@, wblock@, Ganael Laplanche
show more ...
1234