1. 767a9e6 bootmenu: add removable media entries by Masahisa Kojima · Mon Sep 12 17:33:54 2022 +0900
  2. c5ff0a0 eficonfig: menu-driven addition of UEFI boot option by Masahisa Kojima · Mon Sep 12 17:33:50 2022 +0900
  3. 7ec925d efi_loader: disk: remove unused field by AKASHI Takahiro · Fri Aug 19 09:48:30 2022 +0900
  4. c961108 efi_loader: move udevice pointer into struct efi_object by Masahisa Kojima · Fri Jul 22 11:39:10 2022 +0900
  5. ac012c2 efi_loader: fix efi_convert_device_path_to_text() by Heinrich Schuchardt · Tue Jul 26 07:45:18 2022 +0200
  6. 4f8633d bootstd: Allow bootmeths to be marked as global by Simon Glass · Sat Jul 30 15:52:21 2022 -0600
  7. 369b926 efi_loader: initialize the RNG protocol after the TCC2 by Ilias Apalodimas · Fri Jul 22 21:32:03 2022 +0530
  8. 066d180 efi_loader: remove support for CONFIG_LCD by Heinrich Schuchardt · Thu Jul 14 08:36:29 2022 +0200
  9. 97bd9da efi_loader: expose END device path node by Masahisa Kojima · Sun Jun 19 13:55:59 2022 +0900
  10. 89b5381 Merge branch 'next' by Tom Rini · Mon Jul 11 10:18:13 2022 -0400
  11. e669c2d efi_loader: image_loader: add a missing digest verification for signed PE image by AKASHI Takahiro · Tue Jul 05 14:48:14 2022 +0900
  12. e2761e2 efi_loader: image_loader: replace EFI_PRINT with log macros by AKASHI Takahiro · Tue Jul 05 14:48:13 2022 +0900
  13. f47b9b3 efi_loader: signature: export efi_hash_regions() by AKASHI Takahiro · Tue Jul 05 14:48:12 2022 +0900
  14. ab814f1 EFI: Fix ReadBlocks API reading incorrect sector for UCLASS_PARTITION devices by Paul Barbieri · Thu Jun 30 07:02:04 2022 -0400
  15. 433f15a cmd: load: add load command for memory mapped by Rui Miguel Silva · Wed May 11 10:55:40 2022 +0100
  16. 761908e efi_loader: initialize console size late by Heinrich Schuchardt · Tue Jun 14 08:02:03 2022 +0200
  17. f57eacb efi_loader: create boot options without file path by Heinrich Schuchardt · Sat Jun 11 05:22:08 2022 +0000
  18. 0628e1c efi_loader: allow booting from short dev only DP by Heinrich Schuchardt · Sat Jun 11 05:22:07 2022 +0000
  19. 4ed7261 EFI: FMP: Use a common GetImageInfo function for FIT and raw images by Sughosh Ganu · Wed Jun 01 23:30:41 2022 +0530
  20. 0f5ca5c EFI: Do not consider OsIndications variable if CONFIG_EFI_IGNORE_OSINDICATIONS is enabled by Sughosh Ganu · Wed Jun 01 23:30:39 2022 +0530
  21. 6a4625e efi: test/py: authenticate fit capsules by Vincent Stehlé · Tue May 31 09:55:34 2022 +0200
  22. c212fc7 EFI: Populate descriptor_count value only when image_info_size is not zero by Sughosh Ganu · Tue May 31 12:45:33 2022 +0530
  23. 0f3c922 efi: fix documentation warnings by Vincent Stehlé · Wed May 25 11:20:22 2022 +0200
  24. dac4d09 efi_loader: bootmgr: fix a problem in loading an image from a short-path by AKASHI Takahiro · Thu May 12 11:29:02 2022 +0900
  25. ba647af efi_loader: disk: add efi_disk_is_removable() by AKASHI Takahiro · Thu May 12 11:29:01 2022 +0900
  26. 34db9b1 efi_loader: add sha384/512 on certificate revocation by Ilias Apalodimas · Fri May 06 15:36:00 2022 +0300
  27. edf1935 efi_loader: Select EVENT as well by Jan Kiszka · Wed Apr 27 07:47:15 2022 +0200
  28. fd972f5 efi_loader: bootmgr: add booting from removable media by AKASHI Takahiro · Thu Apr 28 17:09:39 2022 +0900
  29. 537a693 efi_loader: export efi_locate_device_handle() by AKASHI Takahiro · Thu Apr 28 17:09:38 2022 +0900
  30. 013aabb lib: fix selection of CONFIG_CHARSET by Heinrich Schuchardt · Mon May 02 06:27:00 2022 +0200
  31. 30c9d67 efi_loader: reset colors before clearing screen by Heinrich Schuchardt · Sat Apr 30 09:05:04 2022 +0200
  32. 8c59113 efi_loader: disk: allow blk devices even without UCLASS_PARTITION by AKASHI Takahiro · Thu Apr 28 13:49:16 2022 +0900
  33. 3546eb2 efi_loader: simplify efi_add_conventional_memory_map() by Heinrich Schuchardt · Mon Apr 25 23:54:48 2022 +0200
  34. c79cebe efi_loader: simplify try_load_entry() by Heinrich Schuchardt · Mon Apr 25 23:35:01 2022 +0200
  35. e07fe5c efi_loader: don't call log with __func__ as parameter by Heinrich Schuchardt · Fri Apr 29 07:15:04 2022 +0200
  36. 808ece1 efi_loader: disk: use udevice instead of blk_desc by AKASHI Takahiro · Tue Apr 19 10:05:17 2022 +0900
  37. aff330a efi_loader: disk: not delete BLK device for BLK(IF_TYPE_EFI_LOADER) devices by AKASHI Takahiro · Tue Apr 19 10:05:15 2022 +0900
  38. 7cebb75 efi_loader: disk: a helper function to delete efi_disk objects by AKASHI Takahiro · Tue Apr 19 10:05:14 2022 +0900
  39. cdd245a efi_loader: disk: not create BLK device for BLK(IF_TYPE_EFI_LOADER) devices by AKASHI Takahiro · Tue Apr 19 10:05:13 2022 +0900
  40. 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
  41. a36dc25 efi_loader: split efi_init_obj_list() into two stages by AKASHI Takahiro · Tue Apr 19 10:05:11 2022 +0900
  42. 85ff961 efi_loader: disk: compile efi_disk when CONFIG_BLK by AKASHI Takahiro · Tue Apr 19 10:01:57 2022 +0900
  43. ae18a67 efi_loader: PARTITION_UUIDS should be optional by AKASHI Takahiro · Tue Apr 19 10:01:56 2022 +0900
  44. 99d2193 efi_loader: simplify efi_serialize_load_option() by Heinrich Schuchardt · Sat Apr 02 11:47:01 2022 +0200
  45. 28b06b2 efi_loader: EFI_HII_STRING_PROTOCOL.GetString() by Heinrich Schuchardt · Sat Apr 02 11:47:00 2022 +0200
  46. e5bbcaf FMP: Remove GUIDs for FIT and raw images by Sughosh Ganu · Fri Apr 15 11:29:39 2022 +0530
  47. a1d9f67 efi: Define set_dfu_alt_info() for boards with UEFI capsule update enabled by Sughosh Ganu · Fri Apr 15 11:29:37 2022 +0530
  48. f55c6b6 capsule: Put a check for image index before the update by Sughosh Ganu · Fri Apr 15 11:29:36 2022 +0530
  49. 2a9fd7d capsule: FMP: Populate the image descriptor array from platform data by Sughosh Ganu · Fri Apr 15 11:29:35 2022 +0530
  50. ff74486 efi_loader: Use sysreset instead of reset command by Masami Hiramatsu · Mon Mar 21 22:37:56 2022 +0900
  51. d306caa efi_loader: Make efi_load_capsule_drivers() available even if EFI_CAPSULE_ON_DISK=n by Masami Hiramatsu · Mon Mar 21 22:37:45 2022 +0900
  52. 79696ce efi_loader: optional persistence of variables by Tom Saeger · Tue Mar 22 15:21:10 2022 -0600
  53. 2853256 Merge branch 'next' by Tom Rini · Mon Apr 04 10:45:33 2022 -0400
  54. 038d866 efi_loader: initrddump: Actually use the custom CFLAGS by Andy Shevchenko · Wed Mar 30 12:14:43 2022 +0300
  55. 03fbd25 video: Drop references to CONFIG_VIDEO et al by Simon Glass · Sun Jan 23 07:04:08 2022 -0700
  56. 7e810a0 efi_loader: initrddump: drain input before prompt by Heinrich Schuchardt · Tue Mar 22 18:20:07 2022 +0100
  57. f6d2899 efi_loader: nocolor command line attr for initrddump.efi by Heinrich Schuchardt · Sun Mar 20 09:21:57 2022 +0100
  58. db17dbc efi_loader: typo devie-path by Heinrich Schuchardt · Mon Mar 21 08:26:48 2022 +0100
  59. c348cf2 efi_loader: move dtbdump.c, initrddump.c to lib/efi_loader by Heinrich Schuchardt · Thu Mar 03 08:13:53 2022 +0100
  60. a76fc03 efi_loader: remove efi_disk_is_system_part() by Heinrich Schuchardt · Sat Mar 05 00:36:50 2022 +0100
  61. a1d8246 efi_loader: support booting via short-form device-path by Heinrich Schuchardt · Sat Feb 26 12:05:30 2022 +0100
  62. 0a04a41 efi_loader: efi_dp_find_obj() add protocol check by Heinrich Schuchardt · Sat Mar 19 06:35:43 2022 +0100
  63. ad6d5a4 efi_loader: fix efi_dp_find_obj() by Heinrich Schuchardt · Fri Mar 04 08:20:00 2022 +0100
  64. 24f0e6a efi_loader: export efi_dp_shorten() by Heinrich Schuchardt · Sat Feb 26 12:10:10 2022 +0100
  65. a378f96 efi_loader: Set variable attributes when EFI_BUFFER_TOO_SMALL is returned by Ilias Apalodimas · Wed Mar 16 17:13:37 2022 +0200
  66. 2a22db9 efi_loader: copy GUID in InstallProtocolInterface() by Heinrich Schuchardt · Wed Mar 09 19:56:23 2022 +0100
  67. d250a8f efi_loader: update the timing of enabling and disabling EFI watchdog by Masahisa Kojima · Tue Feb 22 09:58:30 2022 +0900
  68. 4b2f8c1 efi_loader: test/py: Reset system after capsule update on disk by Masami Hiramatsu · Wed Feb 16 15:16:12 2022 +0900
  69. 3454a69 efi_loader: use efi_update_capsule_firmware() for capsule on disk by Masami Hiramatsu · Wed Feb 16 15:15:42 2022 +0900
  70. 1ee9c48 efi_loader: fix uefi secure boot with intermediate certs by Ilias Apalodimas · Mon Feb 14 11:14:22 2022 +0200
  71. e9b3662 efi_loader: fix dual signed image certification by Ilias Apalodimas · Fri Feb 11 09:37:49 2022 +0200
  72. ec209a7 efi: Drop unnecessary calls to blk_find_device() by Simon Glass · Sat Jan 29 14:58:39 2022 -0700
  73. 56ada7b efi: Use device_get_uclass_id() where appropriate by Simon Glass · Sat Jan 29 14:58:38 2022 -0700
  74. 81244ea efi_loader: add handle for UART by Heinrich Schuchardt · Fri Feb 04 20:47:09 2022 +0100
  75. 9c76124 efi_loader: fix text output for Uart() DP nodes by Heinrich Schuchardt · Fri Feb 04 16:36:49 2022 +0100
  76. 94f09e0 efi_loader: use %zu to print efi_uintn_t in FMP driver by Heinrich Schuchardt · Thu Feb 03 20:13:17 2022 +0100
  77. e1e8a65 efi_loader: use %zu not %zd to print efi_uintn_t by Heinrich Schuchardt · Thu Feb 03 22:21:51 2022 +0100
  78. f7bb8ee efi_loader: fix device path to text protocol by Heinrich Schuchardt · Sat Jan 29 19:01:07 2022 +0100
  79. 9097537 efi: Use 16-bit unicode strings by Simon Glass · Sun Jan 23 12:55:12 2022 -0700
  80. 81adfff efi_loader: hash the image once before checking against db/dbx by Ilias Apalodimas · Sat Jan 29 00:20:32 2022 +0200
  81. 71eae98 efi_loader: correctly handle mixed hashes and signatures in db by Ilias Apalodimas · Sat Jan 29 00:20:31 2022 +0200
  82. 279d1c8 efi_loader: Enable RISCV_EFI_BOOT_PROTOCOL support by Sunil V L · Fri Jan 28 20:48:44 2022 +0530
  83. fbe9021 efi_loader: correct function comment style by Heinrich Schuchardt · Thu Jan 20 19:48:20 2022 +0100
  84. 367f00d efi: Correct address handling with ACPI tables by Simon Glass · Wed Dec 01 09:02:42 2021 -0700
  85. 6f50b6a efi: Correct call to write_acpi_tables() by Simon Glass · Wed Dec 01 09:02:41 2021 -0700
  86. 9d12de6 Merge tag 'efi-2022-04-rc1-2' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Sat Jan 22 15:43:36 2022 -0500
  87. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · Wed Jan 19 18:05:50 2022 +0100
  88. 282249d efi_loader: use %pUs for printing GUIDs by Heinrich Schuchardt · Sun Jan 16 14:15:31 2022 +0100
  89. 294efd9 efidebug: avoid 'dfu_alt_info not defined' message by Heinrich Schuchardt · Sat Jan 15 02:11:22 2022 +0100
  90. 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
  91. 599ac59 efi_loader: Don't limit the StMM buffer size explicitly by Ilias Apalodimas · Fri Dec 24 10:08:41 2021 +0200
  92. 38155ea efi_loader: correctly handle no tpm device error by Masahisa Kojima · Tue Dec 07 14:15:33 2021 +0900
  93. fd19a7e efi_loader: check tcg2 protocol installation outside the TCG protocol by Masahisa Kojima · Tue Dec 07 14:15:32 2021 +0900
  94. 0fd4379 efi_loader: efi_tcg2_register returns appropriate error by Masahisa Kojima · Tue Dec 07 14:15:31 2021 +0900
  95. 9d0b5d0 efi_loader: Extend PCR's for firmware measurements by Ruchika Gupta · Mon Nov 29 13:09:46 2021 +0530
  96. bc9495c efi_loader: Add check for event log passed from firmware by Ruchika Gupta · Mon Nov 29 13:09:44 2021 +0530
  97. e9e8499 efi_loader: segfault in efi_clear_os_indications() by Heinrich Schuchardt · Sat Nov 20 11:53:12 2021 +0100
  98. e47b68b efi_loader: efi_disk_register() should not fail by Heinrich Schuchardt · Sat Nov 20 13:56:02 2021 +0100
  99. 669ef7f efi: Call bootm_disable_interrupts earlier in efi_exit_boot_services by Tom Rini · Fri Nov 19 16:33:04 2021 -0500
  100. 1d16f1e efi_loader: startup the tpm device when installing the protocol by Ilias Apalodimas · Thu Nov 18 10:13:42 2021 +0200