[PATCH 0/2] Add support for new UEFI file system to read vars
Colin King
colin.king at canonical.com
Wed Sep 5 18:28:35 UTC 2012
From: Colin Ian King <colin.king at canonical.com>
These patches allow us to read UEFI variables using the current /sys
interface as well as the new efi file system interface. There are
two patches, the first adds a little more GUID library support, the
second large patch adds the efi file system support.
Colin Ian King (2):
lib: fwts_guid: Add fwts_guid_str_to_buf to convert string back to a
GUID
uefi: add in support for new uefivar file system interface
src/lib/include/fwts_guid.h | 1 +
src/lib/include/fwts_uefi.h | 12 +-
src/lib/src/fwts_guid.c | 14 ++
src/lib/src/fwts_uefi.c | 339 ++++++++++++++++++++++++++++++++++++++----
src/uefi/uefidump/uefidump.c | 31 ++--
5 files changed, 348 insertions(+), 49 deletions(-)
--
1.7.10.4
More information about the fwts-devel
mailing list