1. c9e6eb6 efi_memory: rename variable to highlight overlap with free memory by Sughosh Ganu · Tue Oct 15 21:07:16 2024 +0530
  2. fbb00c2 efi_memory: do not add RAM memory to the memory map by Sughosh Ganu · Tue Oct 15 21:07:14 2024 +0530
  3. a3af5ba lmb: notify of any changes to the LMB memory map by Sughosh Ganu · Tue Oct 15 21:07:07 2024 +0530
  4. 069079c efi_leader: delete rng-seed if having EFI RNG protocol by Heinrich Schuchardt · Tue Sep 17 10:49:29 2024 +0200
  5. 4fdfc84 include: Remove duplicate newlines by Marek Vasut · Tue Jul 23 01:28:34 2024 +0200
  6. 8257f16 efi_loader: find distro device-path for media devices by Heinrich Schuchardt · Sat Jul 13 13:30:29 2024 +0200
  7. 1ebd078 efi: move guid helper functions to efi.h by Vincent Stehlé · Wed Jul 03 13:37:55 2024 +0200
  8. d9b2363 efi_loader: load distro dtb in bootmgr by Heinrich Schuchardt · Fri Apr 26 16:13:21 2024 +0200
  9. e5aa9fa efi_loader: export efi_load_image_from_path by Heinrich Schuchardt · Fri Apr 26 16:13:20 2024 +0200
  10. 1a41ca4 efi_loader: move distro_efi_get_fdt_name() by Heinrich Schuchardt · Fri Apr 26 16:13:18 2024 +0200
  11. f7529f7 cmd: eficonfig: add support for setting fdt by Heinrich Schuchardt · Fri Apr 26 16:13:11 2024 +0200
  12. f8de009 efi_loader: allow concatenation with contained end node by Heinrich Schuchardt · Fri May 24 14:54:26 2024 +0200
  13. efd90d7 efi_loader: pass GUID by address to efi_dp_from_lo by Heinrich Schuchardt · Fri Apr 26 16:13:08 2024 +0200
  14. 465cb7e efi_loader: Add OS notifications for SetVariable at runtime by Ilias Apalodimas · Thu Apr 18 15:54:51 2024 +0300
  15. 211ff08 efi_loader: eliminate duplicate runtime section definitions by Heinrich Schuchardt · Fri Apr 05 10:12:57 2024 +0200
  16. 0a4a2f3 efi_loader: export efi_get_configuration_table by Heinrich Schuchardt · Fri Jan 26 08:54:30 2024 +0100
  17. d8733f3 efi_loader: migrate SMBIOS 3.0 entry point structure for measurement by Masahisa Kojima · Fri Jan 26 09:53:42 2024 +0900
  18. 9b08b9a efi_loader: split unrelated code from efi_bootmgr.c by AKASHI Takahiro · Wed Jan 17 13:39:41 2024 +0900
  19. 5dcefa7 efi_loader: Clean up efi_dp_append and efi_dp_concat by Ilias Apalodimas · Mon Jan 08 10:55:33 2024 +0200
  20. 7b06192 cmd: bootefi: move library interfaces under lib/efi_loader by AKASHI Takahiro · Tue Nov 21 10:29:44 2023 +0900
  21. 6a6858e cmd: bootefi: re-organize do_bootefi() by AKASHI Takahiro · Tue Nov 21 10:29:40 2023 +0900
  22. 1923f36 efi_loader: add return to efibootmgr event group by Masahisa Kojima · Fri Nov 10 13:25:39 2023 +0900
  23. 787774a efi_loader: add missing const classifier for event service by Masahisa Kojima · Fri Nov 10 13:25:38 2023 +0900
  24. 528bca8 include: Drop <common.h> from include lists by Tom Rini · Wed Nov 01 12:28:20 2023 -0400
  25. a28cce5 efi_loader: use well-known guid for auto-created boot option by Masahisa Kojima · Thu Oct 12 14:31:59 2023 +0900
  26. f9e8ada efi_loader: error handling in efi_disk_add_dev by Heinrich Schuchardt · Sun Jul 30 14:03:53 2023 +0200
  27. b09ecf1 efi_loader: make efi_delete_handle() follow the EFI spec by Ilias Apalodimas · Mon Jul 24 13:17:36 2023 +0300
  28. e2effb8 efi_loader: make efi_remove_protocol() static by Ilias Apalodimas · Mon Jun 19 14:14:03 2023 +0300
  29. 70a76c5 Move bootorder and bootoption apis to lib by Raymond Mao · Mon Jun 19 14:22:58 2023 -0700
  30. 8c6b5f7 Merge tag v2023.07-rc4 into next by Tom Rini · Mon Jun 12 14:55:33 2023 -0400
  31. 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
  32. ff08eac efi_loader: fix efi_dp_from_file() by Heinrich Schuchardt · Sat May 13 10:36:21 2023 +0200
  33. d89dea3 efi: loader: Make efi_event_queue and efi_register_notify_events static by Bin Meng · Wed Apr 05 20:15:17 2023 +0800
  34. 3215268 efi_loader: device_path: support blkmap devices by Tobias Waldekranz · Thu Feb 16 16:33:55 2023 +0100
  35. 4564025 efi_loader: move dp_alloc() to efi_alloc() by Heinrich Schuchardt · Sun Mar 19 09:20:22 2023 +0100
  36. b906435 efi_loader: Measure the loaded DTB by Etienne Carriere · Thu Feb 16 17:29:48 2023 +0100
  37. 8600f99 efi_loader: provide definition for efi_add_known_memory() by Heinrich Schuchardt · Fri Feb 10 09:01:13 2023 +0100
  38. a93282c eficonfig: add vertical scroll support by Masahisa Kojima · Tue Jan 24 15:56:15 2023 +0900
  39. 13ce2d9 efi_loader: carve out efi_get_memory_map_alloc() by Heinrich Schuchardt · Thu Jan 05 18:26:01 2023 +0100
  40. 7ec3c6f eficonfig: carve out efi_get_next_variable_name_int calls by Masahisa Kojima · Mon Dec 19 11:33:12 2022 +0900
  41. 2f407f0 efi_loader: utility function to check the variable name is "Boot####" by Masahisa Kojima · Fri Dec 02 13:59:35 2022 +0900
  42. 7e05279 efi_loader: remove efi_delete_handle on loadfile2 by Ilias Apalodimas · Sun Oct 16 11:36:32 2022 +0300
  43. 5e39433 efi_loader: internal CloseProtocol by Heinrich Schuchardt · Fri Oct 07 15:18:15 2022 +0200
  44. 9df31c2 efi_loader: don't export efi_remove_all_protocols by Heinrich Schuchardt · Fri Oct 07 16:55:29 2022 +0200
  45. 8ac0ebe efi_loader: define internal implementations of install/uninstallmultiple by Ilias Apalodimas · Thu Oct 06 16:08:46 2022 +0300
  46. da620cf efi_driver: move event registration to driver by Heinrich Schuchardt · Thu Oct 06 07:29:41 2022 +0200
  47. 34f3462 efi_loader: function to unlink udevice and handle by Heinrich Schuchardt · Mon Oct 03 09:47:51 2022 +0200
  48. 8acc3d9 efi: Add string conversion helper by Paul Barker · Wed Oct 05 13:18:35 2022 +0100
  49. fada3f9 blk: Rename if_type to uclass_id by Simon Glass · Sat Sep 17 09:00:09 2022 -0600
  50. 586c22b Merge branch 'master' into next by Tom Rini · Mon Sep 19 13:19:39 2022 -0400
  51. 57b3d2e blk: Drop if_type by Simon Glass · Thu Aug 11 19:35:01 2022 -0600
  52. 767a9e6 bootmenu: add removable media entries by Masahisa Kojima · Mon Sep 12 17:33:54 2022 +0900
  53. c5ff0a0 eficonfig: menu-driven addition of UEFI boot option by Masahisa Kojima · Mon Sep 12 17:33:50 2022 +0900
  54. ff72cb3 efi: Create ECPT table by Jose Marinho · Thu Dec 23 14:51:07 2021 +0000
  55. a02228f efi_loader: ensure all block devices are probed by Heinrich Schuchardt · Wed Aug 31 16:37:35 2022 +0200
  56. c961108 efi_loader: move udevice pointer into struct efi_object by Masahisa Kojima · Fri Jul 22 11:39:10 2022 +0900
  57. 97bd9da efi_loader: expose END device path node by Masahisa Kojima · Sun Jun 19 13:55:59 2022 +0900
  58. 89b5381 Merge branch 'next' by Tom Rini · Mon Jul 11 10:18:13 2022 -0400
  59. f47b9b3 efi_loader: signature: export efi_hash_regions() by AKASHI Takahiro · Tue Jul 05 14:48:12 2022 +0900
  60. 433f15a cmd: load: add load command for memory mapped by Rui Miguel Silva · Wed May 11 10:55:40 2022 +0100
  61. 761908e efi_loader: initialize console size late by Heinrich Schuchardt · Tue Jun 14 08:02:03 2022 +0200
  62. ba647af efi_loader: disk: add efi_disk_is_removable() by AKASHI Takahiro · Thu May 12 11:29:01 2022 +0900
  63. 34db9b1 efi_loader: add sha384/512 on certificate revocation by Ilias Apalodimas · Fri May 06 15:36:00 2022 +0300
  64. 537a693 efi_loader: export efi_locate_device_handle() by AKASHI Takahiro · Thu Apr 28 17:09:38 2022 +0900
  65. 2381f2e efi_loader: disk: a helper function to create efi_disk objects from udevice by AKASHI Takahiro · Tue Apr 19 10:05:12 2022 +0900
  66. a36dc25 efi_loader: split efi_init_obj_list() into two stages by AKASHI Takahiro · Tue Apr 19 10:05:11 2022 +0900
  67. ccb3646 capsule: board: Add information needed for capsule updates by Sughosh Ganu · Fri Apr 15 11:29:34 2022 +0530
  68. a76fc03 efi_loader: remove efi_disk_is_system_part() by Heinrich Schuchardt · Sat Mar 05 00:36:50 2022 +0100
  69. e840b9c efi_loader: export efi_system_partition_guid by Heinrich Schuchardt · Sat Mar 19 07:04:03 2022 +0100
  70. 0a04a41 efi_loader: efi_dp_find_obj() add protocol check by Heinrich Schuchardt · Sat Mar 19 06:35:43 2022 +0100
  71. ad6d5a4 efi_loader: fix efi_dp_find_obj() by Heinrich Schuchardt · Fri Mar 04 08:20:00 2022 +0100
  72. 24f0e6a efi_loader: export efi_dp_shorten() by Heinrich Schuchardt · Sat Feb 26 12:10:10 2022 +0100
  73. 2a22db9 efi_loader: copy GUID in InstallProtocolInterface() by Heinrich Schuchardt · Wed Mar 09 19:56:23 2022 +0100
  74. 81244ea efi_loader: add handle for UART by Heinrich Schuchardt · Fri Feb 04 20:47:09 2022 +0100
  75. 9097537 efi: Use 16-bit unicode strings by Simon Glass · Sun Jan 23 12:55:12 2022 -0700
  76. 71eae98 efi_loader: correctly handle mixed hashes and signatures in db by Ilias Apalodimas · Sat Jan 29 00:20:31 2022 +0200
  77. 279d1c8 efi_loader: Enable RISCV_EFI_BOOT_PROTOCOL support by Sunil V L · Fri Jan 28 20:48:44 2022 +0530
  78. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · Wed Jan 19 18:05:50 2022 +0100
  79. 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
  80. 0fd4379 efi_loader: efi_tcg2_register returns appropriate error by Masahisa Kojima · Tue Dec 07 14:15:31 2021 +0900
  81. bc9495c efi_loader: Add check for event log passed from firmware by Ruchika Gupta · Mon Nov 29 13:09:44 2021 +0530
  82. 6460c3e efi_loader: add UEFI GPT measurement by Masahisa Kojima · Tue Oct 26 17:27:25 2021 +0900
  83. cd1fe7d efi_loader: add SMBIOS table measurement by Masahisa Kojima · Tue Oct 26 17:27:24 2021 +0900
  84. 1ad2f0d efi_loader: treat UEFI variable name as const by Heinrich Schuchardt · Thu Sep 09 07:12:14 2021 +0200
  85. 9530652 efi_loader: efi_dp_from_lo() unused parameter size by Heinrich Schuchardt · Fri Oct 15 02:03:55 2021 +0200
  86. 9979cff efi_loader: efi_dp_from_lo() don't copy GUID by Heinrich Schuchardt · Fri Oct 15 01:31:02 2021 +0200
  87. 6e01c23 efi_loader: Fix loaded image alignment by Ilias Apalodimas · Mon Oct 11 15:10:23 2021 +0300
  88. 9822894 efi_loader: use correct type for AllocatePages, AllocatePool by Heinrich Schuchardt · Tue Aug 17 15:05:31 2021 +0200
  89. 1ac19bb efi_loader: add ExitBootServices() measurement by Masahisa Kojima · Fri Aug 13 16:12:41 2021 +0900
  90. 8173cd4 efi_loader: add boot variable measurement by Masahisa Kojima · Fri Aug 13 16:12:40 2021 +0900
  91. 97f9bd4 Allow efi_loader header to be included always by Simon Glass · Fri Jul 02 12:36:16 2021 -0600
  92. 4cbba2b efi_loader: remove asm/setjmp.h from efi_api.h by AKASHI Takahiro · Tue Jul 20 14:57:02 2021 +0900
  93. fac773e efi_loader: Always install FMPs by Ilias Apalodimas · Tue Jun 22 17:38:53 2021 +0300
  94. 70be5a6 efi_loader: add PE/COFF image measurement by Masahisa Kojima · Wed May 26 12:09:58 2021 +0900
  95. e7d8e45 efi_loader: add macro for const EFI runtime data by Marek Behún · Thu May 20 13:23:58 2021 +0200
  96. 4a4169b efi_loader: add Sphinx doc for __efi_runtime and __efi_runtime_data by Marek Behún · Thu May 20 13:23:57 2021 +0200
  97. 6950450 efi_loader: fix warning when linking with LTO by Marek Behún · Thu May 20 13:23:56 2021 +0200
  98. 4bebdd3 treewide: Convert macro and uses of __section(foo) to __section("foo") by Marek Behún · Thu May 20 13:23:52 2021 +0200
  99. ebb61ee efi: Add ESRT to the EFI system table by Jose Marinho · Tue Mar 02 17:26:38 2021 +0000
  100. b307e3d efi_loader: Replace config option for initrd loading by Ilias Apalodimas · Wed Mar 17 21:55:00 2021 +0200