mirror of
https://git.proxmox.com/git/fwupd
synced 2026-03-29 06:29:31 +00:00
Currently if there is an invalid boot entry for firmware update, the fwupd EFI program will not call UpdateCapsule(), even if there is a valid entry. For example, if the following entries exist the firmware update will fail: HD(1,GPT,A672BBCA-325E-4D6F-91E1-DD57FAA85A9C)/\EFI\rhel\fw\fwupdate-6cialq.cap ... /*Valid entry*/ HD(1,GPT,E8176B29-6F73-43F2-AE8E-05E09DE20EE5)/\EFI\fedora\fw\fwupd-6dcbd5ed-e82d-4c44-bda1-7194199ad92a.cap ... /*InValid entry*/ Ensure capsule update is happening even if a valid capsule entry exists. Signed-off-by: Bhaskar Upadhaya <bupadhaya@marvell.com> |
||
|---|---|---|
| .. | ||
| fwup-cleanups.h | ||
| fwup-common.c | ||
| fwup-common.h | ||
| fwup-debug.c | ||
| fwup-debug.h | ||
| fwup-efi.c | ||
| fwup-efi.h | ||
| fwupdate.c | ||
| generate_binary.sh | ||
| meson.build | ||