1. 40da9e6 efi_loader: rename struct efi_initrd_dp to efi_lo_dp_prefix by Heinrich Schuchardt · Mon Jun 10 10:00:01 2024 +0200
  2. d9b2363 efi_loader: load distro dtb in bootmgr by Heinrich Schuchardt · Fri Apr 26 16:13:21 2024 +0200
  3. e5aa9fa efi_loader: export efi_load_image_from_path by Heinrich Schuchardt · Fri Apr 26 16:13:20 2024 +0200
  4. 2ca2680 efi_loader: return binary from efi_dp_from_lo() by Heinrich Schuchardt · Fri Apr 26 16:13:19 2024 +0200
  5. 1a41ca4 efi_loader: move distro_efi_get_fdt_name() by Heinrich Schuchardt · Fri Apr 26 16:13:18 2024 +0200
  6. dfeb042 efi_loader: load device-tree specified in boot option by Heinrich Schuchardt · Fri Apr 26 16:13:17 2024 +0200
  7. f7529f7 cmd: eficonfig: add support for setting fdt by Heinrich Schuchardt · Fri Apr 26 16:13:11 2024 +0200
  8. f8de009 efi_loader: allow concatenation with contained end node by Heinrich Schuchardt · Fri May 24 14:54:26 2024 +0200
  9. a9705f0 Merge tag 'v2024.07-rc4' into next by Tom Rini · Mon Jun 03 18:42:11 2024 -0600
  10. 6ea1e05 tpm-v2: add support for mapping algorithm names to algos by Tim Harvey · Sat May 25 13:00:48 2024 -0700
  11. 71407d8 Merge patch series "FWU: Add support for FWU metadata version 2" by Tom Rini · Fri May 24 13:42:07 2024 -0600
  12. 2aa3fe5 capsule: fwu: transition the platform state on a successful update by Sughosh Ganu · Fri Mar 22 16:27:22 2024 +0530
  13. d754425 efi_loader: remove redundant hash includes by Raymond Mao · Thu May 16 14:11:50 2024 -0700
  14. efd90d7 efi_loader: pass GUID by address to efi_dp_from_lo by Heinrich Schuchardt · Fri Apr 26 16:13:08 2024 +0200
  15. 2e67085 efi_loader: fix description efi_dp_shorten by Heinrich Schuchardt · Fri Apr 26 12:09:38 2024 +0200
  16. fc07153 efi_loader: enable QueryVariableInfo at runtime for file backed variables by Ilias Apalodimas · Thu Apr 25 08:18:19 2024 +0300
  17. ebfc94c efi_loader: address coverity report 492766 for dead code by Ilias Apalodimas · Tue Apr 23 08:38:06 2024 +0300
  18. 00df4ad efi_loader: do not install dtb if bootmgr fails by Heinrich Schuchardt · Mon Apr 22 11:03:10 2024 +0200
  19. d41005b efi_loader: improve error handling in try_load_entry() by Heinrich Schuchardt · Mon Apr 22 10:41:00 2024 +0200
  20. 1ca2096 efi_loader: superfluous efi_restore_gd after EFI_CALL by Heinrich Schuchardt · Fri Apr 19 11:59:01 2024 +0200
  21. 4393ed9 Merge patch series "Kconfig: some cleanups" by Tom Rini · Mon Apr 22 11:01:56 2024 -0600
  22. c44f36f Kconfig: Add missing quotes around default string value by Michal Simek · Tue Apr 16 08:55:17 2024 +0200
  23. de70856 efi_loader: add an EFI variable with the file contents by Ilias Apalodimas · Thu Apr 18 15:54:52 2024 +0300
  24. 465cb7e efi_loader: Add OS notifications for SetVariable at runtime by Ilias Apalodimas · Thu Apr 18 15:54:51 2024 +0300
  25. 86ba869 efi_loader: conditionally enable SetvariableRT by Ilias Apalodimas · Thu Apr 18 15:54:50 2024 +0300
  26. 8c812d3 efi_loader: use event callback for initrd deregistration by Masahisa Kojima · Mon Dec 04 13:30:14 2023 +0900
  27. 3390fdd efi_loader: typo mstching by Heinrich Schuchardt · Thu Apr 18 04:32:02 2024 +0200
  28. c01ad8a efi_loader: using EFI_UNSUPPORTED for private authenticated variables by Weizhao Ouyang · Wed Apr 10 12:19:33 2024 +0000
  29. 3b56ffd efi_loader: 'EFI using ACPI tables at' should be debug message by Heinrich Schuchardt · Tue Apr 09 22:48:24 2024 +0200
  30. 211ff08 efi_loader: eliminate duplicate runtime section definitions by Heinrich Schuchardt · Fri Apr 05 10:12:57 2024 +0200
  31. cc0ead7 efi_loader: move efi_var_collect to common functions by Ilias Apalodimas · Fri Apr 05 09:50:58 2024 +0300
  32. 9bad9cd efi_loader: access __efi_runtime_rel_start/stop without & by Ilias Apalodimas · Thu Apr 04 09:37:37 2024 +0300
  33. 2af9553 efi_loader: access __efi_runtime_start/stop without & by Ilias Apalodimas · Thu Apr 04 09:35:35 2024 +0300
  34. dca2549 efi_loader: move HOST_ARCH to version_autogenerated.h by Heinrich Schuchardt · Thu Apr 04 01:00:41 2024 +0200
  35. 72bca1a boot: enable booting via EFI boot manager by default by Heinrich Schuchardt · Wed Apr 03 20:05:17 2024 +0200
  36. 7a18bb9 efi_loader: Don't delete variable from memory if adding a new one failed by Ilias Apalodimas · Wed Apr 03 18:43:53 2024 +0300
  37. 75dffaa efi_loader: handle EFI_VARIABLE_ENHANCED_AUTHENTICATED_ACCESS by Heinrich Schuchardt · Wed Apr 03 17:33:35 2024 +0200
  38. d0f3520 efi_loader: EFI_VARIABLE_READ_ONLY should be 32bit by Heinrich Schuchardt · Wed Apr 03 17:33:34 2024 +0200
  39. 698cfde efi_loader: all variable attributes are 32bit by Heinrich Schuchardt · Wed Apr 03 17:33:33 2024 +0200
  40. 93a8c24 efi_loader: fix append write behavior to non-existent variable by Masahisa Kojima · Tue Apr 02 18:09:50 2024 +0900
  41. 5917ce7 Merge patch series "Clean up arm linker scripts" by Tom Rini · Fri Mar 29 10:39:38 2024 -0400
  42. 9b37894 arm: fix __efi_runtime_rel_start/end definitions by Ilias Apalodimas · Fri Mar 15 08:43:47 2024 +0200
  43. 98c9212 Merge tag 'v2024.04-rc5' into next by Tom Rini · Mon Mar 25 22:15:47 2024 -0400
  44. b41a33f efi_loader: correct handling of EFI binary return code by Heinrich Schuchardt · Sat Mar 16 10:36:42 2024 +0100
  45. 3a04388 lib/charset: Map Unicode code points to CP437 code points 1-31 by Janne Grunau · Sat Mar 16 22:50:20 2024 +0100
  46. d960e20 Merge tag 'u-boot-socfpga-next-20240319' of https://source.denx.de/u-boot/custodians/u-boot-socfpga into next by Tom Rini · Tue Mar 19 09:10:30 2024 -0400
  47. 98c598c efi_loader: Don't carve out memory reservations too early by Mark Kettenis · Fri Feb 16 00:25:34 2024 +0100
  48. 309c775 efi_driver: provide SBI based runtime system reset by Heinrich Schuchardt · Mon Feb 12 17:18:37 2024 +0100
  49. c9a01a7 efi_loader: simplify error message in efi_disk_create_raw() by Heinrich Schuchardt · Fri Feb 02 15:12:52 2024 +0100
  50. 68e948a smbios: correctly name Structure Table Maximum Size field by Heinrich Schuchardt · Wed Jan 31 23:49:34 2024 +0100
  51. 6187c7c efi_loader: check efi_get_variable_int return value by Masahisa Kojima · Mon Jan 29 11:51:14 2024 +0900
  52. 10899c8 efi_loader: replace find_smbios_table by library function by Heinrich Schuchardt · Fri Jan 26 09:13:22 2024 +0100
  53. 0a4a2f3 efi_loader: export efi_get_configuration_table by Heinrich Schuchardt · Fri Jan 26 08:54:30 2024 +0100
  54. d8733f3 efi_loader: migrate SMBIOS 3.0 entry point structure for measurement by Masahisa Kojima · Fri Jan 26 09:53:42 2024 +0900
  55. 306cd1e efi_loader: return immediately in UCLASS_EFI_LOADER removal by Masahisa Kojima · Fri Jan 19 09:45:46 2024 +0900
  56. 7876147 efi_loader: create common function to free struct efi_disk_obj by Masahisa Kojima · Fri Jan 19 09:45:45 2024 +0900
  57. 6075570 efi_loader: avoid pointer access after calling efi_delete_handle by Masahisa Kojima · Fri Jan 19 09:45:44 2024 +0900
  58. e0d1424 efi_loader: auto-generate removable media boot option first by Masahisa Kojima · Fri Jan 12 09:19:23 2024 +0900
  59. 19410bb efi_loader: auto-generate boot option for each blkio device by Masahisa Kojima · Fri Jan 12 09:19:22 2024 +0900
  60. 54ce3dd efi_loader: rename check_disk_has_default_file function by Masahisa Kojima · Fri Jan 12 09:19:21 2024 +0900
  61. c3913e4 Merge tag 'efi-2024-04-rc1-2' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Wed Jan 17 09:27:23 2024 -0500
  62. e3e542d efi_loader: rename BOOTEFI_BOOTMGR to EFI_BOOTMGR by AKASHI Takahiro · Wed Jan 17 13:39:42 2024 +0900
  63. 9b08b9a efi_loader: split unrelated code from efi_bootmgr.c by AKASHI Takahiro · Wed Jan 17 13:39:41 2024 +0900
  64. 08d931a smbios: copy QEMU tables by Heinrich Schuchardt · Sat Dec 23 02:03:34 2023 +0100
  65. c6319bd efi_loader: support fmp versioning for multi bank update by Masahisa Kojima · Thu Jan 11 14:35:40 2024 +0900
  66. c1c48e4 fwu: fix fwu_get_image_index interface by Masahisa Kojima · Thu Jan 11 14:35:39 2024 +0900
  67. 5dcefa7 efi_loader: Clean up efi_dp_append and efi_dp_concat by Ilias Apalodimas · Mon Jan 08 10:55:33 2024 +0200
  68. 23ee41f efi_loader: remove unused members from struct efi_disk_obj by Masahisa Kojima · Mon Dec 25 13:43:54 2023 +0900
  69. 5708760 efi_loader: fix iteration of FMP protocols by Masahisa Kojima · Mon Dec 18 18:57:41 2023 +0900
  70. fdbe3d5 efi_loader: provide tool to dump SMBIOS table by Heinrich Schuchardt · Wed Jan 03 09:07:21 2024 +0100
  71. 34e97aa smbios: smbios.h should not import ofnode.h by Heinrich Schuchardt · Wed Jan 03 09:07:20 2024 +0100
  72. 2802f09 efi: Correct smbios-table installation by Simon Glass · Sun Dec 31 08:25:55 2023 -0700
  73. 70f9959 efi: smbios: Drop support for SMBIOS2 tables by Simon Glass · Sun Dec 31 08:25:52 2023 -0700
  74. 9723670 efi: Use the correct GUID for the SMBIOS table by Simon Glass · Sun Dec 31 08:25:49 2023 -0700
  75. 42b7da5 smbios: Correct gd_smbios_start() by Simon Glass · Sun Dec 31 08:25:48 2023 -0700
  76. cd05b9c efi_loader: Remove <common.h> by Tom Rini · Thu Dec 14 13:16:55 2023 -0500
  77. 08ccd54 Merge tag 'v2024.01-rc5' into next by Tom Rini · Mon Dec 18 08:31:50 2023 -0500
  78. 7b06192 cmd: bootefi: move library interfaces under lib/efi_loader by AKASHI Takahiro · Tue Nov 21 10:29:44 2023 +0900
  79. 30762dd boot: Drop size parameter from image_setup_libfdt() by Simon Glass · Sun Nov 12 08:27:44 2023 -0700
  80. bc761d5 Merge tag 'v2024.01-rc4' into next by Tom Rini · Mon Dec 04 21:39:57 2023 -0500
  81. 8e315e9 efi_loader: Make DisconnectController follow the EFI spec by Ilias Apalodimas · Tue Nov 28 21:10:31 2023 +0200
  82. 310af31 efi_loader: create memory reservations in ACPI case by Heinrich Schuchardt · Thu Nov 16 10:29:28 2023 +0100
  83. 9c84c6c efi_loader: generated SMBIOS table below 4 GiB by Heinrich Schuchardt · Mon Nov 20 23:25:58 2023 +0100
  84. fcc51d3 Merge branch 'staging' of https://source.denx.de/u-boot/custodians/u-boot-tegra into next by Tom Rini · Thu Nov 30 09:33:31 2023 -0500
  85. 6fde198 efi_loader: improve efi_var_from_file() description by Heinrich Schuchardt · Mon Nov 13 15:50:16 2023 +0100
  86. 12c15f5 efi_loader: Correctly account the SCRTM event creation by Ilias Apalodimas · Tue Nov 07 13:31:34 2023 +0200
  87. c1a8e6d efi_loader: Increase default variable store size to 128K by Ilias Apalodimas · Mon Nov 06 17:47:53 2023 +0200
  88. ee20d66 Merge tag 'v2024.01-rc3' into next by Tom Rini · Mon Nov 20 09:19:50 2023 -0500
  89. 949c441 efi_loader: support boot from URI device path by Masahisa Kojima · Fri Nov 10 13:25:40 2023 +0900
  90. 1923f36 efi_loader: add return to efibootmgr event group by Masahisa Kojima · Fri Nov 10 13:25:39 2023 +0900
  91. 787774a efi_loader: add missing const classifier for event service by Masahisa Kojima · Fri Nov 10 13:25:38 2023 +0900
  92. 1fcaf95 efi_loader: Boot var automatic management by Raymond Mao · Fri Nov 10 13:25:37 2023 +0900
  93. 65ea46f efi: Correct handling of frame buffer by Simon Glass · Sun Oct 01 19:14:36 2023 -0600
  94. d1e46f0 efi: Rearrange the Kconfig for CMD_BOOTEFI_BOOTMGR by Simon Glass · Thu Oct 26 14:31:20 2023 -0400
  95. 918a6ea efi_loader: fix EFI_ENTRY point on get_active_pcr_banks by Ilias Apalodimas · Tue Oct 24 10:43:53 2023 -0500
  96. 8ed7bb3 tpm: Support boot measurements by Eddie James · Tue Oct 24 10:43:49 2023 -0500
  97. d64202a tpm: sandbox: Update for needed TPM2 capabilities by Eddie James · Tue Oct 24 10:43:48 2023 -0500
  98. aadec12 efi: Use the installed SMBIOS tables by Simon Glass · Wed Sep 20 07:29:51 2023 -0600
  99. b0a8544 efi: x86: Correct the condition for installing ACPI tables by Simon Glass · Tue Sep 19 21:00:12 2023 -0600
  100. 69dea21 Merge tag 'v2023.10-rc4' into next by Tom Rini · Mon Sep 04 10:51:58 2023 -0400