summaryrefslogtreecommitdiffstats
path: root/lib/efi_loader/efi_variable.c
Commit message (Expand)AuthorAgeFilesLines
* efi_loader: variable: add VendorKeys variableAKASHI Takahiro2020-04-161-6/+63
* efi_loader: variable: add secure boot state transitionAKASHI Takahiro2020-04-161-3/+228
* efi_loader: variable: support variable authenticationAKASHI Takahiro2020-04-161-104/+562
* efi_loader: definition of GetNextVariableName()Heinrich Schuchardt2020-03-221-2/+2
* efi_loader: correct reported length in GetNextVariable()Heinrich Schuchardt2020-03-221-5/+6
* efi_loader: description of efi_variable.cHeinrich Schuchardt2020-03-221-2/+2
* crc32: Use the crc.h header for crc functionsSimon Glass2019-12-021-0/+1
* efi_loader: correct includes in efi_variable.cHeinrich Schuchardt2019-10-301-5/+3
* efi_loader: appending to non-existent variableHeinrich Schuchardt2019-10-061-4/+6
* efi_loader: SetVariable() deleting variablesHeinrich Schuchardt2019-09-231-5/+6
* efi_loader: SetVariable() fix illegal returnHeinrich Schuchardt2019-09-231-1/+1
* efi_loader: variable: support APPEND_WRITEAKASHI Takahiro2019-09-201-26/+44
* env: Rename environment.h to env_internal.hSimon Glass2019-08-111-1/+1
* env: Move env_set() to env.hSimon Glass2019-08-111-0/+1
* efi_loader: fix comments for variable servicesHeinrich Schuchardt2019-07-161-4/+23
* efi_loader: let the variable driver patch out the runtimeHeinrich Schuchardt2019-07-061-0/+44
* efi_loader: initialization of variable servicesHeinrich Schuchardt2019-07-061-0/+10
* efi_loader: move efi_query_variable_info()Heinrich Schuchardt2019-07-061-0/+27
* efi_loader: fix typo in efi_variable.cHeinrich Schuchardt2019-06-201-2/+2
* efi_loader: parameter checks SetVariable()Heinrich Schuchardt2019-06-141-1/+3
* efi_loader: variable: support non-volatile attributeAKASHI Takahiro2019-06-041-3/+9
* efi_loader: variable: attributes may not be changed if a variable existsAKASHI Takahiro2019-05-241-2/+11
* efi_loader: variable: return error for APPEND_WRITEAKASHI Takahiro2019-05-241-1/+3
* efi_loader: GetVariable set attributes for EFI_BUFFER_TOO_SMALLHeinrich Schuchardt2019-05-191-5/+10
* efi_loader: EFI_PRINT instead of debug for variable servicesHeinrich Schuchardt2019-04-071-5/+5
* efi_loader: missing return in efi_get_next_variable_name()Heinrich Schuchardt2019-03-201-1/+1
* efi_loader: fix GetNextVariableNameHeinrich Schuchardt2019-02-131-1/+2
* efi_loader: implement GetNextVariableName()AKASHI Takahiro2019-02-131-10/+146
* efi_loader: comments for variable servicesHeinrich Schuchardt2019-02-131-5/+81
* efi_loader: remove duplicate function mem2hex()Heinrich Schuchardt2019-02-131-14/+1
* efi_loader: eliminate duplicate function hex2mem()Heinrich Schuchardt2019-02-131-41/+3
* efi_loader: efi_set_variable use const void *Heinrich Schuchardt2019-02-131-1/+1
* efi_loader: use const efi_guid_t * for variable servicesHeinrich Schuchardt2019-02-131-8/+8
* efi_loader: memory leak in efi_set_variable()Heinrich Schuchardt2018-10-161-2/+4
* efi_loader: avoid out of bound access in efi_get_variable()Heinrich Schuchardt2018-09-231-1/+1
* efi_loader: remove limit on variable lengthHeinrich Schuchardt2018-09-231-22/+30
* efi_loader: rename utf16_strlen, utf16_strnlenHeinrich Schuchardt2018-09-231-1/+1
* efi_loader: fix off-by-one bug in efi_get_variableIvan Gorinov2018-06-031-24/+16
* efi_loader: adjust definitions of variable servicesHeinrich Schuchardt2018-06-031-12/+12
* SPDX: Convert a few files that were missed beforeTom Rini2018-05-101-2/+1
* efi_loader: print GUIDsRob Clark2017-09-201-3/+3
* efi_loader: efi variable supportRob Clark2017-09-201-0/+335