1. 20585cd fwu: print a message if empty capsule checks fail by Sughosh Ganu · 3 months ago
  2. 29cab7c include: export uuid.h by Caleb Connolly · 3 months ago
  3. 3744e47 efi: add a helper to generate dynamic UUIDs by Caleb Connolly · 3 months ago
  4. f0c233b lib: Remove duplicate newlines by Marek Vasut · 4 months ago
  5. 2aa3fe5 capsule: fwu: transition the platform state on a successful update by Sughosh Ganu · 8 months ago
  6. cd05b9c efi_loader: Remove <common.h> by Tom Rini · 12 months ago
  7. 1532523 efi_loader: fix an IS_ERR() vs NULL check by Dan Carpenter · 1 year, 4 months ago
  8. a8000b9 efi_loader: capsule: enforce guid check in api and capsule_on_disk by AKASHI Takahiro · 1 year, 4 months ago
  9. e0fff9a efi_loader: remove unused efi_capsule_authenticate by Heinrich Schuchardt · 1 year, 8 months ago
  10. 6326e91 efi_loader: set CapsuleMax from CONFIG_EFI_CAPSULE_MAX by Etienne Carriere · 1 year, 9 months ago
  11. ba0a2ad efi_loader: adjust sorting of capsules by Heinrich Schuchardt · 1 year, 11 months ago
  12. 1cadae2 FWU: Add support for the FWU Multi Bank Update feature by Sughosh Ganu · 2 years, 1 month ago
  13. d8dc3cb efi_loader: CloseProtocol in efi_fmp_find by Heinrich Schuchardt · 2 years, 2 months ago
  14. 8ac0ebe efi_loader: define internal implementations of install/uninstallmultiple by Ilias Apalodimas · 2 years, 2 months ago
  15. 0f5ca5c EFI: Do not consider OsIndications variable if CONFIG_EFI_IGNORE_OSINDICATIONS is enabled by Sughosh Ganu · 2 years, 6 months ago
  16. f55c6b6 capsule: Put a check for image index before the update by Sughosh Ganu · 2 years, 7 months ago
  17. ff74486 efi_loader: Use sysreset instead of reset command by Masami Hiramatsu · 2 years, 8 months ago
  18. d306caa efi_loader: Make efi_load_capsule_drivers() available even if EFI_CAPSULE_ON_DISK=n by Masami Hiramatsu · 2 years, 8 months ago
  19. a76fc03 efi_loader: remove efi_disk_is_system_part() by Heinrich Schuchardt · 2 years, 9 months ago
  20. 0a04a41 efi_loader: efi_dp_find_obj() add protocol check by Heinrich Schuchardt · 2 years, 8 months ago
  21. 4b2f8c1 efi_loader: test/py: Reset system after capsule update on disk by Masami Hiramatsu · 2 years, 9 months ago
  22. 3454a69 efi_loader: use efi_update_capsule_firmware() for capsule on disk by Masami Hiramatsu · 2 years, 9 months ago
  23. 9097537 efi: Use 16-bit unicode strings by Simon Glass · 2 years, 10 months ago
  24. 282249d efi_loader: use %pUs for printing GUIDs by Heinrich Schuchardt · 2 years, 10 months ago
  25. e9e8499 efi_loader: segfault in efi_clear_os_indications() by Heinrich Schuchardt · 3 years ago
  26. 1001a10 efi_loader: capsule: Record capsule result only if capsule is read by Masami Hiramatsu · 3 years ago
  27. f155bf5 efi_loader: capsule: drop __weak from efi_get_public_key_data() by AKASHI Takahiro · 3 years, 1 month ago
  28. b71a0ae efi_loader: capsule: add back efi_get_public_key_data() by AKASHI Takahiro · 3 years, 2 months ago
  29. 1f78c12 Revert "efi_capsule: Move signature from DTB to .rodata" by Simon Glass · 3 years, 4 months ago
  30. 920671c efi_loader: capsule: remove authentication data by AKASHI Takahiro · 3 years, 4 months ago
  31. d719967 efi_loader: capsule: remove unused guid by AKASHI Takahiro · 3 years, 4 months ago
  32. 27e059c efi_capsule: Move signature from DTB to .rodata by Ilias Apalodimas · 3 years, 4 months ago
  33. d9763bb efi_loader: Use %pD to log device-path instead of local efi_dp_str() by Masami Hiramatsu · 3 years, 4 months ago
  34. 1016575 efi_loader: Fix to set bootdev_root correctly if bootdev found by Masami Hiramatsu · 3 years, 5 months ago
  35. b1fae8c efi_loader: set CapsuleLast after each capsule by Heinrich Schuchardt · 3 years, 5 months ago
  36. 24adaa7 efi_loader: missing EFI_CALL() in set_capsule_result by Heinrich Schuchardt · 3 years, 5 months ago
  37. e3087a1 efi_loader: rework messages for capsule updates by Heinrich Schuchardt · 3 years, 5 months ago
  38. a38d0cb efi_loader: Allow capsule update on-disk without checking OsIndications by Ilias Apalodimas · 3 years, 5 months ago
  39. fac773e efi_loader: Always install FMPs by Ilias Apalodimas · 3 years, 5 months ago
  40. f538852 efi: Fix to use null handle to create new handle for efi_fmp_raw by Masami Hiramatsu · 3 years, 5 months ago
  41. e5c2281 efi_loader: efi_capsule_delete_file() NULL dereference by Heinrich Schuchardt · 3 years, 6 months ago
  42. 2426963 efi_loader: remove weak efi_get_public_key_data() by Heinrich Schuchardt · 3 years, 6 months ago
  43. fa390e6 efi_loader: capsule: return a correct error code at find_boot_device() by AKASHI Takahiro · 3 years, 7 months ago
  44. af886ce efi: Fix ESRT refresh after Capsule update by Jose Marinho · 3 years, 7 months ago
  45. aa27e5d efi_loader: memory leak in efi_capsule_scan_dir() by Heinrich Schuchardt · 3 years, 8 months ago
  46. ebb61ee efi: Add ESRT to the EFI system table by Jose Marinho · 3 years, 9 months ago
  47. 83698b2 efi: Fix compiler warnings by Simon Glass · 3 years, 10 months ago
  48. 812f6e0 efi_loader: fix get_last_capsule() by Heinrich Schuchardt · 3 years, 10 months ago
  49. 76b708a efi_loader: '.' and '..' are directories by Heinrich Schuchardt · 3 years, 10 months ago
  50. c8fc12f efi_loader: capsule: fix SIZEOF_MISMATCH warning by AKASHI Takahiro · 3 years, 10 months ago
  51. 586bb98 efi: capsule: Add support for uefi capsule authentication by Sughosh Ganu · 3 years, 11 months ago
  52. 2157529 efi_loader: Add size checks to efi_create_indexed_name() by Ilias Apalodimas · 3 years, 11 months ago
  53. 7ff3f3c efi_loader: add firmware management protocol for raw image by AKASHI Takahiro · 4 years ago
  54. f4818e6 efi_loader: add firmware management protocol for FIT image by AKASHI Takahiro · 4 years ago
  55. 0d96378 efi_loader: capsule: support firmware update by AKASHI Takahiro · 4 years ago
  56. 45b81954 efi_loader: capsule: add capsule_on_disk support by AKASHI Takahiro · 4 years ago
  57. 473d9b3 efi_loader: define UpdateCapsule api by AKASHI Takahiro · 4 years ago