1. 6326e91 efi_loader: set CapsuleMax from CONFIG_EFI_CAPSULE_MAX by Etienne Carriere · Thu Feb 16 18:21:41 2023 +0100
  2. b906435 efi_loader: Measure the loaded DTB by Etienne Carriere · Thu Feb 16 17:29:48 2023 +0100
  3. 4fa3504 efi_loader: fix wrong attribute check for QueryVariableInfo by Masahisa Kojima · Wed Feb 15 11:32:17 2023 +0900
  4. 4939020 efi_loader: avoid buffer overrun in efi_var_mem_compare by Heinrich Schuchardt · Mon Feb 13 19:22:33 2023 +0100
  5. 8cce491 lmb: Treat a region which is a subset as equal by Sjoerd Simons · Sun Feb 12 16:07:05 2023 +0100
  6. 15ecee4 trace: Detect an infinite loop by Simon Glass · Sun Jan 15 14:15:51 2023 -0700
  7. b123d95 trace: Correct the relocation handover with buffer overflow by Simon Glass · Sun Jan 15 14:15:50 2023 -0700
  8. 9fb0135 trace: Show a few more stats about tracing by Simon Glass · Sun Jan 15 14:15:49 2023 -0700
  9. 6399741 trace: Track the minimum stack depth by Simon Glass · Sun Jan 15 14:15:48 2023 -0700
  10. ec26f89 trace: Reduce the number of function sites by Simon Glass · Sun Jan 15 14:15:47 2023 -0700
  11. adefafe trace: Update the file header by Simon Glass · Sun Jan 15 14:15:46 2023 -0700
  12. 3c35631 abuf: Support use from tools by Simon Glass · Sun Jan 15 14:15:45 2023 -0700
  13. 971574d trace: Reduce the default for TRACE_EARLY_CALL_DEPTH_LIMIT by Simon Glass · Sun Jan 15 14:15:44 2023 -0700
  14. b479f22 time: Tidy up some unnecessary #ifdefs by Simon Glass · Sun Jan 15 14:15:43 2023 -0700
  15. 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
  16. 5c34604 efi_loader: static efi_query_variable_info_runtime() by Heinrich Schuchardt · Fri Feb 10 09:06:17 2023 +0100
  17. 64a4400 efi_loader: make gop_blt() static by Heinrich Schuchardt · Fri Feb 10 09:05:03 2023 +0100
  18. bf53ea7 efi_loader: include definition of allow_unaligned() by Heinrich Schuchardt · Fri Feb 10 09:02:56 2023 +0100
  19. 6ab9403 efi_loader: static functions in efi_runtime.c by Heinrich Schuchardt · Fri Feb 10 08:56:06 2023 +0100
  20. f2e7d00 efi_loader: static functions in efi_console.c by Heinrich Schuchardt · Fri Feb 10 08:51:41 2023 +0100
  21. 8126a1e efi_loader: static functions in efi_boottime.c by Heinrich Schuchardt · Fri Feb 10 08:50:06 2023 +0100
  22. fc7d342 efi_loader: static functions in helloworld.c by Heinrich Schuchardt · Fri Feb 10 08:45:38 2023 +0100
  23. f8b438e efi_loader: fix efi_ecpt_register() by Heinrich Schuchardt · Fri Feb 10 09:19:41 2023 +0100
  24. 1e9fa49 efi_loader: make get_load_options() static by Heinrich Schuchardt · Fri Feb 10 08:09:40 2023 +0100
  25. 1fd781f efi_loader: update attribute check for QueryVariableInfo() by Masahisa Kojima · Thu Feb 02 22:53:35 2023 +0900
  26. fdf3e7f Correct SPL use of ENV_WRITEABLE_LIST by Simon Glass · Sun Feb 05 15:39:50 2023 -0700
  27. 8f43811 Correct SPL use of EFI_UNICODE_COLLATION_PROTOCOL2 by Simon Glass · Sun Feb 05 15:39:47 2023 -0700
  28. 75be05f Correct SPL use of EFI_TCG2_PROTOCOL by Simon Glass · Sun Feb 05 15:39:46 2023 -0700
  29. 6b52ab5 Correct SPL use of EFI_LOADER_HII by Simon Glass · Sun Feb 05 15:39:43 2023 -0700
  30. 3e26ee4 Correct SPL use of EFI_DEVICE_PATH_UTIL by Simon Glass · Sun Feb 05 15:39:41 2023 -0700
  31. fe90a5a Correct SPL use of EFI_APP by Simon Glass · Sun Feb 05 15:39:40 2023 -0700
  32. 826a994 Bump LMB_MAX_REGIONS default to 16 by Sjoerd Simons · Thu Jan 19 09:38:17 2023 +0100
  33. a91fe44 Revert "lmb: Default to not-LMB_USE_MAX_REGIONS" by Tom Rini · Wed Feb 08 10:18:26 2023 -0500
  34. 47a5a84 lmb: Set correct lmb flags for EFI memory map entries by Sjoerd Simons · Thu Jan 19 09:38:18 2023 +0100
  35. 269a2ee lmb: Default to not-LMB_USE_MAX_REGIONS by Tom Rini · Wed Jan 25 18:08:23 2023 -0500
  36. 94d7267 efi_loader: don't use HandleProtocol by Heinrich Schuchardt · Tue Jan 24 20:36:45 2023 +0100
  37. 05f785b efi_loader: fix comment in ESRT code by Heinrich Schuchardt · Tue Jan 24 00:25:23 2023 +0100
  38. 438e049 efi: Improve logging in efi_disk by Simon Glass · Tue Jan 17 10:47:32 2023 -0700
  39. f3c30ac lib: Support printing an error string by Simon Glass · Tue Jan 17 10:47:30 2023 -0700
  40. 6a9de55 lib: Add a function to split a string into substrings by Simon Glass · Tue Jan 17 10:47:14 2023 -0700
  41. 62215f0 Merge tag 'efi-2023-04-rc1-2' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Fri Jan 20 14:23:20 2023 -0500
  42. 364d002 global: Finish CONFIG -> CFG migration by Tom Rini · Tue Jan 10 11:19:45 2023 -0500
  43. 21bd5ac efi_loader: fix CapsuleMax variable reporting by Ilias Apalodimas · Fri Jan 20 13:58:48 2023 +0200
  44. eb1b6b4 efi_loader: update the error message of TCG protocol installation by Ilias Apalodimas · Thu Jan 19 16:29:15 2023 +0200
  45. 09bc8e0 efi_loader: ensure that file ubootefi.var is created by Heinrich Schuchardt · Thu Jan 19 14:49:33 2023 +0100
  46. d4d0fec efi_loader: Avoid overwriting previous outputs on console screen clearing by Jan Kiszka · Wed Jan 18 22:24:59 2023 +0100
  47. fb181e2 efi_loader: Set default console colors on efi_cout_clear_screen if needed by Jan Kiszka · Wed Jan 18 22:25:00 2023 +0100
  48. ab2085c Merge tag 'dm-pull-18jan23' of https://source.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · Thu Jan 19 09:46:57 2023 -0500
  49. dbe88da lib: zstd: update to latest Linux zstd 1.5.2 by Brandon Maier · Thu Jan 12 10:27:45 2023 -0600
  50. 42d97e5 Revert "fdtdec: drop needlessly convoluted CONFIG_PHANDLE_CHECK_SEQ" by Simon Glass · Wed Dec 21 16:08:28 2022 -0700
  51. 6b5424a trace: Don't require TIMER_EARLY by Simon Glass · Wed Dec 21 16:08:26 2022 -0700
  52. f822524 trace: Move trace pointer to data section by Simon Glass · Wed Dec 21 16:08:22 2022 -0700
  53. 7e87afb fdt: Check for overlapping data and FDT by Simon Glass · Wed Dec 21 16:08:21 2022 -0700
  54. 2c62a94 fdt: Pass the device tree to fdtdec_prepare_fdt() by Simon Glass · Wed Dec 21 16:08:20 2022 -0700
  55. 8413737 fdt: Drop ifdefs in fdtdec_prepare_fdt() by Simon Glass · Wed Dec 21 16:08:19 2022 -0700
  56. fa3f52d fdt: Avoid exporting fdtdec_prepare_fdt() by Simon Glass · Wed Dec 21 16:08:18 2022 -0700
  57. 2b95b49 tpm: Add a proper Kconfig option for crc8 in SPL by Simon Glass · Sat Jan 07 14:57:20 2023 -0700
  58. 56da76d trace: Use notrace for short by Simon Glass · Wed Dec 21 16:08:15 2022 -0700
  59. 7d3684a event: Correct dependencies on the EVENT framework by Tom Rini · Mon Jan 16 15:46:49 2023 -0500
  60. 02f1592 rc4: mark key as const by John Keeping · Fri Nov 18 16:13:17 2022 +0000
  61. 175b0a9 efi_loader: provide agent_handle to efi_disk_add_dev() by Heinrich Schuchardt · Sat Oct 08 09:11:54 2022 +0200
  62. 9160c7e efi_selftest: add hii set keyboard layout test case by Vincent Stehlé · Fri Jan 06 10:46:41 2023 +0100
  63. 00a3dfd efi_loader: refine set_keyboard_layout() status by Vincent Stehlé · Fri Jan 06 10:46:40 2023 +0100
  64. ff3d37b efi_loader: use EFI_EXIT in efi_riscv_get_boot_hartid by Heinrich Schuchardt · Wed Jan 11 19:08:01 2023 +0100
  65. b9b838d efi_loader: fix description of memory functions by Heinrich Schuchardt · Sun Jan 08 01:00:00 2023 +0100
  66. 7008515 Revert "time: add weak annotation to timer_read_counter declaration" by Harald Seiler · Thu Jan 05 01:08:47 2023 +0100
  67. 811863c lib: rsa: cosmetic: fix building warning by Haijun Qin · Tue Dec 06 15:41:37 2022 +0800
  68. a6b1b3b Merge branch 'next' by Tom Rini · Mon Jan 09 11:30:08 2023 -0500
  69. c9bb2eb lmb: consider EFI memory map by Heinrich Schuchardt · Wed Jan 04 01:36:14 2023 +0100
  70. 13ce2d9 efi_loader: carve out efi_get_memory_map_alloc() by Heinrich Schuchardt · Thu Jan 05 18:26:01 2023 +0100
  71. ed64768 efi_loader: populate console handles in system table by Heinrich Schuchardt · Wed Jan 04 05:56:09 2023 +0100
  72. ba0a2ad efi_loader: adjust sorting of capsules by Heinrich Schuchardt · Thu Dec 29 14:44:05 2022 +0100
  73. 9d1e248 lib: add function u16_strcasecmp() by Heinrich Schuchardt · Thu Dec 29 14:44:03 2022 +0100
  74. 57a295b efi_loader: use u16_strlen() in efi_var_mem_ins() by Heinrich Schuchardt · Thu Dec 29 10:50:54 2022 +0100
  75. 3a83082 efi_loader: avoid adding variables twice by Ilias Apalodimas · Thu Dec 29 10:13:22 2022 +0200
  76. 50413bb efi_loader: typo non-volatile in efi_var_restore by Heinrich Schuchardt · Thu Dec 29 09:23:03 2022 +0100
  77. d6f8e7a efi_loader: fix get_package_list_handle() status by Vincent Stehlé · Tue Dec 13 22:39:09 2022 +0100
  78. 18a5bd0 rsa-verify: Rework host check for CONFIG_RSA_VERIFY_WITH_PKEY by Tom Rini · Tue Dec 06 13:51:21 2022 -0500
  79. a63bea9 Merge tag 'v2023.01-rc4' into next by Tom Rini · Mon Dec 19 09:29:55 2022 -0500
  80. d6bed22 efi_selftest: conformance test for GetNextVariableName by Heinrich Schuchardt · Sun Dec 18 06:08:58 2022 +0000
  81. 4e82c2e efi_loader: fix efi_get_next_variable_name_mem() by Heinrich Schuchardt · Sun Dec 18 06:08:57 2022 +0000
  82. 7ec3c6f eficonfig: carve out efi_get_next_variable_name_int calls by Masahisa Kojima · Mon Dec 19 11:33:12 2022 +0900
  83. c53cec6 efi: adjust ebbr to v2.1 in conformance profile by Vincent Stehlé · Fri Dec 16 17:55:04 2022 +0100
  84. c86cb4a arch/riscv: add semihosting support for RISC-V by Kautuk Consul · Wed Dec 07 17:12:35 2022 +0530
  85. a51bb74 lib: Add common semihosting library by Kautuk Consul · Wed Dec 07 17:12:34 2022 +0530
  86. 6a5dccc global: Move remaining CONFIG_SYS_* to CFG_SYS_* by Tom Rini · Wed Nov 16 13:10:41 2022 -0500
  87. 1f17363 Convert CONFIG_SYS_TIMER_COUNTS_DOWN to Kconfig by Tom Rini · Wed Nov 16 13:10:38 2022 -0500
  88. ce3cf46 net: ipv6: Enable IPv6 typeconversion specifier by Viacheslav Mitrofanov · Fri Dec 02 12:18:03 2022 +0300
  89. fb7968c net: ipv6: Add string_to_ip6 converter by Viacheslav Mitrofanov · Fri Dec 02 12:18:02 2022 +0300
  90. 2f407f0 efi_loader: utility function to check the variable name is "Boot####" by Masahisa Kojima · Fri Dec 02 13:59:35 2022 +0900
  91. 296b55c efi_loader: don't use EFI_LOADER_DATA internally by Heinrich Schuchardt · Tue Nov 29 16:00:41 2022 +0100
  92. 2f1a93f efi_loader: fix handling of DHCP acknowledge by Heinrich Schuchardt · Sat Nov 26 16:44:38 2022 +0100
  93. ec4e327 efi_selftest: test FatToStr() truncation by Heinrich Schuchardt · Tue Nov 22 12:25:10 2022 +0100
  94. d2ae30d efi_loader: add an EFI binary to print boot hart ID by Heinrich Schuchardt · Thu Dec 01 19:07:57 2022 +0100
  95. b294a1c efi_selftest: Improve the FatToStr() unit test by Heinrich Schuchardt · Tue Nov 22 11:34:25 2022 +0100
  96. 93d74f5 efi_selftest: unsigned char parameter for efi_st_strcmp_16_8() by Heinrich Schuchardt · Tue Nov 22 11:32:36 2022 +0100
  97. 5e19eae efi_loader: Fix buffer underflow by Mikhail Ilin · Tue Nov 22 10:33:24 2022 +0300
  98. 50279dc efi_loader: replace a u16_strdup with alloc + memcpy by Ilias Apalodimas · Fri Nov 11 20:04:31 2022 +0200
  99. 08d1af2 efi_loader: add missing EFI_CALL when closing a file by Ilias Apalodimas · Fri Nov 11 18:20:37 2022 +0200
  100. 9124bc6 efi_loader: add comments on efi_file_from_path() regarding alignment by Ilias Apalodimas · Thu Nov 10 15:31:30 2022 +0200