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