Skip to content

Commit

Permalink
Make efi_guid_ux_capsule actually work.
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Jones <pjones@redhat.com>
  • Loading branch information
vathpela committed Sep 12, 2017
1 parent 2cfa63c commit cd73249
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
11 changes: 10 additions & 1 deletion src/abignore
Expand Up @@ -14,7 +14,16 @@
# 'efidp_wifi __anonymous_union__::wifi' at efivar-dp.h:868:1
#
[suppress_type]
soname_regexp = libefi(var|boot)\\.so
soname_regexp = libefi(var|boot)\\.so\\..*
name = efidp_data
type_kind = typedef
has_data_member_inserted_at = end

# 1 Added variable:
#
# 'const __anonymous_struct__ efi_guid_ux_capsule' {efi_guid_ux_capsule@@LIBEFIVAR_1.32}
#
[suppress_variable]
soname_regexp = ^libefivar\\.so\\.[[:digit:]]+
symbol_name_regexp = ^efi_guid_[[:alnum:]_]+$
change_kind = add-variable
2 changes: 1 addition & 1 deletion src/guids.txt
Expand Up @@ -3,7 +3,7 @@
0abba7dc-e516-4167-bbf5-4d9d1c739416 redhat Red Hat
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_guid Firmware update localized text image
3b8c8162-188c-46a4-aec9-be43f1d65697 ux_capsule Firmware update localized text image
3bd2a492-96c0-4079-b420-fcf98ef103ed x509_sha256 SHA256 hash of X.509 Certificate
3c5766e8-269c-4e34-aa14-ed776e85b3b6 rsa2048 RSA 2048
3CC24E96-22C7-41D8-8863-8E39DCDCC2CF lenovo Lenovo
Expand Down
4 changes: 4 additions & 0 deletions src/libefivar.map.in
Expand Up @@ -110,3 +110,7 @@ LIBEFIVAR_1.30 {
efi_error_get;
efi_error_clear;
} LIBEFIVAR_1.29;

LIBEFIVAR_1.32 {
global: efi_guid_ux_capsule;
} LIBEFIVAR_1.30;

0 comments on commit cd73249

Please sign in to comment.