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