1. 5d1f79b efi_loader: Rename and correct values for ARM_SMC_MM_* by Ilias Apalodimas · 4 years, 2 months ago
  2. ebbad02 efi_loader: don't use memmove() in efi_var_mem_del() by Heinrich Schuchardt · 4 years, 2 months ago
  3. 01fa922 efi_loader: efi_current_var after SetVirtualAddressMap by Heinrich Schuchardt · 4 years, 2 months ago
  4. 7dda163 efi_loader: pre-seed UEFI variables by Heinrich Schuchardt · 4 years, 2 months ago
  5. 99bfab8 efi_loader: identify PK, KEK, db, dbx correctly by Heinrich Schuchardt · 4 years, 2 months ago
  6. be66b89 efi_loader: configuration of variables store by Heinrich Schuchardt · 4 years, 2 months ago
  7. 1a7b0f6 efi_loader: update secure state by Heinrich Schuchardt · 4 years, 2 months ago
  8. 012c56a efi_loader: restructure code for TEE variables by Heinrich Schuchardt · 4 years, 2 months ago
  9. f96744b efi_loader: display RO attribute with TEE-backed variables by Ilias Apalodimas · 4 years, 3 months ago
  10. b02a707 efi_loader: enable UEFI variables at runtime by Heinrich Schuchardt · 4 years, 6 months ago
  11. ab7296c efi_loader: use memory based variable storage by Heinrich Schuchardt · 4 years, 3 months ago
  12. f1f990a efi_loader: memory buffer for variables by Heinrich Schuchardt · 4 years, 6 months ago
  13. b0dd8cb efi_loader: new function efi_memcpy_runtime() by Heinrich Schuchardt · 4 years, 3 months ago
  14. 724d281 efi_loader: optional pointer for ConvertPointer by Heinrich Schuchardt · 4 years, 6 months ago
  15. a44d2a2 efi_loader: export efi_convert_pointer() by Heinrich Schuchardt · 4 years, 6 months ago
  16. 5f7dcf0 efi_loader: UEFI variable persistence by Heinrich Schuchardt · 4 years, 6 months ago
  17. 198bf64 efi_loader: secure boot flag by Heinrich Schuchardt · 4 years, 3 months ago
  18. 55a8305 efi_loader: read-only AuditMode and DeployedMode by Heinrich Schuchardt · 4 years, 3 months ago
  19. fd7b673 efi_loader: value of VendorKeys by Heinrich Schuchardt · 4 years, 3 months ago
  20. 37fa7cb efi_loader: keep attributes in efi_set_variable_int by Heinrich Schuchardt · 4 years, 3 months ago
  21. dda8c71 efi_loader: simplify boot manager by Heinrich Schuchardt · 4 years, 3 months ago
  22. dc90e5c efi_loader: OsIndicationsSupported, PlatformLangCodes by Heinrich Schuchardt · 4 years, 3 months ago
  23. 01df8cf efi_loader: separate UEFI variable API from implemementation by Heinrich Schuchardt · 4 years, 3 months ago
  24. f2d2b3a efi_loader: prepare for read only OP-TEE variables by Heinrich Schuchardt · 4 years, 3 months ago
  25. a27c78f efi_loader: NULL dereference in efi_convert_pointer by Heinrich Schuchardt · 4 years, 3 months ago
  26. 1047c6e efi_loader: fix efi_get_child_controllers() by Heinrich Schuchardt · 4 years, 3 months ago
  27. 39a75f5 efi_loader: wrong printf format in efi_image_parse by Heinrich Schuchardt · 4 years, 3 months ago
  28. ecb833a efi_loader: cleanup for tee backed variables by Ilias Apalodimas · 4 years, 3 months ago
  29. 7926dfb efi_loader: image_loader: add digest-based verification for signed image by AKASHI Takahiro · 4 years, 3 months ago
  30. 11bafb2 efi_loader: image_loader: verification for all signatures should pass by AKASHI Takahiro · 4 years, 3 months ago
  31. 1e64d0b efi_loader: signature: make efi_hash_regions more generic by AKASHI Takahiro · 4 years, 3 months ago
  32. 36b2f9d efi_loader: signature: fix a size check against revocation list by AKASHI Takahiro · 4 years, 3 months ago
  33. eb537fd efi_loader: image_loader: retrieve authenticode only if it exists by AKASHI Takahiro · 4 years, 3 months ago
  34. 1a44b70 efi_loader: image_loader: add a check against certificate type of authenticode by AKASHI Takahiro · 4 years, 3 months ago
  35. 93f6201 efi_loader: imply FAT, FAT_WRITE by Heinrich Schuchardt · 4 years, 6 months ago
  36. 15b1bf1 efi_loader: export initialization state by Heinrich Schuchardt · 4 years, 6 months ago
  37. 3a92f85 efi_loader: rtc_mktime() called twice by Heinrich Schuchardt · 4 years, 3 months ago
  38. 7a373e5 efi_loader: use log function in boot manager by Heinrich Schuchardt · 4 years, 4 months ago
  39. cb71160 efi_loader: time based authentication by Heinrich Schuchardt · 4 years, 3 months ago
  40. 33f183f efi_loader: add missing validation of timestamp by Heinrich Schuchardt · 4 years, 3 months ago
  41. 28164c9 efi_loader: fix efi_image_region_add() by Heinrich Schuchardt · 4 years, 3 months ago
  42. 1b6c085 efi_loader: image_loader: replace debug to EFI_PRINT by AKASHI Takahiro · 4 years, 4 months ago
  43. ce3c386 efi_loader: variable: replace debug to EFI_PRINT by AKASHI Takahiro · 4 years, 4 months ago
  44. 3e9019d efi_loader: signature: replace debug to EFI_PRINT by AKASHI Takahiro · 4 years, 4 months ago
  45. f7a963c efi_loader: change efi objects initialization order by AKASHI Takahiro · 4 years, 4 months ago
  46. e4c1c48 efi_loader: fix incorrect use of EFI_EXIT() by Heinrich Schuchardt · 4 years, 3 months ago
  47. d80dd9e efi_loader: size of secure boot variables by Heinrich Schuchardt · 4 years, 3 months ago
  48. 915f15a efi_loader: type of efi_secure_mode by Heinrich Schuchardt · 4 years, 3 months ago
  49. 4bb4249 efi_loader: printf code in efi_image_parse() by Heinrich Schuchardt · 4 years, 4 months ago
  50. 325567d efi_loader: comments EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL by Heinrich Schuchardt · 4 years, 4 months ago
  51. a4292ec efi_loader: signature: move efi_guid_cert_type_pkcs7 to efi_signature.c by AKASHI Takahiro · 4 years, 4 months ago
  52. 55af40a efi_loader: simplify PE consistency check by Heinrich Schuchardt · 4 years, 4 months ago
  53. 13f62d9 efi_loader: function description cmp_pe_section() by Heinrich Schuchardt · 4 years, 4 months ago
  54. 4afceb4 efi_loader: function descriptions efi_image_loader.c by Heinrich Schuchardt · 4 years, 4 months ago
  55. 4f7dc5f efi_loader: allow compiling with clang by Heinrich Schuchardt · 4 years, 4 months ago
  56. 0e69bcf efi_loader: validate load option by Heinrich Schuchardt · 4 years, 4 months ago
  57. 0a87e05 efi_loader: check device path is not installed twice by Heinrich Schuchardt · 4 years, 4 months ago
  58. bf3bcef efi_loader: device path for SATA devices by Heinrich Schuchardt · 4 years, 4 months ago
  59. 19ecced efi_loader: device path for virtio block devices by Heinrich Schuchardt · 4 years, 4 months ago
  60. c067cef efi_loader: initialize root node first by Heinrich Schuchardt · 4 years, 4 months ago
  61. 9de6ce8 efi_loader: Remove unnecessary debug by Pragnesh Patel · 4 years, 4 months ago
  62. cd93d62 common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 5 months ago
  63. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  64. 0914011 command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 5 months ago
  65. e6f6f9e common: Drop part.h from common header by Simon Glass · 4 years, 5 months ago
  66. 0528979 part: Drop disk_partition_t typedef by Simon Glass · 4 years, 5 months ago
  67. 90526e9 common: Drop net.h from common header by Simon Glass · 4 years, 5 months ago
  68. ba06b3c common: Drop uuid.h from common header by Simon Glass · 4 years, 5 months ago
  69. f042e47 efi_loader: Implement EFI variable handling via OP-TEE by Ilias Apalodimas · 4 years, 4 months ago
  70. 714497e efi_loader: round the memory area in efi_add_memory_map() by Michael Walle · 4 years, 4 months ago
  71. b433acb efi_loader: variable: check a return value of uuid__str_to_bin() by AKASHI Takahiro · 4 years, 5 months ago
  72. 52d7bfe efi_loader: image_loader: fix a Coverity check against array access by AKASHI Takahiro · 4 years, 5 months ago
  73. d7ca3ce efi_loader: crypto/pkcs7_parser.h is not a local include by Heinrich Schuchardt · 4 years, 5 months ago
  74. 6f14615 efi_loader: pkcs7_parse_message() returns error pointer by Patrick Wildt · 4 years, 5 months ago
  75. 9ad1522 efi_loader: efi_variable_parse_signature() returns NULL on error by Patrick Wildt · 4 years, 5 months ago
  76. 306bf6e efi_loader: do not unnecessarily use EFI_CALL() by Heinrich Schuchardt · 4 years, 5 months ago
  77. 3fdff6b efi_loader: error handling in efi_set_variable_common(). by Heinrich Schuchardt · 4 years, 5 months ago
  78. 549b79e efi_loader: remove redundant assignment in dp_fill() by Heinrich Schuchardt · 4 years, 5 months ago
  79. b37a0b5 kbuild: efi: Avoid rebuilding efi targets by Jan Kiszka · 4 years, 5 months ago
  80. 16ad946 efi_loader: change setup sequence by Heinrich Schuchardt · 4 years, 6 months ago
  81. 30f92ce efi_loader: correct comments for efi_status_t by Heinrich Schuchardt · 4 years, 5 months ago
  82. bb0e585 efi_loader: eliminate efi_set_(non)volatile_variable by Heinrich Schuchardt · 4 years, 5 months ago
  83. c08cac0 efi_loader: eliminate efi_get_(non)volatile_variable by Heinrich Schuchardt · 4 years, 5 months ago
  84. 41fd506 efi_loader: disk: add efi_disk_is_system_part() by AKASHI Takahiro · 4 years, 5 months ago
  85. f0ff75f efi_loader: factor out the common code from efi_transfer_secure_state() by AKASHI Takahiro · 4 years, 5 months ago
  86. 964d532 efi_loader: fix unreachable statement in efi_sigstore_parse_siglist by AKASHI Takahiro · 4 years, 5 months ago
  87. e3f5c9c lib/crypto, efi_loader: move some headers to include/crypto by AKASHI Takahiro · 4 years, 5 months ago
  88. 11078bb efi_loader: identify EFI system partition by Heinrich Schuchardt · 4 years, 6 months ago
  89. cf87f7c Merge tag 'efi-2020-07-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 4 years, 5 months ago
  90. 776cc20 x86: Move acpi_table header to main include/ directory by Simon Glass · 4 years, 6 months ago
  91. d0f0794 efi_loader: set up secure boot by AKASHI Takahiro · 4 years, 5 months ago
  92. 4540dab efi_loader: image_loader: support image authentication by AKASHI Takahiro · 4 years, 5 months ago
  93. 8353516 efi_loader: variable: add VendorKeys variable by AKASHI Takahiro · 4 years, 5 months ago
  94. 434ffb6 efi_loader: variable: add secure boot state transition by AKASHI Takahiro · 4 years, 5 months ago
  95. 767f6ee efi_loader: variable: support variable authentication by AKASHI Takahiro · 4 years, 5 months ago
  96. be6296d efi_loader: add signature database parser by AKASHI Takahiro · 4 years, 5 months ago
  97. 593e17d efi_loader: add signature verification functions by AKASHI Takahiro · 4 years, 5 months ago
  98. 9bf09b5 efi_loader: add CONFIG_EFI_SECURE_BOOT config option by AKASHI Takahiro · 4 years, 5 months ago
  99. 540faca efi_loader: function descriptions efi_watchdog.c by Heinrich Schuchardt · 4 years, 6 months ago
  100. 55976b7 efi_loader: add missing doc comments in efi_disk.c by Heinrich Schuchardt · 4 years, 6 months ago