fwupd/plugins/uefi/efi
Bhaskar Upadhaya 73461ca1b7 uefi: Apply capsule update even with single valid capsule
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>
2020-02-14 15:37:08 +00:00
..
fwup-cleanups.h Use '#pragma once' to avoid a lot of boilerplate 2019-02-09 08:42:30 -06:00
fwup-common.c uefi: Refactor and simplify the EFI loader 2019-01-19 18:36:46 +00:00
fwup-common.h Use '#pragma once' to avoid a lot of boilerplate 2019-02-09 08:42:30 -06:00
fwup-debug.c uefi: make debugging output more readable 2020-02-10 12:39:26 -06:00
fwup-debug.h Use '#pragma once' to avoid a lot of boilerplate 2019-02-09 08:42:30 -06:00
fwup-efi.c Revert "Correctly delete UEFI variables" 2020-02-10 12:39:26 -06:00
fwup-efi.h Use '#pragma once' to avoid a lot of boilerplate 2019-02-09 08:42:30 -06:00
fwupdate.c uefi: Apply capsule update even with single valid capsule 2020-02-14 15:37:08 +00:00
generate_binary.sh uefi: Make generate_binary.sh more robust 2019-11-18 18:43:40 +00:00
meson.build uefi: Find the correct lds and crt name when specifying -Defi_ldsdir 2020-02-13 17:56:33 +00:00