1. c4954fb common: rename getc() to getchar() by Heinrich Schuchardt · Wed Oct 07 18:11:48 2020 +0200
  2. fab8910 efi_loader: fix use after free in receive path by Patrick Wildt · Wed Oct 07 11:04:33 2020 +0200
  3. 3354233 efi_loader: QEMU CONFIG_EFI_GRUB_ARM32_WORKAROUND=n by Heinrich Schuchardt · Thu Sep 17 19:09:23 2020 +0200
  4. 988b0f5 efi_loader: illegal free in EFI_LOAD_FILE2_PROTOCOL by Heinrich Schuchardt · Sat Oct 03 12:50:52 2020 +0200
  5. d1d8933 efi_loader: description EFI_LOAD_FILE2_PROTOCOL by Heinrich Schuchardt · Sat Oct 03 12:44:31 2020 +0200
  6. c63f68f efi_loader: installation of EFI_RNG_PROTOCOL by Heinrich Schuchardt · Fri Sep 25 12:50:19 2020 +0200
  7. ec631ea efi_memory: refine overlap_only_ram description by Maxim Uvarov · Fri Aug 28 22:47:41 2020 +0300
  8. f277d94 efi_loader: save global data pointer on RISC-V by Heinrich Schuchardt · Thu Sep 10 12:22:54 2020 +0200
  9. 6dc6428 efi_loader: efi_var_mem_notify_exit_boot_services by Heinrich Schuchardt · Tue Sep 08 10:51:27 2020 +0000
  10. 70bc8dd efi_loader: remove duplicate image size check by Heinrich Schuchardt · Thu Aug 27 17:54:53 2020 +0200
  11. 74a8414 efi_loader: error message if image not authenticated by Heinrich Schuchardt · Thu Aug 27 17:51:32 2020 +0200
  12. eb67657 efi_loader: log function in image loader by Heinrich Schuchardt · Tue Aug 25 17:51:20 2020 +0000
  13. 55a6112 efi_loader: validate device path length in boot manager by Heinrich Schuchardt · Sun Aug 23 10:59:17 2020 +0200
  14. 22c8e08 efi_loader: efi_dp_check_length() by Heinrich Schuchardt · Sun Aug 23 10:49:46 2020 +0200
  15. 7b66fcc efi_loader: ResetSystem() should not hang by Heinrich Schuchardt · Sat Aug 22 08:29:53 2020 +0200
  16. 1641180 efi_loader: signature: correct a behavior against multiple signatures by AKASHI Takahiro · Fri Aug 14 14:39:23 2020 +0900
  17. 2e0d94a efi_loader: variable: fix secure state initialization by AKASHI Takahiro · Thu Aug 13 17:05:29 2020 +0900
  18. 14afd06 efi_loader: signature: rework for intermediate certificates support by AKASHI Takahiro · Tue Jul 21 19:35:22 2020 +0900
  19. 1bb6edf efi_loader: variable: keep temporary buffer during the authentication by AKASHI Takahiro · Wed Aug 12 09:37:50 2020 +0900
  20. a7647a7 efi_loader: set load options in boot manager by Heinrich Schuchardt · Fri Aug 07 17:49:39 2020 +0200
  21. 25c6be5 efi_loader: factor out efi_set_load_options() by Heinrich Schuchardt · Fri Aug 07 17:47:13 2020 +0200
  22. 200647a efi_loader: add copyright notice by AKASHI Takahiro · Thu Jul 30 16:33:59 2020 +0900
  23. c6dcbe1 efi_loader: use CONFIG_STACK_SIZE in the UEFI sub-system by Heinrich Schuchardt · Wed Jul 29 12:37:35 2020 +0200
  24. a4d1b1b efi_loader: Enable run-time variable support for tee based variables by Ilias Apalodimas · Thu Jul 23 15:49:49 2020 +0300
  25. 91b218d efi_loader: Trim output buffer size correctly for tee variables by Ilias Apalodimas · Wed Jul 22 01:50:37 2020 +0300
  26. 3724057 efi_loader: use logging for block device messages by Heinrich Schuchardt · Fri Jul 17 20:33:05 2020 +0200
  27. c594941 efi_loader: document efi_save_gd(), efi_restore_gd() by Heinrich Schuchardt · Sat Jul 18 09:53:01 2020 +0200
  28. 6b398d0 efi_loader: loosen buffer parameter check in efi_file_read by Stefan Sørensen · Wed Jul 22 09:43:31 2020 +0200
  29. fe7c1fc efi_loader: Check for the native OP-TEE result on mm_communicate calls by Ilias Apalodimas · Wed Jul 22 10:32:22 2020 +0300
  30. 128a3c5 efi_loader: Rename and correct values for ARM_SMC_MM_* by Ilias Apalodimas · Fri Jul 17 07:55:03 2020 +0300
  31. 447753e efi_loader: don't use memmove() in efi_var_mem_del() by Heinrich Schuchardt · Wed Jul 22 07:56:14 2020 +0200
  32. eb7dbe8 efi_loader: efi_current_var after SetVirtualAddressMap by Heinrich Schuchardt · Wed Jul 22 06:29:38 2020 +0200
  33. 4b7d5c1 efi_loader: pre-seed UEFI variables by Heinrich Schuchardt · Tue Jul 14 21:25:28 2020 +0200
  34. 3a28033 efi_loader: identify PK, KEK, db, dbx correctly by Heinrich Schuchardt · Wed Jul 15 12:40:35 2020 +0200
  35. 41bc601 efi_loader: configuration of variables store by Heinrich Schuchardt · Tue Jul 14 19:18:33 2020 +0200
  36. 730e229 efi_loader: update secure state by Heinrich Schuchardt · Tue Jul 14 08:14:08 2020 +0200
  37. 0f2c333 efi_loader: restructure code for TEE variables by Heinrich Schuchardt · Tue Jul 14 08:04:49 2020 +0200
  38. 5f1bce9 efi_loader: display RO attribute with TEE-backed variables by Ilias Apalodimas · Thu Jul 09 23:00:40 2020 +0300
  39. 5be5971 efi_loader: enable UEFI variables at runtime by Heinrich Schuchardt · Tue Mar 24 19:54:53 2020 +0000
  40. 047276c efi_loader: use memory based variable storage by Heinrich Schuchardt · Sat Jul 04 18:34:15 2020 +0200
  41. 29ef99c efi_loader: memory buffer for variables by Heinrich Schuchardt · Sun Mar 22 09:07:50 2020 +0100
  42. 8cd9975 efi_loader: new function efi_memcpy_runtime() by Heinrich Schuchardt · Sun Jun 28 16:30:29 2020 +0200
  43. dabe54a efi_loader: optional pointer for ConvertPointer by Heinrich Schuchardt · Tue Mar 24 17:52:40 2020 +0100
  44. 699b7c6 efi_loader: export efi_convert_pointer() by Heinrich Schuchardt · Tue Mar 24 18:05:22 2020 +0100
  45. 09a8d50 efi_loader: UEFI variable persistence by Heinrich Schuchardt · Thu Mar 19 18:21:58 2020 +0000
  46. 40fbdd8 efi_loader: secure boot flag by Heinrich Schuchardt · Sun Jul 05 02:29:50 2020 +0200
  47. 93f9625 efi_loader: read-only AuditMode and DeployedMode by Heinrich Schuchardt · Sat Jul 04 18:34:15 2020 +0200
  48. 6a288f7 efi_loader: value of VendorKeys by Heinrich Schuchardt · Sat Jul 04 22:41:26 2020 +0200
  49. 10bd8de efi_loader: keep attributes in efi_set_variable_int by Heinrich Schuchardt · Wed Jun 17 12:20:46 2020 +0200
  50. f625fed efi_loader: simplify boot manager by Heinrich Schuchardt · Wed Jun 24 19:09:18 2020 +0200
  51. ee3565f efi_loader: OsIndicationsSupported, PlatformLangCodes by Heinrich Schuchardt · Wed Jun 24 19:38:29 2020 +0200
  52. 276c61d efi_loader: separate UEFI variable API from implemementation by Heinrich Schuchardt · Fri Jun 26 17:57:48 2020 +0200
  53. 9827e84 efi_loader: prepare for read only OP-TEE variables by Heinrich Schuchardt · Mon Jun 22 18:10:27 2020 +0200
  54. b0818b7 efi_loader: NULL dereference in efi_convert_pointer by Heinrich Schuchardt · Tue Jul 07 03:10:12 2020 +0200
  55. 0f321b6 efi_loader: fix efi_get_child_controllers() by Heinrich Schuchardt · Tue Jul 07 04:21:26 2020 +0200
  56. d054aec efi_loader: wrong printf format in efi_image_parse by Heinrich Schuchardt · Tue Jul 07 07:23:44 2020 +0200
  57. 24105b8 efi_loader: cleanup for tee backed variables by Ilias Apalodimas · Wed Jul 01 16:41:25 2020 +0300
  58. de92407 efi_loader: image_loader: add digest-based verification for signed image by AKASHI Takahiro · Wed Jul 08 14:01:57 2020 +0900
  59. 4154b64 efi_loader: image_loader: verification for all signatures should pass by AKASHI Takahiro · Wed Jul 08 14:01:56 2020 +0900
  60. ddbfa61 efi_loader: signature: make efi_hash_regions more generic by AKASHI Takahiro · Wed Jul 08 14:01:55 2020 +0900
  61. 903120c efi_loader: signature: fix a size check against revocation list by AKASHI Takahiro · Wed Jul 08 14:01:54 2020 +0900
  62. 0d5eba4 efi_loader: image_loader: retrieve authenticode only if it exists by AKASHI Takahiro · Wed Jul 08 14:01:53 2020 +0900
  63. eab1275 efi_loader: image_loader: add a check against certificate type of authenticode by AKASHI Takahiro · Wed Jul 08 14:01:52 2020 +0900
  64. 6c46aaa efi_loader: imply FAT, FAT_WRITE by Heinrich Schuchardt · Sat Mar 21 20:45:50 2020 +0100
  65. de9bdc6 efi_loader: export initialization state by Heinrich Schuchardt · Thu Mar 19 18:21:58 2020 +0000
  66. 5106dc7 efi_loader: rtc_mktime() called twice by Heinrich Schuchardt · Tue Jun 30 12:02:14 2020 +0200
  67. 273df96 efi_loader: use log function in boot manager by Heinrich Schuchardt · Sun May 31 10:07:31 2020 +0200
  68. 2db39ef efi_loader: time based authentication by Heinrich Schuchardt · Wed Jul 01 15:32:47 2020 +0200
  69. 7a76a3f efi_loader: add missing validation of timestamp by Heinrich Schuchardt · Wed Jul 01 12:44:00 2020 +0200
  70. 623e5e5 efi_loader: fix efi_image_region_add() by Heinrich Schuchardt · Wed Jul 01 20:01:52 2020 +0200
  71. cb0b411 efi_loader: image_loader: replace debug to EFI_PRINT by AKASHI Takahiro · Tue Jun 09 14:09:35 2020 +0900
  72. 3712373 efi_loader: variable: replace debug to EFI_PRINT by AKASHI Takahiro · Tue Jun 09 14:09:34 2020 +0900
  73. 10a9fa8 efi_loader: signature: replace debug to EFI_PRINT by AKASHI Takahiro · Tue Jun 09 14:09:33 2020 +0900
  74. 9b31c63 efi_loader: change efi objects initialization order by AKASHI Takahiro · Tue Jun 09 14:09:31 2020 +0900
  75. 563e552 efi_loader: fix incorrect use of EFI_EXIT() by Heinrich Schuchardt · Mon Jun 29 11:49:58 2020 +0200
  76. bae548c efi_loader: size of secure boot variables by Heinrich Schuchardt · Wed Jun 24 12:38:00 2020 +0200
  77. e422dcc efi_loader: type of efi_secure_mode by Heinrich Schuchardt · Wed Jun 24 12:14:49 2020 +0200
  78. 8d2472c efi_loader: printf code in efi_image_parse() by Heinrich Schuchardt · Sat Jun 06 13:17:48 2020 +0200
  79. 8bc44ed efi_loader: comments EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL by Heinrich Schuchardt · Thu Jun 04 18:40:44 2020 +0200
  80. 5ed9ada efi_loader: signature: move efi_guid_cert_type_pkcs7 to efi_signature.c by AKASHI Takahiro · Fri May 29 15:41:18 2020 +0900
  81. 5605e66 efi_loader: simplify PE consistency check by Heinrich Schuchardt · Sat May 30 07:35:59 2020 +0200
  82. 72bc714 efi_loader: function description cmp_pe_section() by Heinrich Schuchardt · Sat May 30 06:44:48 2020 +0200
  83. da6d607 efi_loader: function descriptions efi_image_loader.c by Heinrich Schuchardt · Sat May 30 05:48:08 2020 +0200
  84. 1a3732c efi_loader: allow compiling with clang by Heinrich Schuchardt · Wed May 27 01:58:30 2020 +0200
  85. 7ca84f8 efi_loader: validate load option by Heinrich Schuchardt · Sun May 31 22:46:09 2020 +0200
  86. 2321b55 efi_loader: check device path is not installed twice by Heinrich Schuchardt · Thu May 21 09:22:06 2020 +0200
  87. 7bdb602 efi_loader: device path for SATA devices by Heinrich Schuchardt · Wed May 20 23:12:02 2020 +0200
  88. c770aaa efi_loader: device path for virtio block devices by Heinrich Schuchardt · Wed May 20 22:39:35 2020 +0200
  89. f667a18 efi_loader: initialize root node first by Heinrich Schuchardt · Wed May 20 21:27:29 2020 +0200
  90. efaa3b8 efi_loader: Remove unnecessary debug by Pragnesh Patel · Tue May 19 15:43:34 2020 +0530
  91. 4dcacfc common: Drop linux/bitops.h from common header by Simon Glass · Sun May 10 11:40:13 2020 -0600
  92. 0f2af88 common: Drop log.h from common header by Simon Glass · Sun May 10 11:40:05 2020 -0600
  93. ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · Sun May 10 11:40:03 2020 -0600
  94. 655306c common: Drop part.h from common header by Simon Glass · Sun May 10 11:39:58 2020 -0600
  95. c1c4a8f part: Drop disk_partition_t typedef by Simon Glass · Sun May 10 11:39:57 2020 -0600
  96. 274e0b0 common: Drop net.h from common header by Simon Glass · Sun May 10 11:39:56 2020 -0600
  97. 6f04498 common: Drop uuid.h from common header by Simon Glass · Sun May 10 11:39:52 2020 -0600
  98. 77a364f efi_loader: Implement EFI variable handling via OP-TEE by Ilias Apalodimas · Sun May 17 22:25:44 2020 +0300
  99. 282d386 efi_loader: round the memory area in efi_add_memory_map() by Michael Walle · Sun May 17 12:29:19 2020 +0200
  100. 4854f78 efi_loader: variable: check a return value of uuid__str_to_bin() by AKASHI Takahiro · Fri May 08 14:51:21 2020 +0900