1. 01171e1 efi_loader: multi part device paths to text by Heinrich Schuchardt · Thu Feb 18 18:30:43 2021 +0100
  2. f142493 Allow last block to be read by Jesper Schmitz Mouridsen · Tue Feb 09 17:17:17 2021 +0100
  3. b1db71b Merge branch '2021-02-02-drop-asm_global_data-when-unused' by Tom Rini · Mon Feb 15 08:19:40 2021 -0500
  4. 812f6e0 efi_loader: fix get_last_capsule() by Heinrich Schuchardt · Tue Feb 09 20:20:34 2021 +0100
  5. 76b708a efi_loader: '.' and '..' are directories by Heinrich Schuchardt · Tue Feb 09 17:45:33 2021 +0100
  6. 4e472d8 efi_loader: don't load beyond VirtualSize by Asherah Connor · Tue Feb 09 06:19:48 2021 +0000
  7. 2fa4ac9 efi_loader: VenMedia device path node by Heinrich Schuchardt · Wed Feb 03 18:46:07 2021 +0100
  8. 2639762 efi_loader: install UEFI System Partition GUID by Heinrich Schuchardt · Tue Feb 02 17:53:14 2021 +0100
  9. c57840e efi_loader: only check size if EFI_DT_APPLY_FIXUPS by Heinrich Schuchardt · Tue Feb 02 07:27:42 2021 +0100
  10. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · Fri Oct 30 21:38:53 2020 -0600
  11. af64c3e efi_loader: switch to non-secure mode later by Heinrich Schuchardt · Sun Jan 24 14:34:12 2021 +0000
  12. 0bb7389 efi_loader: correct block IO alignment check by Heinrich Schuchardt · Sat Jan 23 19:33:11 2021 +0100
  13. b56e719 efi_loader: correct EFI_BLOCK_IO_PROTOCOL.Media.LastBlock by Heinrich Schuchardt · Sat Jan 23 06:52:21 2021 +0100
  14. 3d83b73 efi_loader: notification with TPL_APPLICATION not allowed by Heinrich Schuchardt · Wed Jan 06 12:55:22 2021 +0100
  15. c8fc12f efi_loader: capsule: fix SIZEOF_MISMATCH warning by AKASHI Takahiro · Fri Jan 22 10:43:27 2021 +0900
  16. 20d88c7 efi_loader: fix efi_load_image_from_path() by Heinrich Schuchardt · Wed Jan 20 22:57:46 2021 +0100
  17. 3352144 efi_loader: Avoid emitting efi_var_buf to .GOT by Ilias Apalodimas · Sat Jan 16 17:28:04 2021 +0200
  18. 3bca234 efi_loader: remove EFI_UNICODE_COLLATION_PROTOCOL by Heinrich Schuchardt · Sat Jan 16 09:58:06 2021 +0100
  19. 1cb1a9d efi_loader: EFI_DEVICE_PATH_UTILITIES_PROTOCOL configurable by Heinrich Schuchardt · Sat Jan 16 09:44:25 2021 +0100
  20. 0404b28 efi_loader: make EFI_DT_FIXUP_PROTOCOL configurable by Heinrich Schuchardt · Sat Jan 16 09:33:24 2021 +0100
  21. 20d48db efi_loader: fixup protocol, avoid forward declaration by Heinrich Schuchardt · Sat Jan 16 08:50:10 2021 +0100
  22. b2625e8 efi_loader: make the UEFI boot manager configurable by Heinrich Schuchardt · Fri Jan 15 19:02:50 2021 +0100
  23. a8cb98f efi_loader: move load options to new module by Heinrich Schuchardt · Fri Jan 15 19:02:49 2021 +0100
  24. 2c1e224 efi_loader: implement EFI_DT_FIXUP_PROTOCOL by Heinrich Schuchardt · Sun Dec 13 10:30:24 2020 +0100
  25. 100cef1 efi_loader: remove outdated TODO in efi_memory.c by Heinrich Schuchardt · Tue Jan 05 08:22:51 2021 +0100
  26. 8449428 efi_loader: typedef efi_string_t text output protocol by Heinrich Schuchardt · Tue Jan 05 07:50:09 2021 +0100
  27. ad6e0f7 efi_loader: carve out efi_check_pe() by Heinrich Schuchardt · Tue Jan 12 12:40:32 2021 +0100
  28. d9b2ff7 efi_loader: print boot device and file path in helloworld by Heinrich Schuchardt · Tue Jan 12 12:40:11 2021 +0100
  29. e759b57 efi_loader: implement non-blocking file services by Heinrich Schuchardt · Fri Jan 01 08:39:43 2021 +0100
  30. 9558862 dm: Use access methods for dev/uclass private data by Simon Glass · Tue Dec 22 19:30:28 2020 -0700
  31. c9a821b efi_loader: Enable uefi capsule authentication by Sughosh Ganu · Wed Dec 30 19:27:10 2020 +0530
  32. 586bb98 efi: capsule: Add support for uefi capsule authentication by Sughosh Ganu · Wed Dec 30 19:27:09 2020 +0530
  33. fa0faa6 efi_loader: Re-factor code to build the signature store from efi signature list by Sughosh Ganu · Wed Dec 30 19:27:08 2020 +0530
  34. ea35008 efi_loader: Make the pkcs7 header parsing function an extern by Sughosh Ganu · Wed Dec 30 19:27:07 2020 +0530
  35. 7221c6e efi_loader: Add logic to parse EDKII specific fmp payload header by Sughosh Ganu · Wed Dec 30 19:27:05 2020 +0530
  36. 3ef4c85 efi_loader: event queueing by Heinrich Schuchardt · Mon Dec 28 00:25:34 2020 +0100
  37. 2157529 efi_loader: Add size checks to efi_create_indexed_name() by Ilias Apalodimas · Thu Dec 31 12:26:46 2020 +0200
  38. 317fc4c efi_loader: Remove unconditional installation of file2 protocol for initrd by Ilias Apalodimas · Wed Dec 30 17:07:14 2020 +0200
  39. daa924a efi_loader: Remove unused headers from efi_load_initrd.c by Ilias Apalodimas · Thu Dec 31 12:33:23 2020 +0200
  40. 026c7ec efi_loader: use after free in efi_exit() by Heinrich Schuchardt · Mon Dec 28 23:24:40 2020 +0100
  41. 9de0fb7 efi_loader: efi_signal_event() fix comment typos by Heinrich Schuchardt · Mon Dec 28 00:59:09 2020 +0100
  42. 002773f efi_loader: avoid invalid free by Heinrich Schuchardt · Sun Dec 27 15:46:00 2020 +0100
  43. 8094bf0 efi_loader: escape key handling by Heinrich Schuchardt · Sun Dec 27 14:47:50 2020 +0100
  44. 20dbedb efi_loader: missing parentheses after if by Heinrich Schuchardt · Sun Dec 27 15:33:09 2020 +0100
  45. 19cb982 efi_loader: Extra checks while opening an OPTEE session by Ilias Apalodimas · Wed Dec 23 13:25:00 2020 +0200
  46. 12f1861 efi_loader: make variable store size customizable by Heinrich Schuchardt · Sun Dec 20 11:05:38 2020 +0100
  47. 43eb872 sandbox: implement runtime system reset by Heinrich Schuchardt · Wed Dec 02 16:22:11 2020 +0100
  48. 75e534b dm: Avoid accessing seq directly by Simon Glass · Wed Dec 16 21:20:07 2020 -0700
  49. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · Thu Dec 03 16:55:18 2020 -0700
  50. cb9ff4e efi_loader: link partition to block device by Heinrich Schuchardt · Fri Jan 10 12:36:01 2020 +0100
  51. 9c89d14 efi_loader: make efi_protocol_open() non-static by Heinrich Schuchardt · Fri Jan 10 12:33:59 2020 +0100
  52. 8260827 efi_loader: support EFI_LOAD_FILE_PROTOCOL by Heinrich Schuchardt · Sun Dec 06 13:00:15 2020 +0100
  53. 3dd733e efi_loader: carve out efi_load_image_from_file() by Heinrich Schuchardt · Sun Dec 06 10:47:57 2020 +0100
  54. 471db44 efi_loader: pass boot_policy to efi_load_image_from_path by Heinrich Schuchardt · Fri Dec 04 09:27:41 2020 +0100
  55. 485956d efi_loader: move EFI_LOAD_FILE2_PROTOCOL_GUID by Heinrich Schuchardt · Fri Dec 04 03:33:41 2020 +0100
  56. 1d59a57 efi_loader: resequence functions in efi_boottime.c by Heinrich Schuchardt · Fri Dec 04 03:02:03 2020 +0100
  57. 2a2654f efi_loader: remove EFI_HII_CONFIG_ROUTING_PROTOCOL by Heinrich Schuchardt · Mon Dec 07 18:20:57 2020 +0100
  58. 5461f80 efi_loader: don't set EFI_RT_SUPPORTED_UPDATE_CAPSULE by Heinrich Schuchardt · Wed Dec 09 07:38:46 2020 +0100
  59. 7ff3f3c efi_loader: add firmware management protocol for raw image by AKASHI Takahiro · Tue Nov 17 09:28:00 2020 +0900
  60. f4818e6 efi_loader: add firmware management protocol for FIT image by AKASHI Takahiro · Mon Nov 30 18:12:12 2020 +0900
  61. 0d96378 efi_loader: capsule: support firmware update by AKASHI Takahiro · Mon Nov 30 18:12:11 2020 +0900
  62. 45b81954 efi_loader: capsule: add capsule_on_disk support by AKASHI Takahiro · Tue Nov 17 09:27:56 2020 +0900
  63. 473d9b3 efi_loader: define UpdateCapsule api by AKASHI Takahiro · Tue Nov 17 09:27:55 2020 +0900
  64. 967650d efi_loader: Introduce eventlog support for TCG2_PROTOCOL by Ilias Apalodimas · Mon Nov 30 11:47:40 2020 +0200
  65. 8da4625 efi_loader: enable EFI_SET_TIME on sandbox and QEMU ARM by Heinrich Schuchardt · Sat Nov 21 20:52:18 2020 +0100
  66. cd9f860 efi_loader: parameter check in GetNextVariableName() by Heinrich Schuchardt · Thu Nov 19 19:40:08 2020 +0100
  67. c67fef6 efi_loader: tcg2 protocol updates by Ilias Apalodimas · Mon Nov 16 08:52:41 2020 +0200
  68. 590fef6 efi_loader: Add basic EFI_TCG2_PROTOCOL support by Ilias Apalodimas · Wed Nov 11 11:18:11 2020 +0200
  69. 344bc07 efi_loader: incorrect buffer size in efi_file_setinfo() by Heinrich Schuchardt · Tue Nov 10 07:24:16 2020 +0100
  70. 77794eb efi_loader: Add missing newline to log_{err,warning} by Paulo Alcantara · Fri Nov 06 13:52:43 2020 -0300
  71. 628dbd7 efi_selftest: keep devices in ExitBootServices() by Heinrich Schuchardt · Thu Nov 12 21:26:28 2020 +0100
  72. 0f7a680 efi_loader: non-volatile variable not deleted from file by Heinrich Schuchardt · Mon Nov 02 19:32:24 2020 +0100
  73. 9407468 efi_loader: add efi_create_indexed_name() by AKASHI Takahiro · Thu Oct 29 13:47:46 2020 +0900
  74. 87942ac efi_loader: add option to initialise EFI subsystem early by AKASHI Takahiro · Thu Oct 29 13:47:45 2020 +0900
  75. c7ce404 efi_loader: fix DisconnectController() for sole child by Heinrich Schuchardt · Wed Oct 28 18:45:47 2020 +0100
  76. 6846c57 efi_loader: daylight saving time by Heinrich Schuchardt · Fri Oct 23 05:30:29 2020 +0200
  77. c539fb8 efi_loader: Disable devices before handing over control by Ilias Apalodimas · Thu Oct 22 01:04:21 2020 +0300
  78. 4cc0632 efi_loader: Sort header file ordering by Ilias Apalodimas · Thu Oct 22 01:04:20 2020 +0300
  79. c4954fb common: rename getc() to getchar() by Heinrich Schuchardt · Wed Oct 07 18:11:48 2020 +0200
  80. fab8910 efi_loader: fix use after free in receive path by Patrick Wildt · Wed Oct 07 11:04:33 2020 +0200
  81. 3354233 efi_loader: QEMU CONFIG_EFI_GRUB_ARM32_WORKAROUND=n by Heinrich Schuchardt · Thu Sep 17 19:09:23 2020 +0200
  82. 988b0f5 efi_loader: illegal free in EFI_LOAD_FILE2_PROTOCOL by Heinrich Schuchardt · Sat Oct 03 12:50:52 2020 +0200
  83. d1d8933 efi_loader: description EFI_LOAD_FILE2_PROTOCOL by Heinrich Schuchardt · Sat Oct 03 12:44:31 2020 +0200
  84. c63f68f efi_loader: installation of EFI_RNG_PROTOCOL by Heinrich Schuchardt · Fri Sep 25 12:50:19 2020 +0200
  85. ec631ea efi_memory: refine overlap_only_ram description by Maxim Uvarov · Fri Aug 28 22:47:41 2020 +0300
  86. f277d94 efi_loader: save global data pointer on RISC-V by Heinrich Schuchardt · Thu Sep 10 12:22:54 2020 +0200
  87. 6dc6428 efi_loader: efi_var_mem_notify_exit_boot_services by Heinrich Schuchardt · Tue Sep 08 10:51:27 2020 +0000
  88. 70bc8dd efi_loader: remove duplicate image size check by Heinrich Schuchardt · Thu Aug 27 17:54:53 2020 +0200
  89. 74a8414 efi_loader: error message if image not authenticated by Heinrich Schuchardt · Thu Aug 27 17:51:32 2020 +0200
  90. eb67657 efi_loader: log function in image loader by Heinrich Schuchardt · Tue Aug 25 17:51:20 2020 +0000
  91. 55a6112 efi_loader: validate device path length in boot manager by Heinrich Schuchardt · Sun Aug 23 10:59:17 2020 +0200
  92. 22c8e08 efi_loader: efi_dp_check_length() by Heinrich Schuchardt · Sun Aug 23 10:49:46 2020 +0200
  93. 7b66fcc efi_loader: ResetSystem() should not hang by Heinrich Schuchardt · Sat Aug 22 08:29:53 2020 +0200
  94. 1641180 efi_loader: signature: correct a behavior against multiple signatures by AKASHI Takahiro · Fri Aug 14 14:39:23 2020 +0900
  95. 2e0d94a efi_loader: variable: fix secure state initialization by AKASHI Takahiro · Thu Aug 13 17:05:29 2020 +0900
  96. 14afd06 efi_loader: signature: rework for intermediate certificates support by AKASHI Takahiro · Tue Jul 21 19:35:22 2020 +0900
  97. 1bb6edf efi_loader: variable: keep temporary buffer during the authentication by AKASHI Takahiro · Wed Aug 12 09:37:50 2020 +0900
  98. a7647a7 efi_loader: set load options in boot manager by Heinrich Schuchardt · Fri Aug 07 17:49:39 2020 +0200
  99. 25c6be5 efi_loader: factor out efi_set_load_options() by Heinrich Schuchardt · Fri Aug 07 17:47:13 2020 +0200
  100. 200647a efi_loader: add copyright notice by AKASHI Takahiro · Thu Jul 30 16:33:59 2020 +0900