1. 58d825f include: export uuid.h by Caleb Connolly · 5 months ago
  2. 2f8c004 lib: Remove duplicate newlines by Marek Vasut · 6 months ago
  3. 3b7d26e efi_loader: Fix EFI_VARIABLE_APPEND_WRITE hash check by Weizhao Ouyang · 8 months ago
  4. 9677192 efi_loader: enable QueryVariableInfo at runtime for file backed variables by Ilias Apalodimas · 9 months ago
  5. 00da8d6 efi_loader: add an EFI variable with the file contents by Ilias Apalodimas · 9 months ago
  6. c28d32f efi_loader: conditionally enable SetvariableRT by Ilias Apalodimas · 9 months ago
  7. 0ec4279 efi_loader: using EFI_UNSUPPORTED for private authenticated variables by Weizhao Ouyang · 9 months ago
  8. 6b0f194 efi_loader: Don't delete variable from memory if adding a new one failed by Ilias Apalodimas · 10 months ago
  9. e0fa2cf efi_loader: handle EFI_VARIABLE_ENHANCED_AUTHENTICATED_ACCESS by Heinrich Schuchardt · 10 months ago
  10. 3b51c3a efi_loader: EFI_VARIABLE_READ_ONLY should be 32bit by Heinrich Schuchardt · 10 months ago
  11. 19327c1 efi_loader: all variable attributes are 32bit by Heinrich Schuchardt · 10 months ago
  12. 584a2ad efi_loader: fix append write behavior to non-existent variable by Masahisa Kojima · 10 months ago
  13. c38cb22 efi_loader: Remove <common.h> by Tom Rini · 1 year, 1 month ago
  14. 26a3502 efi_loader: update SetVariable attribute check by Masahisa Kojima · 1 year, 11 months ago
  15. a135320 efi_loader: fix wrong attribute check for QueryVariableInfo by Masahisa Kojima · 1 year, 11 months ago
  16. 1247257 efi_loader: static efi_query_variable_info_runtime() by Heinrich Schuchardt · 2 years ago
  17. 454a944 efi_loader: update attribute check for QueryVariableInfo() by Masahisa Kojima · 2 years ago
  18. 90c4205 efi_loader: ensure that file ubootefi.var is created by Heinrich Schuchardt · 2 years ago
  19. 77bb147 efi_loader: avoid adding variables twice by Ilias Apalodimas · 2 years, 1 month ago
  20. 156ccbc efi: Use 16-bit unicode strings by Simon Glass · 3 years ago
  21. d47671c efi_loader: treat UEFI variable name as const by Heinrich Schuchardt · 3 years, 4 months ago
  22. b191aa4 efi_loader: efi_auth_var_type for AuditMode, DeployedMode by Heinrich Schuchardt · 3 years, 5 months ago
  23. 9ef82e2 efi_loader: don't load signature database from file by Heinrich Schuchardt · 3 years, 5 months ago
  24. 201b806 efi_loader: Make the pkcs7 header parsing function an extern by Sughosh Ganu · 4 years, 1 month ago
  25. ab02c3f efi_loader: non-volatile variable not deleted from file by Heinrich Schuchardt · 4 years, 3 months ago
  26. f68a6d5 efi_loader: variable: fix secure state initialization by AKASHI Takahiro · 4 years, 5 months ago
  27. 1115edd efi_loader: signature: rework for intermediate certificates support by AKASHI Takahiro · 4 years, 6 months ago
  28. 0658bb2 efi_loader: variable: keep temporary buffer during the authentication by AKASHI Takahiro · 4 years, 5 months ago
  29. e01aed4 efi_loader: Enable run-time variable support for tee based variables by Ilias Apalodimas · 4 years, 6 months ago
  30. 7dda163 efi_loader: pre-seed UEFI variables by Heinrich Schuchardt · 4 years, 6 months ago
  31. 99bfab8 efi_loader: identify PK, KEK, db, dbx correctly by Heinrich Schuchardt · 4 years, 6 months ago
  32. 012c56a efi_loader: restructure code for TEE variables by Heinrich Schuchardt · 4 years, 6 months ago
  33. b02a707 efi_loader: enable UEFI variables at runtime by Heinrich Schuchardt · 4 years, 10 months ago
  34. ab7296c efi_loader: use memory based variable storage by Heinrich Schuchardt · 4 years, 7 months ago
  35. 5f7dcf0 efi_loader: UEFI variable persistence by Heinrich Schuchardt · 4 years, 10 months ago
  36. 198bf64 efi_loader: secure boot flag by Heinrich Schuchardt · 4 years, 7 months ago
  37. 55a8305 efi_loader: read-only AuditMode and DeployedMode by Heinrich Schuchardt · 4 years, 7 months ago
  38. fd7b673 efi_loader: value of VendorKeys by Heinrich Schuchardt · 4 years, 7 months ago
  39. 37fa7cb efi_loader: keep attributes in efi_set_variable_int by Heinrich Schuchardt · 4 years, 7 months ago
  40. 01df8cf efi_loader: separate UEFI variable API from implemementation by Heinrich Schuchardt · 4 years, 7 months ago
  41. f2d2b3a efi_loader: prepare for read only OP-TEE variables by Heinrich Schuchardt · 4 years, 7 months ago
  42. 3a92f85 efi_loader: rtc_mktime() called twice by Heinrich Schuchardt · 4 years, 7 months ago
  43. cb71160 efi_loader: time based authentication by Heinrich Schuchardt · 4 years, 7 months ago
  44. 33f183f efi_loader: add missing validation of timestamp by Heinrich Schuchardt · 4 years, 7 months ago
  45. ce3c386 efi_loader: variable: replace debug to EFI_PRINT by AKASHI Takahiro · 4 years, 7 months ago
  46. e4c1c48 efi_loader: fix incorrect use of EFI_EXIT() by Heinrich Schuchardt · 4 years, 7 months ago
  47. d80dd9e efi_loader: size of secure boot variables by Heinrich Schuchardt · 4 years, 7 months ago
  48. 915f15a efi_loader: type of efi_secure_mode by Heinrich Schuchardt · 4 years, 7 months ago
  49. a4292ec efi_loader: signature: move efi_guid_cert_type_pkcs7 to efi_signature.c by AKASHI Takahiro · 4 years, 8 months ago
  50. 9de6ce8 efi_loader: Remove unnecessary debug by Pragnesh Patel · 4 years, 8 months ago
  51. cd93d62 common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 8 months ago
  52. 0914011 command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 8 months ago
  53. ba06b3c common: Drop uuid.h from common header by Simon Glass · 4 years, 8 months ago
  54. b433acb efi_loader: variable: check a return value of uuid__str_to_bin() by AKASHI Takahiro · 4 years, 9 months ago
  55. 9ad1522 efi_loader: efi_variable_parse_signature() returns NULL on error by Patrick Wildt · 4 years, 9 months ago
  56. 306bf6e efi_loader: do not unnecessarily use EFI_CALL() by Heinrich Schuchardt · 4 years, 9 months ago
  57. 3fdff6b efi_loader: error handling in efi_set_variable_common(). by Heinrich Schuchardt · 4 years, 9 months ago
  58. 30f92ce efi_loader: correct comments for efi_status_t by Heinrich Schuchardt · 4 years, 9 months ago
  59. bb0e585 efi_loader: eliminate efi_set_(non)volatile_variable by Heinrich Schuchardt · 4 years, 9 months ago
  60. c08cac0 efi_loader: eliminate efi_get_(non)volatile_variable by Heinrich Schuchardt · 4 years, 9 months ago
  61. f0ff75f efi_loader: factor out the common code from efi_transfer_secure_state() by AKASHI Takahiro · 4 years, 9 months ago
  62. e3f5c9c lib/crypto, efi_loader: move some headers to include/crypto by AKASHI Takahiro · 4 years, 9 months ago
  63. 8353516 efi_loader: variable: add VendorKeys variable by AKASHI Takahiro · 4 years, 9 months ago
  64. 434ffb6 efi_loader: variable: add secure boot state transition by AKASHI Takahiro · 4 years, 9 months ago
  65. 767f6ee efi_loader: variable: support variable authentication by AKASHI Takahiro · 4 years, 9 months ago
  66. 7a4e717 efi_loader: definition of GetNextVariableName() by Heinrich Schuchardt · 4 years, 10 months ago
  67. 4d7f5af efi_loader: correct reported length in GetNextVariable() by Heinrich Schuchardt · 4 years, 10 months ago
  68. f0b0f7f efi_loader: description of efi_variable.c by Heinrich Schuchardt · 4 years, 10 months ago
  69. 3db7110 crc32: Use the crc.h header for crc functions by Simon Glass · 5 years ago
  70. e731af4 efi_loader: correct includes in efi_variable.c by Heinrich Schuchardt · 5 years ago
  71. 709292a efi_loader: appending to non-existent variable by Heinrich Schuchardt · 5 years ago
  72. 3545c66 efi_loader: SetVariable() deleting variables by Heinrich Schuchardt · 5 years ago
  73. edb6b68 efi_loader: SetVariable() fix illegal return by Heinrich Schuchardt · 5 years ago
  74. 6d2f27c efi_loader: variable: support APPEND_WRITE by AKASHI Takahiro · 5 years ago
  75. f3998fd env: Rename environment.h to env_internal.h by Simon Glass · 5 years ago
  76. 9fb625c env: Move env_set() to env.h by Simon Glass · 5 years ago
  77. e5b4462 efi_loader: fix comments for variable services by Heinrich Schuchardt · 6 years ago
  78. 29018ab efi_loader: let the variable driver patch out the runtime by Heinrich Schuchardt · 6 years ago
  79. 8819209 efi_loader: initialization of variable services by Heinrich Schuchardt · 6 years ago
  80. ce43528 efi_loader: move efi_query_variable_info() by Heinrich Schuchardt · 6 years ago
  81. 8f89a57 efi_loader: fix typo in efi_variable.c by Heinrich Schuchardt · 6 years ago
  82. c77d8e9 efi_loader: parameter checks SetVariable() by Heinrich Schuchardt · 6 years ago
  83. cee2cbc efi_loader: variable: support non-volatile attribute by AKASHI Takahiro · 6 years ago
  84. a2c6983 efi_loader: variable: attributes may not be changed if a variable exists by AKASHI Takahiro · 6 years ago
  85. dbebae5 efi_loader: variable: return error for APPEND_WRITE by AKASHI Takahiro · 6 years ago
  86. 487d8c7 efi_loader: GetVariable set attributes for EFI_BUFFER_TOO_SMALL by Heinrich Schuchardt · 6 years ago
  87. cc2ed79 efi_loader: EFI_PRINT instead of debug for variable services by Heinrich Schuchardt · 6 years ago
  88. e7dae58 efi_loader: missing return in efi_get_next_variable_name() by Heinrich Schuchardt · 6 years ago
  89. eefb790 efi_loader: fix GetNextVariableName by Heinrich Schuchardt · 6 years ago
  90. d99a87f efi_loader: implement GetNextVariableName() by AKASHI Takahiro · 6 years ago
  91. 77d4d39 efi_loader: comments for variable services by Heinrich Schuchardt · 6 years ago
  92. 8377ee3 efi_loader: remove duplicate function mem2hex() by Heinrich Schuchardt · 6 years ago
  93. 6e37fa2 efi_loader: eliminate duplicate function hex2mem() by Heinrich Schuchardt · 6 years ago
  94. 452257a efi_loader: efi_set_variable use const void * by Heinrich Schuchardt · 6 years ago
  95. 0bda81b efi_loader: use const efi_guid_t * for variable services by Heinrich Schuchardt · 6 years ago
  96. dadc2bd efi_loader: memory leak in efi_set_variable() by Heinrich Schuchardt · 6 years ago
  97. 506dc52 efi_loader: avoid out of bound access in efi_get_variable() by Heinrich Schuchardt · 6 years ago
  98. dcdb64f efi_loader: remove limit on variable length by Heinrich Schuchardt · 6 years ago
  99. 1dde0d5 efi_loader: rename utf16_strlen, utf16_strnlen by Heinrich Schuchardt · 6 years ago
  100. d73c8bc efi_loader: fix off-by-one bug in efi_get_variable by Ivan Gorinov · 7 years ago