OSDN Git Service

Make 0abba7dc-e516-4167-bbf5-4d9d1c739416 reflect its use in fwupdate
authorPeter Jones <pjones@redhat.com>
Tue, 13 Mar 2018 14:31:00 +0000 (10:31 -0400)
committerPeter Jones <pjones@redhat.com>
Tue, 13 Mar 2018 15:12:29 +0000 (11:12 -0400)
Signed-off-by: Peter Jones <pjones@redhat.com>
src/guids.txt
src/libefivar.map.in
src/makeguids.c

index a38c375..0d48ddb 100644 (file)
@@ -1,6 +1,6 @@
 00000000-0000-0000-0000-000000000000   zero    zeroed sentinal guid
 093e0fae-a6c4-4f50-9f1b-d41e2b89c19a   sha512  SHA-512
-0abba7dc-e516-4167-bbf5-4d9d1c739416   redhat  Red Hat
+0abba7dc-e516-4167-bbf5-4d9d1c739416   fwupdate        Linux Firmware Update Tool
 0b6e5233-a65c-44c9-9407-d9ab83bfc8bd   sha224  SHA-224
 126a762d-5758-4fca-8531-201a7f57f850   lenovo_boot_menu        Lenovo Boot Menu
 3b8c8162-188c-46a4-aec9-be43f1d65697   ux_capsule      Firmware update localized text image
index 9c6fcd0..4036f57 100644 (file)
@@ -118,4 +118,5 @@ LIBEFIVAR_1.33 {
 
 LIBEFIVAR_1.35 {
        global: efi_get_variable_exists;
+               efi_guid_fwupdate;
 } LIBEFIVAR_1.33;
index e210007..cfa2cba 100644 (file)
@@ -62,6 +62,7 @@ struct guid_aliases {
 
 static struct guid_aliases guid_aliases[] = {
        { "efi_guid_empty", "efi_guid_zero" },
+       { "efi_guid_redhat", "efi_guid_fwupdate" },
        { NULL, NULL }
 };