summaryrefslogtreecommitdiff
path: root/lib/efi_loader/efi_capsule.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-18Revert "efi_capsule: Move signature from DTB to .rodata"Simon Glass1-15/+3
2021-07-24efi_loader: capsule: remove authentication dataAKASHI Takahiro1-13/+57
2021-07-24efi_loader: capsule: remove unused guidAKASHI Takahiro1-3/+0
2021-07-18efi_capsule: Move signature from DTB to .rodataIlias Apalodimas1-3/+15
2021-07-18efi_loader: Use %pD to log device-path instead of local efi_dp_str()Masami Hiramatsu1-5/+1
2021-07-12efi_loader: Fix to set bootdev_root correctly if bootdev foundMasami Hiramatsu1-1/+2
2021-07-12efi_loader: set CapsuleLast after each capsuleHeinrich Schuchardt1-12/+13
2021-07-12efi_loader: missing EFI_CALL() in set_capsule_resultHeinrich Schuchardt1-5/+5
2021-07-12efi_loader: rework messages for capsule updatesHeinrich Schuchardt1-13/+15
2021-07-02efi_loader: Allow capsule update on-disk without checking OsIndicationsIlias Apalodimas1-8/+28
2021-07-02efi_loader: Always install FMPsIlias Apalodimas1-8/+3
2021-07-02efi: Fix to use null handle to create new handle for efi_fmp_rawMasami Hiramatsu1-1/+1
2021-06-09efi_loader: efi_capsule_delete_file() NULL dereferenceHeinrich Schuchardt1-1/+2
2021-05-25efi_loader: remove weak efi_get_public_key_data()Heinrich Schuchardt1-10/+0
2021-04-24efi_loader: capsule: return a correct error code at find_boot_device()AKASHI Takahiro1-1/+1
2021-04-24efi: Fix ESRT refresh after Capsule updateJose Marinho1-1/+1
2021-04-17efi_loader: memory leak in efi_capsule_scan_dir()Heinrich Schuchardt1-0/+3
2021-03-25efi: Add ESRT to the EFI system tableJose Marinho1-0/+8
2021-03-25efi: Fix compiler warningsSimon Glass1-2/+2
2021-02-14efi_loader: fix get_last_capsule()Heinrich Schuchardt1-5/+13
2021-02-14efi_loader: '.' and '..' are directoriesHeinrich Schuchardt1-3/+1
2021-01-23efi_loader: capsule: fix SIZEOF_MISMATCH warningAKASHI Takahiro1-1/+1
2020-12-31efi: capsule: Add support for uefi capsule authenticationSughosh Ganu1-0/+122
2020-12-31efi_loader: Add size checks to efi_create_indexed_name()Ilias Apalodimas1-3/+4
2020-12-03efi_loader: add firmware management protocol for raw imageAKASHI Takahiro1-0/+8
2020-12-03efi_loader: add firmware management protocol for FIT imageAKASHI Takahiro1-1/+11
2020-12-03efi_loader: capsule: support firmware updateAKASHI Takahiro1-12/+240
2020-12-03efi_loader: capsule: add capsule_on_disk supportAKASHI Takahiro1-0/+498
2020-12-03efi_loader: define UpdateCapsule apiAKASHI Takahiro1-0/+165