1. 3a92f85 efi_loader: rtc_mktime() called twice by Heinrich Schuchardt · 4 years, 5 months ago
  2. cb71160 efi_loader: time based authentication by Heinrich Schuchardt · 4 years, 5 months ago
  3. 33f183f efi_loader: add missing validation of timestamp by Heinrich Schuchardt · 4 years, 5 months ago
  4. ce3c386 efi_loader: variable: replace debug to EFI_PRINT by AKASHI Takahiro · 4 years, 5 months ago
  5. e4c1c48 efi_loader: fix incorrect use of EFI_EXIT() by Heinrich Schuchardt · 4 years, 5 months ago
  6. d80dd9e efi_loader: size of secure boot variables by Heinrich Schuchardt · 4 years, 5 months ago
  7. 915f15a efi_loader: type of efi_secure_mode by Heinrich Schuchardt · 4 years, 5 months ago
  8. a4292ec efi_loader: signature: move efi_guid_cert_type_pkcs7 to efi_signature.c by AKASHI Takahiro · 4 years, 6 months ago
  9. 9de6ce8 efi_loader: Remove unnecessary debug by Pragnesh Patel · 4 years, 6 months ago
  10. cd93d62 common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 6 months ago
  11. 0914011 command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 6 months ago
  12. ba06b3c common: Drop uuid.h from common header by Simon Glass · 4 years, 6 months ago
  13. b433acb efi_loader: variable: check a return value of uuid__str_to_bin() by AKASHI Takahiro · 4 years, 6 months ago
  14. 9ad1522 efi_loader: efi_variable_parse_signature() returns NULL on error by Patrick Wildt · 4 years, 6 months ago
  15. 306bf6e efi_loader: do not unnecessarily use EFI_CALL() by Heinrich Schuchardt · 4 years, 6 months ago
  16. 3fdff6b efi_loader: error handling in efi_set_variable_common(). by Heinrich Schuchardt · 4 years, 6 months ago
  17. 30f92ce efi_loader: correct comments for efi_status_t by Heinrich Schuchardt · 4 years, 7 months ago
  18. bb0e585 efi_loader: eliminate efi_set_(non)volatile_variable by Heinrich Schuchardt · 4 years, 7 months ago
  19. c08cac0 efi_loader: eliminate efi_get_(non)volatile_variable by Heinrich Schuchardt · 4 years, 7 months ago
  20. f0ff75f efi_loader: factor out the common code from efi_transfer_secure_state() by AKASHI Takahiro · 4 years, 7 months ago
  21. e3f5c9c lib/crypto, efi_loader: move some headers to include/crypto by AKASHI Takahiro · 4 years, 7 months ago
  22. 8353516 efi_loader: variable: add VendorKeys variable by AKASHI Takahiro · 4 years, 7 months ago
  23. 434ffb6 efi_loader: variable: add secure boot state transition by AKASHI Takahiro · 4 years, 7 months ago
  24. 767f6ee efi_loader: variable: support variable authentication by AKASHI Takahiro · 4 years, 7 months ago
  25. 7a4e717 efi_loader: definition of GetNextVariableName() by Heinrich Schuchardt · 4 years, 8 months ago
  26. 4d7f5af efi_loader: correct reported length in GetNextVariable() by Heinrich Schuchardt · 4 years, 8 months ago
  27. f0b0f7f efi_loader: description of efi_variable.c by Heinrich Schuchardt · 4 years, 8 months ago
  28. 3db7110 crc32: Use the crc.h header for crc functions by Simon Glass · 5 years ago
  29. e731af4 efi_loader: correct includes in efi_variable.c by Heinrich Schuchardt · 5 years ago
  30. 709292a efi_loader: appending to non-existent variable by Heinrich Schuchardt · 5 years ago
  31. 3545c66 efi_loader: SetVariable() deleting variables by Heinrich Schuchardt · 5 years ago
  32. edb6b68 efi_loader: SetVariable() fix illegal return by Heinrich Schuchardt · 5 years ago
  33. 6d2f27c efi_loader: variable: support APPEND_WRITE by AKASHI Takahiro · 5 years ago
  34. f3998fd env: Rename environment.h to env_internal.h by Simon Glass · 5 years ago
  35. 9fb625c env: Move env_set() to env.h by Simon Glass · 5 years ago
  36. e5b4462 efi_loader: fix comments for variable services by Heinrich Schuchardt · 5 years ago
  37. 29018ab efi_loader: let the variable driver patch out the runtime by Heinrich Schuchardt · 5 years ago
  38. 8819209 efi_loader: initialization of variable services by Heinrich Schuchardt · 5 years ago
  39. ce43528 efi_loader: move efi_query_variable_info() by Heinrich Schuchardt · 5 years ago
  40. 8f89a57 efi_loader: fix typo in efi_variable.c by Heinrich Schuchardt · 5 years ago
  41. c77d8e9 efi_loader: parameter checks SetVariable() by Heinrich Schuchardt · 5 years ago
  42. cee2cbc efi_loader: variable: support non-volatile attribute by AKASHI Takahiro · 5 years ago
  43. a2c6983 efi_loader: variable: attributes may not be changed if a variable exists by AKASHI Takahiro · 5 years ago
  44. dbebae5 efi_loader: variable: return error for APPEND_WRITE by AKASHI Takahiro · 5 years ago
  45. 487d8c7 efi_loader: GetVariable set attributes for EFI_BUFFER_TOO_SMALL by Heinrich Schuchardt · 6 years ago
  46. cc2ed79 efi_loader: EFI_PRINT instead of debug for variable services by Heinrich Schuchardt · 6 years ago
  47. e7dae58 efi_loader: missing return in efi_get_next_variable_name() by Heinrich Schuchardt · 6 years ago
  48. eefb790 efi_loader: fix GetNextVariableName by Heinrich Schuchardt · 6 years ago
  49. d99a87f efi_loader: implement GetNextVariableName() by AKASHI Takahiro · 6 years ago
  50. 77d4d39 efi_loader: comments for variable services by Heinrich Schuchardt · 6 years ago
  51. 8377ee3 efi_loader: remove duplicate function mem2hex() by Heinrich Schuchardt · 6 years ago
  52. 6e37fa2 efi_loader: eliminate duplicate function hex2mem() by Heinrich Schuchardt · 6 years ago
  53. 452257a efi_loader: efi_set_variable use const void * by Heinrich Schuchardt · 6 years ago
  54. 0bda81b efi_loader: use const efi_guid_t * for variable services by Heinrich Schuchardt · 6 years ago
  55. dadc2bd efi_loader: memory leak in efi_set_variable() by Heinrich Schuchardt · 6 years ago
  56. 506dc52 efi_loader: avoid out of bound access in efi_get_variable() by Heinrich Schuchardt · 6 years ago
  57. dcdb64f efi_loader: remove limit on variable length by Heinrich Schuchardt · 6 years ago
  58. 1dde0d5 efi_loader: rename utf16_strlen, utf16_strnlen by Heinrich Schuchardt · 6 years ago
  59. d73c8bc efi_loader: fix off-by-one bug in efi_get_variable by Ivan Gorinov · 7 years ago
  60. 45c66f9 efi_loader: adjust definitions of variable services by Heinrich Schuchardt · 7 years ago
  61. f739fcd SPDX: Convert a few files that were missed before by Tom Rini · 7 years ago
  62. 778e6af efi_loader: print GUIDs by Rob Clark · 7 years ago
  63. ad644e7 efi_loader: efi variable support by Rob Clark · 7 years ago