1. 4a4ebe3 Merge tag 'v2023.07-rc6' into next by Tom Rini · Wed Jul 05 11:28:55 2023 -0400
  2. 4871b53 mkimage: ecdsa: password for signing from environment by Stefano Babic · Thu May 25 10:18:05 2023 +0200
  3. 0c57c4c efi_selftests: fix protocol repeated selftesting by Ilias Apalodimas · Tue Jun 13 16:23:06 2023 +0300
  4. f1db7df efi_loader: simplify efi_disk_remove by Ilias Apalodimas · Mon Jun 12 18:35:58 2023 +0300
  5. a467c27 efi_selftests: fix controllers repeated selftesting by Ilias Apalodimas · Wed Jun 14 09:55:48 2023 +0300
  6. 7dfbe44 efi_selftest: ReinstallProtocolInterface test by Heinrich Schuchardt · Sat Jun 10 21:25:18 2023 +0200
  7. 8c6b5f7 Merge tag v2023.07-rc4 into next by Tom Rini · Mon Jun 12 14:55:33 2023 -0400
  8. e22576d fwu: provide default fwu_plat_get_bootidx by Jassi Brar · Wed May 31 00:30:06 2023 -0500
  9. 1f52b64 FWU: Add FWU metadata access driver for MTD storage regions by Masami Hiramatsu · Wed May 31 00:29:14 2023 -0500
  10. f752255 fwu: rename fwu_get_verified_mdata to fwu_get_mdata by Jassi Brar · Mon Mar 06 17:18:48 2023 -0600
  11. a1df12f fwu: meta-data: switch to management by common code by Jassi Brar · Mon Mar 06 17:18:41 2023 -0600
  12. 821e462 fwu: move meta-data management in core by Jassi Brar · Mon Mar 06 17:18:28 2023 -0600
  13. 94f4780 efi_loader: check lowest supported version by Masahisa Kojima · Wed Jun 07 14:41:55 2023 +0900
  14. 941353c efi_loader: get lowest supported version from device tree by Masahisa Kojima · Wed Jun 07 14:41:54 2023 +0900
  15. ff96fa1 efi_loader: versioning support in GetImageInfo by Masahisa Kojima · Wed Jun 07 14:41:53 2023 +0900
  16. 45a18f0 efi_loader: store firmware version into FmpState variable by Masahisa Kojima · Wed Jun 07 14:41:52 2023 +0900
  17. 5d2438b efi_loader: add the number of image entries in efi_capsule_update_info by Masahisa Kojima · Wed Jun 07 14:41:51 2023 +0900
  18. e9580e2 efi_selftest: LocateHandleBuffer return code by Heinrich Schuchardt · Thu Jun 01 09:06:09 2023 +0200
  19. ee69ae1 efi_loader: check return value of part_get_info() by Heinrich Schuchardt · Sat May 27 08:18:28 2023 +0200
  20. a0f6a5b efi: Correct .efi rules by Simon Glass · Sat Apr 29 19:21:47 2023 -0600
  21. 90b0127 acpi: Put the version numbers in a central place by Simon Glass · Sat Apr 29 19:21:46 2023 -0600
  22. ff08eac efi_loader: fix efi_dp_from_file() by Heinrich Schuchardt · Sat May 13 10:36:21 2023 +0200
  23. 7e269a3 efi_loader: simplify efi_dp_from_name() by Heinrich Schuchardt · Sat May 13 10:30:43 2023 +0200
  24. bf0b3a1 efi_loader: error code efi_dp_from_name() by Heinrich Schuchardt · Sat May 13 10:22:21 2023 +0200
  25. 16eff69 efi_loader: clean up efi_dp_from_file by Heinrich Schuchardt · Sat May 13 10:18:24 2023 +0200
  26. 23f90b7 efi_loader: duplicate code in efi_dp_from_name by Heinrich Schuchardt · Sat May 13 10:00:55 2023 +0200
  27. 87b8a71 efi_loader: avoid #ifdef in efi_dp_from_name() by Heinrich Schuchardt · Sat May 13 09:55:26 2023 +0200
  28. aecb9e2 efi_loader: support booting semihosting file by Heinrich Schuchardt · Fri May 12 20:18:10 2023 +0200
  29. c4ff7c0 efi_loader: print file path w/o boot device by Heinrich Schuchardt · Fri May 12 21:23:15 2023 +0200
  30. 3f7120d fwu: fix config FWU_MULTI_BANK_UPDATE by Heinrich Schuchardt · Sun May 07 08:39:34 2023 +0200
  31. 7ae6976 acpi: Move the table-finding functions into the libary by Simon Glass · Thu May 04 16:54:58 2023 -0600
  32. e264be4 acpi: Create a new Kconfig for ACPI by Simon Glass · Thu May 04 16:54:57 2023 -0600
  33. 164663c Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxi by Tom Rini · Sun Apr 30 21:29:50 2023 -0400
  34. 1fbd614 fdt: Indicate that people should use the ofnode API by Simon Glass · Tue Apr 25 10:27:21 2023 -0600
  35. 1edb878 mtd: nand: sunxi: Convert from fdtdec to ofnode by Samuel Holland · Sun Jan 22 16:06:34 2023 -0600
  36. e0fff9a efi_loader: remove unused efi_capsule_authenticate by Heinrich Schuchardt · Tue Apr 11 20:18:07 2023 +0200
  37. ba7ad02 efi: loader: Make efi_runtime_mmio static by Bin Meng · Wed Apr 05 20:15:19 2023 +0800
  38. c8025a3 efi: loader: Make efi_mem static by Bin Meng · Wed Apr 05 20:15:18 2023 +0800
  39. d89dea3 efi: loader: Make efi_event_queue and efi_register_notify_events static by Bin Meng · Wed Apr 05 20:15:17 2023 +0800
  40. a7f3b7b efi: selftest: Make load_file() and load_file2() static by Bin Meng · Wed Apr 05 20:15:16 2023 +0800
  41. 44cbf42 efi: selftest: Make record static by Bin Meng · Wed Apr 05 20:15:15 2023 +0800
  42. 1a97b51 efi_loader: avoid using HandleProtocol in initrddump.efi by Heinrich Schuchardt · Tue Apr 04 07:23:53 2023 +0200
  43. 5aaea01 efi_loader: avoid using HandleProtocol in helloworld.efi by Heinrich Schuchardt · Tue Apr 04 07:17:48 2023 +0200
  44. 15a2155 lib: missing fallthrough comment in vsnprintf_internal() by Heinrich Schuchardt · Sat Apr 01 08:13:42 2023 +0200
  45. 6c23052 lmb: add max number of region in lmb_dump_region() output by Patrick Delaunay · Wed Mar 22 19:12:26 2023 +0100
  46. 479de71 lmb: Fix LMB_MEMORY_REGIONS flag usage by Patrick Delaunay · Wed Mar 22 19:12:25 2023 +0100
  47. 3215268 efi_loader: device_path: support blkmap devices by Tobias Waldekranz · Thu Feb 16 16:33:55 2023 +0100
  48. 95c015f Merge branch 'next' by Tom Rini · Mon Apr 03 16:45:41 2023 -0400
  49. 232c9db efi_loader: remove duplicate assignment by Heinrich Schuchardt · Sat Apr 01 07:21:55 2023 +0200
  50. a7ffd90 efi_loader: correct shortening of device-paths by Heinrich Schuchardt · Sun Mar 26 12:22:40 2023 +0200
  51. 88e5a20 lib: Fix SYS_TIMER_COUNTS_DOWN description in Kconfig by Marek Vasut · Sun Mar 19 04:13:02 2023 +0100
  52. f5e6084 Merge branch 'master' into next by Tom Rini · Mon Mar 27 15:19:57 2023 -0400
  53. f7f5578 efi: Include GUID names with EFI app and payload by Simon Glass · Mon Mar 20 08:30:12 2023 +1300
  54. d134ad5 efi: Add another tranch of GUIDs by Simon Glass · Mon Mar 20 08:30:11 2023 +1300
  55. 16eda5e efi_loader: simplify efi_str_to_u16() by Heinrich Schuchardt · Sun Mar 19 09:20:23 2023 +0100
  56. 4564025 efi_loader: move dp_alloc() to efi_alloc() by Heinrich Schuchardt · Sun Mar 19 09:20:22 2023 +0100
  57. fc607ab efi_loader: fix device-path for USB devices by Heinrich Schuchardt · Sun Mar 19 16:18:09 2023 +0100
  58. 3f41a2a efi_loader: support for Ctrl() device path node by Heinrich Schuchardt · Sun Mar 19 16:18:08 2023 +0100
  59. 25b18d6 efi_loader: fix device-path for USB devices by Heinrich Schuchardt · Sun Mar 19 16:18:09 2023 +0100
  60. ebee60e efi_loader: support for Ctrl() device path node by Heinrich Schuchardt · Sun Mar 19 16:18:08 2023 +0100
  61. 6839d1b zlib: trees.c: Fix a warning with clang-15 by Tom Rini · Mon Feb 27 17:08:36 2023 -0500
  62. ac0135b libavb: Fix a warning with clang-15 by Tom Rini · Mon Feb 27 17:08:35 2023 -0500
  63. 88d0f5b console: Use flush() before panic and reset by Tony Dinh · Tue Mar 14 17:24:26 2023 -0700
  64. 8220add1 Merge tag 'v2023.04-rc4' into next by Tom Rini · Tue Mar 14 10:58:41 2023 -0400
  65. ef6c69e efi_loader: describe term_get_char() by Heinrich Schuchardt · Fri Mar 03 22:04:26 2023 +0100
  66. fa419cf efi_loader: update SetVariable attribute check by Masahisa Kojima · Tue Feb 21 11:33:17 2023 +0900
  67. 8090d8d lib: Add an SPL config for LIB_UUID by Simon Glass · Wed Feb 22 09:34:11 2023 -0700
  68. 93ff459 lib: Fix build condition for tiny-printf by Simon Glass · Wed Feb 22 09:34:03 2023 -0700
  69. 540883b lib: Add VPL options for SHA1 and SHA256 by Simon Glass · Wed Feb 22 09:34:01 2023 -0700
  70. 1af8b15 lib: Add a Kconfig for SPL_BZIP2 by Simon Glass · Wed Feb 22 09:33:54 2023 -0700
  71. 3467ed2 tpm: Implement tpm_auto_start() for TPMv1.2 by Simon Glass · Tue Feb 21 06:24:52 2023 -0700
  72. 0c95d22 efi_loader: use tpm_auto_start for the tpm device by Ilias Apalodimas · Wed Jan 25 13:06:03 2023 +0200
  73. 42d7bdf tpm: add a function that performs selftest + startup by Ilias Apalodimas · Wed Jan 25 12:18:36 2023 +0200
  74. 6326e91 efi_loader: set CapsuleMax from CONFIG_EFI_CAPSULE_MAX by Etienne Carriere · Thu Feb 16 18:21:41 2023 +0100
  75. b906435 efi_loader: Measure the loaded DTB by Etienne Carriere · Thu Feb 16 17:29:48 2023 +0100
  76. 4fa3504 efi_loader: fix wrong attribute check for QueryVariableInfo by Masahisa Kojima · Wed Feb 15 11:32:17 2023 +0900
  77. 4939020 efi_loader: avoid buffer overrun in efi_var_mem_compare by Heinrich Schuchardt · Mon Feb 13 19:22:33 2023 +0100
  78. 8cce491 lmb: Treat a region which is a subset as equal by Sjoerd Simons · Sun Feb 12 16:07:05 2023 +0100
  79. 15ecee4 trace: Detect an infinite loop by Simon Glass · Sun Jan 15 14:15:51 2023 -0700
  80. b123d95 trace: Correct the relocation handover with buffer overflow by Simon Glass · Sun Jan 15 14:15:50 2023 -0700
  81. 9fb0135 trace: Show a few more stats about tracing by Simon Glass · Sun Jan 15 14:15:49 2023 -0700
  82. 6399741 trace: Track the minimum stack depth by Simon Glass · Sun Jan 15 14:15:48 2023 -0700
  83. ec26f89 trace: Reduce the number of function sites by Simon Glass · Sun Jan 15 14:15:47 2023 -0700
  84. adefafe trace: Update the file header by Simon Glass · Sun Jan 15 14:15:46 2023 -0700
  85. 3c35631 abuf: Support use from tools by Simon Glass · Sun Jan 15 14:15:45 2023 -0700
  86. 971574d trace: Reduce the default for TRACE_EARLY_CALL_DEPTH_LIMIT by Simon Glass · Sun Jan 15 14:15:44 2023 -0700
  87. b479f22 time: Tidy up some unnecessary #ifdefs by Simon Glass · Sun Jan 15 14:15:43 2023 -0700
  88. be1eaa1 Merge tag 'efi-2023-04-rc2' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Fri Feb 10 13:45:15 2023 -0500
  89. 5c34604 efi_loader: static efi_query_variable_info_runtime() by Heinrich Schuchardt · Fri Feb 10 09:06:17 2023 +0100
  90. 64a4400 efi_loader: make gop_blt() static by Heinrich Schuchardt · Fri Feb 10 09:05:03 2023 +0100
  91. bf53ea7 efi_loader: include definition of allow_unaligned() by Heinrich Schuchardt · Fri Feb 10 09:02:56 2023 +0100
  92. 6ab9403 efi_loader: static functions in efi_runtime.c by Heinrich Schuchardt · Fri Feb 10 08:56:06 2023 +0100
  93. f2e7d00 efi_loader: static functions in efi_console.c by Heinrich Schuchardt · Fri Feb 10 08:51:41 2023 +0100
  94. 8126a1e efi_loader: static functions in efi_boottime.c by Heinrich Schuchardt · Fri Feb 10 08:50:06 2023 +0100
  95. fc7d342 efi_loader: static functions in helloworld.c by Heinrich Schuchardt · Fri Feb 10 08:45:38 2023 +0100
  96. f8b438e efi_loader: fix efi_ecpt_register() by Heinrich Schuchardt · Fri Feb 10 09:19:41 2023 +0100
  97. 1e9fa49 efi_loader: make get_load_options() static by Heinrich Schuchardt · Fri Feb 10 08:09:40 2023 +0100
  98. 1fd781f efi_loader: update attribute check for QueryVariableInfo() by Masahisa Kojima · Thu Feb 02 22:53:35 2023 +0900
  99. fdf3e7f Correct SPL use of ENV_WRITEABLE_LIST by Simon Glass · Sun Feb 05 15:39:50 2023 -0700
  100. 8f43811 Correct SPL use of EFI_UNICODE_COLLATION_PROTOCOL2 by Simon Glass · Sun Feb 05 15:39:47 2023 -0700