15
Add ", mode" optionally to efi_set_variable()
Make our guid list also include symbols defined and exported for use.
Add efi_symbol_to_guid() and make efi_name_to_guid try it last.
Add efi_id_guid_to_name() and efi_name_to_id_guid()
Don't polute our namespace with well_known_* struct names.
Add some vendor specific guids and the shell guid to our guid list.
Make "empty" be "zero" and add aliases for compatibility.
Excise read_fd() since we've got read_file(), plus cleanups.
datasize needs to be 64-bits always when using fallback vars code.