1. e0fff9a efi_loader: remove unused efi_capsule_authenticate by Heinrich Schuchardt · Tue Apr 11 20:18:07 2023 +0200
  2. 6326e91 efi_loader: set CapsuleMax from CONFIG_EFI_CAPSULE_MAX by Etienne Carriere · Thu Feb 16 18:21:41 2023 +0100
  3. ba0a2ad efi_loader: adjust sorting of capsules by Heinrich Schuchardt · Thu Dec 29 14:44:05 2022 +0100
  4. 1cadae2 FWU: Add support for the FWU Multi Bank Update feature by Sughosh Ganu · Fri Oct 21 18:16:03 2022 +0530
  5. d8dc3cb efi_loader: CloseProtocol in efi_fmp_find by Heinrich Schuchardt · Fri Oct 07 15:29:52 2022 +0200
  6. 8ac0ebe efi_loader: define internal implementations of install/uninstallmultiple by Ilias Apalodimas · Thu Oct 06 16:08:46 2022 +0300
  7. 0f5ca5c EFI: Do not consider OsIndications variable if CONFIG_EFI_IGNORE_OSINDICATIONS is enabled by Sughosh Ganu · Wed Jun 01 23:30:39 2022 +0530
  8. f55c6b6 capsule: Put a check for image index before the update by Sughosh Ganu · Fri Apr 15 11:29:36 2022 +0530
  9. ff74486 efi_loader: Use sysreset instead of reset command by Masami Hiramatsu · Mon Mar 21 22:37:56 2022 +0900
  10. d306caa efi_loader: Make efi_load_capsule_drivers() available even if EFI_CAPSULE_ON_DISK=n by Masami Hiramatsu · Mon Mar 21 22:37:45 2022 +0900
  11. a76fc03 efi_loader: remove efi_disk_is_system_part() by Heinrich Schuchardt · Sat Mar 05 00:36:50 2022 +0100
  12. 0a04a41 efi_loader: efi_dp_find_obj() add protocol check by Heinrich Schuchardt · Sat Mar 19 06:35:43 2022 +0100
  13. 4b2f8c1 efi_loader: test/py: Reset system after capsule update on disk by Masami Hiramatsu · Wed Feb 16 15:16:12 2022 +0900
  14. 3454a69 efi_loader: use efi_update_capsule_firmware() for capsule on disk by Masami Hiramatsu · Wed Feb 16 15:15:42 2022 +0900
  15. 9097537 efi: Use 16-bit unicode strings by Simon Glass · Sun Jan 23 12:55:12 2022 -0700
  16. 282249d efi_loader: use %pUs for printing GUIDs by Heinrich Schuchardt · Sun Jan 16 14:15:31 2022 +0100
  17. e9e8499 efi_loader: segfault in efi_clear_os_indications() by Heinrich Schuchardt · Sat Nov 20 11:53:12 2021 +0100
  18. 1001a10 efi_loader: capsule: Record capsule result only if capsule is read by Masami Hiramatsu · Fri Nov 12 22:05:15 2021 +0900
  19. f155bf5 efi_loader: capsule: drop __weak from efi_get_public_key_data() by AKASHI Takahiro · Tue Nov 02 09:55:01 2021 +0900
  20. b71a0ae efi_loader: capsule: add back efi_get_public_key_data() by AKASHI Takahiro · Thu Oct 07 15:23:32 2021 +0900
  21. 1f78c12 Revert "efi_capsule: Move signature from DTB to .rodata" by Simon Glass · Mon Aug 02 08:44:31 2021 -0600
  22. 920671c efi_loader: capsule: remove authentication data by AKASHI Takahiro · Tue Jul 20 14:52:05 2021 +0900
  23. d719967 efi_loader: capsule: remove unused guid by AKASHI Takahiro · Tue Jul 20 14:53:11 2021 +0900
  24. 27e059c efi_capsule: Move signature from DTB to .rodata by Ilias Apalodimas · Sat Jul 17 17:26:44 2021 +0300
  25. d9763bb efi_loader: Use %pD to log device-path instead of local efi_dp_str() by Masami Hiramatsu · Wed Jul 14 14:19:13 2021 +0900
  26. 1016575 efi_loader: Fix to set bootdev_root correctly if bootdev found by Masami Hiramatsu · Mon Jul 12 18:05:17 2021 +0900
  27. b1fae8c efi_loader: set CapsuleLast after each capsule by Heinrich Schuchardt · Sat Jul 10 11:14:13 2021 +0200
  28. 24adaa7 efi_loader: missing EFI_CALL() in set_capsule_result by Heinrich Schuchardt · Sat Jul 10 11:10:26 2021 +0200
  29. e3087a1 efi_loader: rework messages for capsule updates by Heinrich Schuchardt · Sat Jul 10 11:03:27 2021 +0200
  30. a38d0cb efi_loader: Allow capsule update on-disk without checking OsIndications by Ilias Apalodimas · Tue Jun 29 07:55:51 2021 +0300
  31. fac773e efi_loader: Always install FMPs by Ilias Apalodimas · Tue Jun 22 17:38:53 2021 +0300
  32. f538852 efi: Fix to use null handle to create new handle for efi_fmp_raw by Masami Hiramatsu · Tue Jun 22 17:38:51 2021 +0300
  33. e5c2281 efi_loader: efi_capsule_delete_file() NULL dereference by Heinrich Schuchardt · Wed Jun 02 19:28:22 2021 +0200
  34. 2426963 efi_loader: remove weak efi_get_public_key_data() by Heinrich Schuchardt · Thu May 20 04:08:11 2021 +0200
  35. fa390e6 efi_loader: capsule: return a correct error code at find_boot_device() by AKASHI Takahiro · Tue Apr 20 10:03:16 2021 +0900
  36. af886ce efi: Fix ESRT refresh after Capsule update by Jose Marinho · Mon Apr 19 14:54:33 2021 +0100
  37. aa27e5d efi_loader: memory leak in efi_capsule_scan_dir() by Heinrich Schuchardt · Sun Apr 11 06:53:04 2021 +0200
  38. ebb61ee efi: Add ESRT to the EFI system table by Jose Marinho · Tue Mar 02 17:26:38 2021 +0000
  39. 83698b2 efi: Fix compiler warnings by Simon Glass · Sun Feb 07 14:27:02 2021 -0700
  40. 812f6e0 efi_loader: fix get_last_capsule() by Heinrich Schuchardt · Tue Feb 09 20:20:34 2021 +0100
  41. 76b708a efi_loader: '.' and '..' are directories by Heinrich Schuchardt · Tue Feb 09 17:45:33 2021 +0100
  42. c8fc12f efi_loader: capsule: fix SIZEOF_MISMATCH warning by AKASHI Takahiro · Fri Jan 22 10:43:27 2021 +0900
  43. 586bb98 efi: capsule: Add support for uefi capsule authentication by Sughosh Ganu · Wed Dec 30 19:27:09 2020 +0530
  44. 2157529 efi_loader: Add size checks to efi_create_indexed_name() by Ilias Apalodimas · Thu Dec 31 12:26:46 2020 +0200
  45. 7ff3f3c efi_loader: add firmware management protocol for raw image by AKASHI Takahiro · Tue Nov 17 09:28:00 2020 +0900
  46. f4818e6 efi_loader: add firmware management protocol for FIT image by AKASHI Takahiro · Mon Nov 30 18:12:12 2020 +0900
  47. 0d96378 efi_loader: capsule: support firmware update by AKASHI Takahiro · Mon Nov 30 18:12:11 2020 +0900
  48. 45b81954 efi_loader: capsule: add capsule_on_disk support by AKASHI Takahiro · Tue Nov 17 09:27:56 2020 +0900
  49. 473d9b3 efi_loader: define UpdateCapsule api by AKASHI Takahiro · Tue Nov 17 09:27:55 2020 +0900