aboutsummaryrefslogtreecommitdiff
path: root/lib/efi_loader/efi_variable.c
AgeCommit message (Expand)Author
2020-07-03efi_loader: time based authenticationHeinrich Schuchardt
2020-07-03efi_loader: add missing validation of timestampHeinrich Schuchardt
2020-07-03efi_loader: variable: replace debug to EFI_PRINTAKASHI Takahiro
2020-06-29efi_loader: fix incorrect use of EFI_EXIT()Heinrich Schuchardt
2020-06-24efi_loader: size of secure boot variablesHeinrich Schuchardt
2020-06-24efi_loader: type of efi_secure_modeHeinrich Schuchardt
2020-06-03efi_loader: signature: move efi_guid_cert_type_pkcs7 to efi_signature.cAKASHI Takahiro
2020-05-21efi_loader: Remove unnecessary debugPragnesh Patel
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass
2020-05-18common: Drop uuid.h from common headerSimon Glass
2020-05-09efi_loader: variable: check a return value of uuid__str_to_bin()AKASHI Takahiro
2020-05-07efi_loader: efi_variable_parse_signature() returns NULL on errorPatrick Wildt
2020-05-07efi_loader: do not unnecessarily use EFI_CALL()Heinrich Schuchardt
2020-05-07efi_loader: error handling in efi_set_variable_common().Heinrich Schuchardt
2020-05-04efi_loader: correct comments for efi_status_tHeinrich Schuchardt
2020-05-04efi_loader: eliminate efi_set_(non)volatile_variableHeinrich Schuchardt
2020-05-04efi_loader: eliminate efi_get_(non)volatile_variableHeinrich Schuchardt
2020-05-04efi_loader: factor out the common code from efi_transfer_secure_state()AKASHI Takahiro
2020-05-04lib/crypto, efi_loader: move some headers to include/cryptoAKASHI Takahiro
2020-04-16efi_loader: variable: add VendorKeys variableAKASHI Takahiro
2020-04-16efi_loader: variable: add secure boot state transitionAKASHI Takahiro
2020-04-16efi_loader: variable: support variable authenticationAKASHI Takahiro
2020-03-22efi_loader: definition of GetNextVariableName()Heinrich Schuchardt
2020-03-22efi_loader: correct reported length in GetNextVariable()Heinrich Schuchardt
2020-03-22efi_loader: description of efi_variable.cHeinrich Schuchardt
2019-12-02crc32: Use the crc.h header for crc functionsSimon Glass
2019-10-30efi_loader: correct includes in efi_variable.cHeinrich Schuchardt
2019-10-06efi_loader: appending to non-existent variableHeinrich Schuchardt
2019-09-23efi_loader: SetVariable() deleting variablesHeinrich Schuchardt
2019-09-23efi_loader: SetVariable() fix illegal returnHeinrich Schuchardt
2019-09-20efi_loader: variable: support APPEND_WRITEAKASHI Takahiro
2019-08-11env: Rename environment.h to env_internal.hSimon Glass
2019-08-11env: Move env_set() to env.hSimon Glass
2019-07-16efi_loader: fix comments for variable servicesHeinrich Schuchardt
2019-07-06efi_loader: let the variable driver patch out the runtimeHeinrich Schuchardt
2019-07-06efi_loader: initialization of variable servicesHeinrich Schuchardt
2019-07-06efi_loader: move efi_query_variable_info()Heinrich Schuchardt
2019-06-20efi_loader: fix typo in efi_variable.cHeinrich Schuchardt
2019-06-14efi_loader: parameter checks SetVariable()Heinrich Schuchardt
2019-06-04efi_loader: variable: support non-volatile attributeAKASHI Takahiro
2019-05-24efi_loader: variable: attributes may not be changed if a variable existsAKASHI Takahiro
2019-05-24efi_loader: variable: return error for APPEND_WRITEAKASHI Takahiro
2019-05-19efi_loader: GetVariable set attributes for EFI_BUFFER_TOO_SMALLHeinrich Schuchardt
2019-04-07efi_loader: EFI_PRINT instead of debug for variable servicesHeinrich Schuchardt
2019-03-20efi_loader: missing return in efi_get_next_variable_name()Heinrich Schuchardt
2019-02-13efi_loader: fix GetNextVariableNameHeinrich Schuchardt
2019-02-13efi_loader: implement GetNextVariableName()AKASHI Takahiro
2019-02-13efi_loader: comments for variable servicesHeinrich Schuchardt
2019-02-13efi_loader: remove duplicate function mem2hex()Heinrich Schuchardt