rhboot / fwupdate

System firmware update support for UEFI machines
99 stars 47 forks source link

add UEFI_GUID_IMAGE_UPLOAD to include headers #82

Closed superm1 closed 6 years ago

superm1 commented 7 years ago

So that fwupd can use it (per a discussion somewhere in https://github.com/hughsie/fwupd/pull/226)

hughsie commented 6 years ago

@superm1 can you do a PR for this pls?

superm1 commented 6 years ago

efi_guid_ux_capsule ended up getting defined in efivar.
It is probably better to have fwupd look at that. I'll check that later. I know efivar 33 is needed for it to work (or 32 + a patch).

superm1 commented 6 years ago

I've submitted https://github.com/hughsie/fwupd/pull/361 for fixing this.