- dae2369 efi_loader: fix an IS_ERR() vs NULL check by Dan Carpenter · 1 year, 4 months ago
- 1b7e469 efi_loader: capsule: enforce guid check in api and capsule_on_disk by AKASHI Takahiro · 1 year, 4 months ago
- 4bccbd3 efi_loader: remove unused efi_capsule_authenticate by Heinrich Schuchardt · 1 year, 8 months ago
- 4429393 efi_loader: set CapsuleMax from CONFIG_EFI_CAPSULE_MAX by Etienne Carriere · 1 year, 9 months ago
- 93cdb95 efi_loader: adjust sorting of capsules by Heinrich Schuchardt · 1 year, 11 months ago
- 8679405 FWU: Add support for the FWU Multi Bank Update feature by Sughosh Ganu · 2 years, 1 month ago
- 56c9f0c efi_loader: CloseProtocol in efi_fmp_find by Heinrich Schuchardt · 2 years, 2 months ago
- 05c4c9e efi_loader: define internal implementations of install/uninstallmultiple by Ilias Apalodimas · 2 years, 2 months ago
- 119fafd EFI: Do not consider OsIndications variable if CONFIG_EFI_IGNORE_OSINDICATIONS is enabled by Sughosh Ganu · 2 years, 6 months ago
- 7cf06f0 capsule: Put a check for image index before the update by Sughosh Ganu · 2 years, 7 months ago
- 7660cfe efi_loader: Use sysreset instead of reset command by Masami Hiramatsu · 2 years, 8 months ago
- 39bdf11 efi_loader: Make efi_load_capsule_drivers() available even if EFI_CAPSULE_ON_DISK=n by Masami Hiramatsu · 2 years, 8 months ago
- b78631d efi_loader: remove efi_disk_is_system_part() by Heinrich Schuchardt · 2 years, 9 months ago
- e46ef1d efi_loader: efi_dp_find_obj() add protocol check by Heinrich Schuchardt · 2 years, 8 months ago
- 3e6f810 efi_loader: test/py: Reset system after capsule update on disk by Masami Hiramatsu · 2 years, 9 months ago
- a6aafce efi_loader: use efi_update_capsule_firmware() for capsule on disk by Masami Hiramatsu · 2 years, 9 months ago
- 156ccbc efi: Use 16-bit unicode strings by Simon Glass · 2 years, 10 months ago
- ce00a74 efi_loader: use %pUs for printing GUIDs by Heinrich Schuchardt · 2 years, 10 months ago
- 9d1564d efi_loader: segfault in efi_clear_os_indications() by Heinrich Schuchardt · 3 years ago
- 5d49b32 efi_loader: capsule: Record capsule result only if capsule is read by Masami Hiramatsu · 3 years ago
- 50b05eb efi_loader: capsule: drop __weak from efi_get_public_key_data() by AKASHI Takahiro · 3 years, 1 month ago
- 7a6fb28 efi_loader: capsule: add back efi_get_public_key_data() by AKASHI Takahiro · 3 years, 2 months ago
- 47a25e8 Revert "efi_capsule: Move signature from DTB to .rodata" by Simon Glass · 3 years, 4 months ago
- c2cc60c efi_loader: capsule: remove authentication data by AKASHI Takahiro · 3 years, 4 months ago
- ef890f6 efi_loader: capsule: remove unused guid by AKASHI Takahiro · 3 years, 4 months ago
- ddf67da efi_capsule: Move signature from DTB to .rodata by Ilias Apalodimas · 3 years, 4 months ago
- 484d7d8 efi_loader: Use %pD to log device-path instead of local efi_dp_str() by Masami Hiramatsu · 3 years, 4 months ago
- b0b1449 efi_loader: Fix to set bootdev_root correctly if bootdev found by Masami Hiramatsu · 3 years, 5 months ago
- 70bad54 efi_loader: set CapsuleLast after each capsule by Heinrich Schuchardt · 3 years, 5 months ago
- d7eedd9 efi_loader: missing EFI_CALL() in set_capsule_result by Heinrich Schuchardt · 3 years, 5 months ago
- 3e49119 efi_loader: rework messages for capsule updates by Heinrich Schuchardt · 3 years, 5 months ago
- 0fa5020 efi_loader: Allow capsule update on-disk without checking OsIndications by Ilias Apalodimas · 3 years, 5 months ago
- 6e0184b efi_loader: Always install FMPs by Ilias Apalodimas · 3 years, 5 months ago
- 3ef7722 efi: Fix to use null handle to create new handle for efi_fmp_raw by Masami Hiramatsu · 3 years, 5 months ago
- e27b0ff efi_loader: efi_capsule_delete_file() NULL dereference by Heinrich Schuchardt · 3 years, 6 months ago
- 6754e24 efi_loader: remove weak efi_get_public_key_data() by Heinrich Schuchardt · 3 years, 6 months ago
- 2c1a684 efi_loader: capsule: return a correct error code at find_boot_device() by AKASHI Takahiro · 3 years, 7 months ago
- 3627cf4 efi: Fix ESRT refresh after Capsule update by Jose Marinho · 3 years, 7 months ago
- e8287b0 efi_loader: memory leak in efi_capsule_scan_dir() by Heinrich Schuchardt · 3 years, 8 months ago
- 64a8aae efi: Add ESRT to the EFI system table by Jose Marinho · 3 years, 9 months ago
- df7d89a efi: Fix compiler warnings by Simon Glass · 3 years, 10 months ago
- 15bbcaf efi_loader: fix get_last_capsule() by Heinrich Schuchardt · 3 years, 10 months ago
- 841f7a4 efi_loader: '.' and '..' are directories by Heinrich Schuchardt · 3 years, 10 months ago
- 8f1844c efi_loader: capsule: fix SIZEOF_MISMATCH warning by AKASHI Takahiro · 3 years, 10 months ago
- 04be98b efi: capsule: Add support for uefi capsule authentication by Sughosh Ganu · 4 years ago
- fe179d7 efi_loader: Add size checks to efi_create_indexed_name() by Ilias Apalodimas · 3 years, 11 months ago
- bb7e71d efi_loader: add firmware management protocol for raw image by AKASHI Takahiro · 4 years ago
- f27c201 efi_loader: add firmware management protocol for FIT image by AKASHI Takahiro · 4 years ago
- 8d99026 efi_loader: capsule: support firmware update by AKASHI Takahiro · 4 years ago
- c74cd8b efi_loader: capsule: add capsule_on_disk support by AKASHI Takahiro · 4 years ago
- 2bc27ca efi_loader: define UpdateCapsule api by AKASHI Takahiro · 4 years ago