1. 9d12de6 Merge tag 'efi-2022-04-rc1-2' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Sat Jan 22 15:43:36 2022 -0500
  2. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · Wed Jan 19 18:05:50 2022 +0100
  3. 282249d efi_loader: use %pUs for printing GUIDs by Heinrich Schuchardt · Sun Jan 16 14:15:31 2022 +0100
  4. 294efd9 efidebug: avoid 'dfu_alt_info not defined' message by Heinrich Schuchardt · Sat Jan 15 02:11:22 2022 +0100
  5. e4e5660 efi_loader: Get rid of kaslr-seed if EFI_RNG_PROTOCOL is installed by Ilias Apalodimas · Mon Jan 03 14:07:37 2022 +0200
  6. 599ac59 efi_loader: Don't limit the StMM buffer size explicitly by Ilias Apalodimas · Fri Dec 24 10:08:41 2021 +0200
  7. 38155ea efi_loader: correctly handle no tpm device error by Masahisa Kojima · Tue Dec 07 14:15:33 2021 +0900
  8. fd19a7e efi_loader: check tcg2 protocol installation outside the TCG protocol by Masahisa Kojima · Tue Dec 07 14:15:32 2021 +0900
  9. 0fd4379 efi_loader: efi_tcg2_register returns appropriate error by Masahisa Kojima · Tue Dec 07 14:15:31 2021 +0900
  10. 9d0b5d0 efi_loader: Extend PCR's for firmware measurements by Ruchika Gupta · Mon Nov 29 13:09:46 2021 +0530
  11. bc9495c efi_loader: Add check for event log passed from firmware by Ruchika Gupta · Mon Nov 29 13:09:44 2021 +0530
  12. e9e8499 efi_loader: segfault in efi_clear_os_indications() by Heinrich Schuchardt · Sat Nov 20 11:53:12 2021 +0100
  13. e47b68b efi_loader: efi_disk_register() should not fail by Heinrich Schuchardt · Sat Nov 20 13:56:02 2021 +0100
  14. 669ef7f efi: Call bootm_disable_interrupts earlier in efi_exit_boot_services by Tom Rini · Fri Nov 19 16:33:04 2021 -0500
  15. 1d16f1e efi_loader: startup the tpm device when installing the protocol by Ilias Apalodimas · Thu Nov 18 10:13:42 2021 +0200
  16. 24e841a efi_loader: fix FinalEvents table if an EFI app invoked GetEventLog by Ilias Apalodimas · Thu Nov 18 09:03:39 2021 +0200
  17. 44772c4 efi_loader: EFI_EVENT_GROUP_BEFORE_EXIT_BOOT_SERVICES by Heinrich Schuchardt · Tue Nov 16 18:46:27 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. aca20c8 efi_loader: Reduce efi_tcg2 logging statement by Masahisa Kojima · Tue Nov 09 20:35:53 2021 +0900
  20. d132593 efi_loader: fix BootOrder variable measurement handling by Masahisa Kojima · Tue Nov 09 18:44:54 2021 +0900
  21. 49a643b efi: Create a 64-bit app by Simon Glass · Wed Nov 03 21:09:07 2021 -0600
  22. 06ef6b6 efi_loader: add EFI_TCG2_PROTOCOL.SubmitCommand by Masahisa Kojima · Thu Nov 04 22:59:16 2021 +0900
  23. d420d8d efi_loader: use byteshift unaligned access helper by Masahisa Kojima · Wed Nov 03 11:04:09 2021 +0900
  24. f155bf5 efi_loader: capsule: drop __weak from efi_get_public_key_data() by AKASHI Takahiro · Tue Nov 02 09:55:01 2021 +0900
  25. f3e0c55 efi_loader: add DeployedMode and AuditMode variable measurement by Masahisa Kojima · Tue Oct 26 17:27:27 2021 +0900
  26. 2168452 efi_loader: simplify tcg2_measure_secure_boot_variable() by Masahisa Kojima · Tue Oct 26 17:27:26 2021 +0900
  27. 6460c3e efi_loader: add UEFI GPT measurement by Masahisa Kojima · Tue Oct 26 17:27:25 2021 +0900
  28. cd1fe7d efi_loader: add SMBIOS table measurement by Masahisa Kojima · Tue Oct 26 17:27:24 2021 +0900
  29. 6f26e7c efi_loader: simplify tcg2_measure_secure_boot_variable() by Heinrich Schuchardt · Thu Sep 09 08:50:01 2021 +0200
  30. caeb73b efi_loader: simplify efi_sigstore_parse_sigdb() by Heinrich Schuchardt · Thu Sep 09 08:25:08 2021 +0200
  31. cbd2802 efi_loader: function to get GUID for variable name by Heinrich Schuchardt · Thu Sep 09 08:22:58 2021 +0200
  32. 1ad2f0d efi_loader: treat UEFI variable name as const by Heinrich Schuchardt · Thu Sep 09 07:12:14 2021 +0200
  33. b71a0ae efi_loader: capsule: add back efi_get_public_key_data() by AKASHI Takahiro · Thu Oct 07 15:23:32 2021 +0900
  34. bc38d77 efi_loader: add missing const qualifier by Masahisa Kojima · Fri Oct 22 20:24:24 2021 +0900
  35. 35dd322 efi_loader: efi_dp_from_lo() should skip VenMedia node by Heinrich Schuchardt · Fri Oct 15 02:59:15 2021 +0200
  36. 6c405cb efi_loader: avoid multiple local copies of lf2_initrd_guid by Heinrich Schuchardt · Fri Oct 15 02:33:33 2021 +0200
  37. 9530652 efi_loader: efi_dp_from_lo() unused parameter size by Heinrich Schuchardt · Fri Oct 15 02:03:55 2021 +0200
  38. 9979cff efi_loader: efi_dp_from_lo() don't copy GUID by Heinrich Schuchardt · Fri Oct 15 01:31:02 2021 +0200
  39. 6e01c23 efi_loader: Fix loaded image alignment by Ilias Apalodimas · Mon Oct 11 15:10:23 2021 +0300
  40. dfa2278 efi_loader: don't load Shim's MOK database from file by Heinrich Schuchardt · Wed Oct 06 14:10:14 2021 +0200
  41. 222f3cb efi_loader: Drop code that doesn't work with driver model by Simon Glass · Fri Sep 24 18:30:17 2021 -0600
  42. d8ab334 efi_loader: GOP: Fix 30bpp block transfer support by Mark Kettenis · Sat Sep 25 22:47:39 2021 +0200
  43. 3e4b3d5 efi_loader: GOP: Add 30bpp support by Mark Kettenis · Sat Sep 25 22:47:37 2021 +0200
  44. d898dcb efi: Correct dependency on FIT_SIGNATURE by Simon Glass · Sat Sep 25 19:43:29 2021 -0600
  45. 961578e Merge tag 'v2021.10-rc5' into next by Tom Rini · Mon Sep 27 09:45:36 2021 -0400
  46. e53007b efi_loader: Fix spec ID event creation by Ruchika Gupta · Tue Sep 14 12:14:31 2021 +0530
  47. 1f78c12 Revert "efi_capsule: Move signature from DTB to .rodata" by Simon Glass · Mon Aug 02 08:44:31 2021 -0600
  48. ba87ddf version: Move version_string[] from version.h to version_string.h by Pali Rohár · Mon Aug 02 15:18:31 2021 +0200
  49. 144d642 efi_loader: Use directly version_string variable by Pali Rohár · Mon Aug 02 15:18:30 2021 +0200
  50. 17a2907 Merge tag 'v2021.10-rc4' into next by Tom Rini · Thu Sep 16 10:29:40 2021 -0400
  51. f013878 Merge tag 'efi-2021-10-rc4-2' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Sun Sep 12 20:33:21 2021 -0400
  52. e234518 efi_loader: simplify efi_watchdog_timer_notify() by Heinrich Schuchardt · Thu Sep 09 07:47:05 2021 +0200
  53. 26753c0 efi_loader: Remove incorrect calls of EFI_CALL in TCG2 by Ilias Apalodimas · Thu Sep 09 00:30:49 2021 +0300
  54. 302a9cc efi_loader: require CONFIG_BLK by Heinrich Schuchardt · Tue Sep 07 08:56:47 2021 +0200
  55. 9cc8293 efi_loader: boot_service_capability_min should be capitalized by Masahisa Kojima · Mon Sep 06 12:04:12 2021 +0900
  56. 297c744 Kconfig: Drop duplicate 'select SHA512' instances by Tom Rini · Thu Sep 09 10:57:34 2021 -0400
  57. 5df5d69 lib: Drop SHA512_ALGO in lieu of SHA512 by Alexandru Gagniuc · Thu Sep 02 19:54:18 2021 -0500
  58. b807491 efi_loader: fix efi_tcg2_hash_log_extend_event() parameter check by Masahisa Kojima · Fri Sep 03 10:55:52 2021 +0900
  59. 7c5fccd efi_loader: add missing parameter check for EFI_TCG2_PROTOCOL api by Masahisa Kojima · Fri Sep 03 10:55:50 2021 +0900
  60. 3f65f81 efi_loader: correct determination of secure boot state by Heinrich Schuchardt · Thu Sep 02 07:11:45 2021 +0200
  61. 65b616f efi_loader: efi_auth_var_type for AuditMode, DeployedMode by Heinrich Schuchardt · Thu Aug 26 04:30:24 2021 +0200
  62. 211317c efi_loader: don't load signature database from file by Heinrich Schuchardt · Wed Aug 25 19:13:24 2021 +0200
  63. f9d1f22 efi_loader: rounding of image size by Heinrich Schuchardt · Sun Aug 29 11:52:44 2021 +0200
  64. cd86dc9 efi_loader: sections with zero VirtualSize by Heinrich Schuchardt · Sun Aug 29 11:52:44 2021 +0200
  65. 4b198e3 Kconfig: Remove all default n/no options by Michal Simek · Fri Aug 27 08:48:10 2021 +0200
  66. e90d985 efi_loader: use EfiBootServicesData for DP to text by Heinrich Schuchardt · Tue Aug 17 16:15:34 2021 +0200
  67. 1654601 efi_loader: use EfiBootServicesData for device path by Heinrich Schuchardt · Tue Aug 17 15:15:23 2021 +0200
  68. 9822894 efi_loader: use correct type for AllocatePages, AllocatePool by Heinrich Schuchardt · Tue Aug 17 15:05:31 2021 +0200
  69. 55f3ed4 efi_loader: refactor efi_append_scrtm_version() by Masahisa Kojima · Fri Aug 13 16:12:42 2021 +0900
  70. 1ac19bb efi_loader: add ExitBootServices() measurement by Masahisa Kojima · Fri Aug 13 16:12:41 2021 +0900
  71. 8173cd4 efi_loader: add boot variable measurement by Masahisa Kojima · Fri Aug 13 16:12:40 2021 +0900
  72. 1d2a656 efi_loader: add secure boot variable measurement by Masahisa Kojima · Fri Aug 13 16:12:39 2021 +0900
  73. ed665b5 efi_loader: Uri() device path node by Heinrich Schuchardt · Thu Aug 05 21:10:05 2021 +0000
  74. c04e337 efi_loader: typo cerificate by Heinrich Schuchardt · Mon Aug 02 08:21:12 2021 +0200
  75. 4cbba2b efi_loader: remove asm/setjmp.h from efi_api.h by AKASHI Takahiro · Tue Jul 20 14:57:02 2021 +0900
  76. 920671c efi_loader: capsule: remove authentication data by AKASHI Takahiro · Tue Jul 20 14:52:05 2021 +0900
  77. d719967 efi_loader: capsule: remove unused guid by AKASHI Takahiro · Tue Jul 20 14:53:11 2021 +0900
  78. 21da91f smbios: error handling for invalid addresses by Heinrich Schuchardt · Sat May 15 18:07:47 2021 +0200
  79. 27e059c efi_capsule: Move signature from DTB to .rodata by Ilias Apalodimas · Sat Jul 17 17:26:44 2021 +0300
  80. 8db8a96 efi_loader: increase eventlog buffer size by Masahisa Kojima · Wed Jul 14 22:00:01 2021 +0900
  81. 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
  82. f007a37 efi_loader: set partition GUID in device path for SIG_TYPE_GUID by Alfonso Sánchez-Beato · Thu Jul 15 15:31:42 2021 +0200
  83. 1016575 efi_loader: Fix to set bootdev_root correctly if bootdev found by Masami Hiramatsu · Mon Jul 12 18:05:17 2021 +0900
  84. b1fae8c efi_loader: set CapsuleLast after each capsule by Heinrich Schuchardt · Sat Jul 10 11:14:13 2021 +0200
  85. 24adaa7 efi_loader: missing EFI_CALL() in set_capsule_result by Heinrich Schuchardt · Sat Jul 10 11:10:26 2021 +0200
  86. e3087a1 efi_loader: rework messages for capsule updates by Heinrich Schuchardt · Sat Jul 10 11:03:27 2021 +0200
  87. 69f722b efi_loader: provide file attributes in EFI_FILE_PROTOCOL.Read() by Heinrich Schuchardt · Sat May 15 22:41:26 2021 +0200
  88. a38d0cb efi_loader: Allow capsule update on-disk without checking OsIndications by Ilias Apalodimas · Tue Jun 29 07:55:51 2021 +0300
  89. a306a12 efi_loader: clear OsIndications by Heinrich Schuchardt · Tue Jun 29 13:33:09 2021 +0200
  90. aee5330 efi_loader: Improve the parameter check for QueryVariableInfo() by Masami Hiramatsu · Thu Jul 01 00:49:48 2021 +0900
  91. c86d2bb efi_loader: missing parentheses in query_console_size by Heinrich Schuchardt · Tue Jun 29 10:09:14 2021 +0200
  92. fac773e efi_loader: Always install FMPs by Ilias Apalodimas · Tue Jun 22 17:38:53 2021 +0300
  93. 967334d efi_loader: Force a single FMP instance per hardware store by Ilias Apalodimas · Tue Jun 22 17:38:52 2021 +0300
  94. 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
  95. cf7b04d efi_loader: TPL_HIGH_LEVEL not allowed for CreateEvent by Heinrich Schuchardt · Thu Jun 10 23:10:52 2021 +0200
  96. 0ab0037 efi_loader: fix Sphinx warning by Heinrich Schuchardt · Wed Jun 09 00:21:24 2021 +0200
  97. e5c2281 efi_loader: efi_capsule_delete_file() NULL dereference by Heinrich Schuchardt · Wed Jun 02 19:28:22 2021 +0200
  98. 54f180d efi_loader: partition numbers are hexadecimal by Heinrich Schuchardt · Tue May 25 18:00:13 2021 +0200
  99. 70be5a6 efi_loader: add PE/COFF image measurement by Masahisa Kojima · Wed May 26 12:09:58 2021 +0900
  100. 1a69f4d efi_loader: Work-around build issue due to missing hash_calculate() by Alexandru Gagniuc · Mon May 24 14:28:57 2021 -0500