1. 27e059c efi_capsule: Move signature from DTB to .rodata by Ilias Apalodimas · Sat Jul 17 17:26:44 2021 +0300
  2. 8db8a96 efi_loader: increase eventlog buffer size by Masahisa Kojima · Wed Jul 14 22:00:01 2021 +0900
  3. 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
  4. 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
  5. 92c5fdc image: rsa: Move verification algorithm to a linker list by Alexandru Gagniuc · Wed Jul 14 17:05:40 2021 -0500
  6. 66b00c8 image: Rename CONFIG_FIT_ENABLE_RSASSA_PSS_SUPPORT by Simon Glass · Wed Jul 14 17:05:31 2021 -0500
  7. 46856d7 lib/vsprintf.c: remove unused ip6_addr_string() by Rasmus Villemoes · Fri May 28 00:20:46 2021 +0200
  8. 9af3b1c lib/vsprintf.c: remove stale comment by Rasmus Villemoes · Fri May 28 00:20:45 2021 +0200
  9. 008b0e1 lib/vsprintf.c: implement printf() in terms of vprintf() by Rasmus Villemoes · Fri May 28 00:20:44 2021 +0200
  10. e463bb3 tpm: Check outgoing command size by Simon Glass · Thu May 13 19:39:29 2021 -0600
  11. a581dc1 lib: move rtc-lib.c to lib by Heinrich Schuchardt · Sat Jun 12 13:20:07 2021 +0200
  12. 1016575 efi_loader: Fix to set bootdev_root correctly if bootdev found by Masami Hiramatsu · Mon Jul 12 18:05:17 2021 +0900
  13. b1fae8c efi_loader: set CapsuleLast after each capsule by Heinrich Schuchardt · Sat Jul 10 11:14:13 2021 +0200
  14. 24adaa7 efi_loader: missing EFI_CALL() in set_capsule_result by Heinrich Schuchardt · Sat Jul 10 11:10:26 2021 +0200
  15. e3087a1 efi_loader: rework messages for capsule updates by Heinrich Schuchardt · Sat Jul 10 11:03:27 2021 +0200
  16. 69f722b efi_loader: provide file attributes in EFI_FILE_PROTOCOL.Read() by Heinrich Schuchardt · Sat May 15 22:41:26 2021 +0200
  17. 75cdf09 lib: remove superfluous #ifdefs from date.c by Heinrich Schuchardt · Mon Jun 14 18:47:09 2021 +0200
  18. bfc606b Merge branch 'next' by Tom Rini · Mon Jul 05 11:20:30 2021 -0400
  19. a38d0cb efi_loader: Allow capsule update on-disk without checking OsIndications by Ilias Apalodimas · Tue Jun 29 07:55:51 2021 +0300
  20. a306a12 efi_loader: clear OsIndications by Heinrich Schuchardt · Tue Jun 29 13:33:09 2021 +0200
  21. aee5330 efi_loader: Improve the parameter check for QueryVariableInfo() by Masami Hiramatsu · Thu Jul 01 00:49:48 2021 +0900
  22. c86d2bb efi_loader: missing parentheses in query_console_size by Heinrich Schuchardt · Tue Jun 29 10:09:14 2021 +0200
  23. fac773e efi_loader: Always install FMPs by Ilias Apalodimas · Tue Jun 22 17:38:53 2021 +0300
  24. 967334d efi_loader: Force a single FMP instance per hardware store by Ilias Apalodimas · Tue Jun 22 17:38:52 2021 +0300
  25. 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
  26. 73871d2 Merge tag 'efi-2021-07-rc5-2' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Tue Jun 29 11:25:39 2021 -0400
  27. d3e8b73 Merge tag 'v2021.07-rc5' into next by Tom Rini · Mon Jun 28 16:22:13 2021 -0400
  28. a11ee78 arm64: Fix relocation of env_addr if POSITION_INDEPENDENT=y by Kunihiko Hayashi · Tue Jun 15 15:33:02 2021 +0900
  29. 07e1a13 smbios: Fix SMBIOS tables by Ilias Apalodimas · Thu Jun 10 12:33:15 2021 +0300
  30. 15578bc smbios: Fix BIOS Characteristics Extension Byte 2 by Ilias Apalodimas · Wed Jun 09 18:14:47 2021 +0300
  31. 9809bcc smbios: convert function descriptions to Sphinx style by Heinrich Schuchardt · Thu Jun 10 12:13:52 2021 +0200
  32. cf7b04d efi_loader: TPL_HIGH_LEVEL not allowed for CreateEvent by Heinrich Schuchardt · Thu Jun 10 23:10:52 2021 +0200
  33. cfbe15c lib: rational: copy the rational fraction lib routines from Linux by Tero Kristo · Fri Jun 11 11:45:02 2021 +0300
  34. 0ab0037 efi_loader: fix Sphinx warning by Heinrich Schuchardt · Wed Jun 09 00:21:24 2021 +0200
  35. e5c2281 efi_loader: efi_capsule_delete_file() NULL dereference by Heinrich Schuchardt · Wed Jun 02 19:28:22 2021 +0200
  36. 54f180d efi_loader: partition numbers are hexadecimal by Heinrich Schuchardt · Tue May 25 18:00:13 2021 +0200
  37. 02b8f1a display_options: Split print_buffer() into two functions by Simon Glass · Sat May 08 07:00:05 2021 -0600
  38. 734f76f hexdump: Allow ctrl-c to interrupt output by Simon Glass · Sat May 08 07:00:04 2021 -0600
  39. f1d0647 hexdump: Support any rowsize by Simon Glass · Sat May 08 07:00:03 2021 -0600
  40. 2650715 hexdump: Add support for sandbox by Simon Glass · Sat May 08 07:00:02 2021 -0600
  41. 86d1d2a hexdump: Move API to header file by Simon Glass · Sat May 08 07:00:01 2021 -0600
  42. 85c8fc5 display_options: Drop two spaces before the ASCII column by Simon Glass · Sat May 08 07:00:00 2021 -0600
  43. 4812002 lmb: add lmb_dump_region() function by Patrick Delaunay · Fri May 07 14:50:31 2021 +0200
  44. db2c9aa lmb: add lmb_is_reserved_flags by Patrick Delaunay · Fri May 07 14:50:30 2021 +0200
  45. e11c908 lmb: Add support of flags for no-map properties by Patrick Delaunay · Fri May 07 14:50:29 2021 +0200
  46. 2af5af3 fastboot: Fix overflow when calculating chunk size by Sean Anderson · Thu May 27 12:02:34 2021 -0400
  47. 70be5a6 efi_loader: add PE/COFF image measurement by Masahisa Kojima · Wed May 26 12:09:58 2021 +0900
  48. 1a69f4d efi_loader: Work-around build issue due to missing hash_calculate() by Alexandru Gagniuc · Mon May 24 14:28:57 2021 -0500
  49. 57e5636 Revert "lib: introduce HASH_CALCULATE option" by Alexandru Gagniuc · Mon May 24 14:28:56 2021 -0500
  50. 09402b1 efi_loader: Fix coverity warnings for efi tcg2 protocol by Ilias Apalodimas · Wed May 26 21:01:00 2021 +0300
  51. 190b0a2 efi_loader: Fix -Wextra warning for EFI TCG2 by Ilias Apalodimas · Tue May 25 14:35:31 2021 +0300
  52. 158c0d7 efi_loader: path length in efi_dp_from_name() by Heinrich Schuchardt · Tue May 25 12:07:30 2021 +0200
  53. 915e427 efi_loader: expose efi_image_parse() even if UEFI Secure Boot is disabled by Masahisa Kojima · Fri May 14 09:53:36 2021 +0900
  54. 2426963 efi_loader: remove weak efi_get_public_key_data() by Heinrich Schuchardt · Thu May 20 04:08:11 2021 +0200
  55. 7bd4e1d sandbox: errno: avoid conflict with libc's errno by Marek Behún · Thu May 20 13:24:05 2021 +0200
  56. f566a18 lib: crc32: put the crc_table variable into efi_runtime_rodata section by Marek Behún · Thu May 20 13:24:00 2021 +0200
  57. 3d2010c efi_selftest: compiler flags for efi_selftest_miniapp_exception.o by Marek Behún · Thu May 20 13:23:59 2021 +0200
  58. cde6978 string: make memcpy(), memset(), memcmp() and memmove() visible for LTO by Marek Behún · Thu May 20 13:23:55 2021 +0200
  59. 4bebdd3 treewide: Convert macro and uses of __section(foo) to __section("foo") by Marek Behún · Thu May 20 13:23:52 2021 +0200
  60. c9155f1 lib: kconfig: Limit BINMAN_FDT for OF_SEPARATE or OF_EMBED by Bin Meng · Mon May 10 20:23:36 2021 +0800
  61. 8a8eeee lib: introduce HASH_CALCULATE option by Masahisa Kojima · Thu May 13 23:48:08 2021 +0900
  62. cc29c9b efi_loader: Fix Kconfig for EFI_TCG2 protocol by Ilias Apalodimas · Tue May 11 14:40:58 2021 +0300
  63. 5a2baf9 efi_loader: Don't stop EFI subsystem init if installing TCG2 fails by Ilias Apalodimas · Wed May 12 00:03:41 2021 +0300
  64. fa5217d efi_loader: Uninstall the TCG2 protocol if logging s-crtm fails by Ilias Apalodimas · Mon May 10 21:19:14 2021 +0300
  65. 7df2f06 efi_loader: Clean up tcg2 once in case of failure by Ilias Apalodimas · Mon May 10 21:15:08 2021 +0300
  66. ca02db2 efi_loader: loosen buffer parameter check in efi_file_read_int by Peng Fan · Wed Apr 28 21:54:01 2021 +0800
  67. d1bd849 efi_loader: capsule: Remove the check for capsule_authentication_enabled environment variable by Sughosh Ganu · Mon Apr 12 20:35:23 2021 +0530
  68. d42f81f hash: Kconfig option for SHA512 hardware acceleration by Heinrich Schuchardt · Fri May 14 07:08:27 2021 +0200
  69. ba1fc38 efi_loader: build warning in efi_tcg2_hash_log_extend_event by Heinrich Schuchardt · Wed May 12 17:37:20 2021 +0200
  70. 2a28c6e dm: core: Add address translation in fdt_get_resource by Patrick Delaunay · Tue Apr 06 09:38:06 2021 +0200
  71. fa390e6 efi_loader: capsule: return a correct error code at find_boot_device() by AKASHI Takahiro · Tue Apr 20 10:03:16 2021 +0900
  72. af886ce efi: Fix ESRT refresh after Capsule update by Jose Marinho · Mon Apr 19 14:54:33 2021 +0100
  73. 754b3a4 efi_loader: simplify tcg2_create_digest() by Ilias Apalodimas · Thu Apr 22 14:32:14 2021 +0300
  74. 476ff2c efi_loader: missing include in efi_string.c by Heinrich Schuchardt · Wed Apr 21 12:39:15 2021 +0200
  75. 71cc9c5 lmb: Add 2 config to define the max number of regions by Patrick Delaunay · Wed Mar 10 10:16:31 2021 +0100
  76. cd831af lmb: move MAX_LMB_REGIONS value in Kconfig by Patrick Delaunay · Wed Mar 10 10:16:28 2021 +0100
  77. 8c69fc2 lmb: add a max parameter in the struct lmb_region by Patrick Delaunay · Wed Mar 10 10:16:27 2021 +0100
  78. bab3296 lmb: remove lmb_region.size by Patrick Delaunay · Wed Mar 10 10:16:26 2021 +0100
  79. d62063d lmb: move CONFIG_LMB in Kconfig by Patrick Delaunay · Wed Mar 10 10:16:25 2021 +0100
  80. b07f3db lz4: Fix unaligned accesses by Karl Beldan · Wed Mar 17 22:31:58 2021 +0000
  81. eb74a90 efi_loader: fix possible buffer overflow by Masahisa Kojima · Wed Apr 14 11:55:49 2021 +0900
  82. aa27e5d efi_loader: memory leak in efi_capsule_scan_dir() by Heinrich Schuchardt · Sun Apr 11 06:53:04 2021 +0200
  83. 1554352 efi_loader: esrt: Remove incorrect invocations of EFI_CALL macro by Sughosh Ganu · Wed Apr 14 12:38:25 2021 +0530
  84. 0bdd4ee lib/rsa: Use EVP_PKEY instead of RSA by Chan, Donald · Thu Apr 01 22:42:36 2021 +0000
  85. 80c81a3 lib/ecdsa: Use the 'keydir' argument from mkimage if appropriate by Alexandru Gagniuc · Fri Feb 19 12:45:19 2021 -0600
  86. a35da20 lib/rsa: Use the 'keyfile' argument from mkimage by Alexandru Gagniuc · Fri Feb 19 12:45:18 2021 -0600
  87. 3ebd200 lib: Add support for ECDSA image signing by Alexandru Gagniuc · Fri Feb 19 12:45:12 2021 -0600
  88. 32abcbd lib/rsa: Make fdt_add_bignum() available outside of RSA code by Alexandru Gagniuc · Fri Feb 19 12:45:11 2021 -0600
  89. db182c4 lib: Rename rsa-checksum.c to hash-checksum.c by Alexandru Gagniuc · Fri Feb 19 12:45:10 2021 -0600
  90. 9297a7f lib: string: Implement strlcat by Sean Anderson · Thu Mar 11 00:15:42 2021 -0500
  91. 2f51257 lib: string: Fix strlcpy return value by Sean Anderson · Thu Mar 11 00:15:41 2021 -0500
  92. 92efc1f hash: Allow for SHA512 hardware implementations by Joel Stanley · Wed Feb 17 13:50:42 2021 +1030
  93. 0538140 lib: optee: migration optee_copy_fdt_nodes for OF_LIVE support by Patrick Delaunay · Mon Feb 08 13:54:31 2021 +0100
  94. 4390e76 efi_loader: Change ptr arithmetics tcg eventlog buffer by Ilias Apalodimas · Tue Mar 30 00:42:36 2021 +0300
  95. 13ddf77 efi_loader: esrt: wrong type for LocateHandleBuffer() by Heinrich Schuchardt · Thu Apr 08 09:15:52 2021 +0200
  96. 60f4409 efi_loader: use correct printf codes by Heinrich Schuchardt · Thu Apr 08 12:15:26 2021 +0200
  97. 2fa9866 efi_loader: efi_esrt: Fix the build warning for 32 bit systems by Sughosh Ganu · Thu Apr 08 12:30:55 2021 +0530
  98. 3f5318f efi_loader: Kconfig: Select IMAGE_SIGN_INFO when capsule authentication is enabled by Sughosh Ganu · Wed Apr 07 17:23:31 2021 +0530
  99. fc4ca6b efi_loader: Cleanup get_var duplication by Ilias Apalodimas · Sat Mar 27 10:56:07 2021 +0200
  100. 8183f43 Merge branch 'next' by Tom Rini · Mon Apr 05 11:29:57 2021 -0400