aboutsummaryrefslogtreecommitdiff
path: root/lib/efi_loader/efi_variable.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-30efi_loader: correct includes in efi_variable.cHeinrich Schuchardt1-5/+3
2019-10-06efi_loader: appending to non-existent variableHeinrich Schuchardt1-4/+6
2019-09-23efi_loader: SetVariable() deleting variablesHeinrich Schuchardt1-5/+6
2019-09-23efi_loader: SetVariable() fix illegal returnHeinrich Schuchardt1-1/+1
2019-09-20efi_loader: variable: support APPEND_WRITEAKASHI Takahiro1-26/+44
2019-08-11env: Rename environment.h to env_internal.hSimon Glass1-1/+1
2019-08-11env: Move env_set() to env.hSimon Glass1-0/+1
2019-07-16efi_loader: fix comments for variable servicesHeinrich Schuchardt1-4/+23
2019-07-06efi_loader: let the variable driver patch out the runtimeHeinrich Schuchardt1-0/+44
2019-07-06efi_loader: initialization of variable servicesHeinrich Schuchardt1-0/+10
2019-07-06efi_loader: move efi_query_variable_info()Heinrich Schuchardt1-0/+27
2019-06-20efi_loader: fix typo in efi_variable.cHeinrich Schuchardt1-2/+2
2019-06-14efi_loader: parameter checks SetVariable()Heinrich Schuchardt1-1/+3
2019-06-04efi_loader: variable: support non-volatile attributeAKASHI Takahiro1-3/+9
2019-05-24efi_loader: variable: attributes may not be changed if a variable existsAKASHI Takahiro1-2/+11
2019-05-24efi_loader: variable: return error for APPEND_WRITEAKASHI Takahiro1-1/+3
2019-05-19efi_loader: GetVariable set attributes for EFI_BUFFER_TOO_SMALLHeinrich Schuchardt1-5/+10
2019-04-07efi_loader: EFI_PRINT instead of debug for variable servicesHeinrich Schuchardt1-5/+5
2019-03-20efi_loader: missing return in efi_get_next_variable_name()Heinrich Schuchardt1-1/+1
2019-02-13efi_loader: fix GetNextVariableNameHeinrich Schuchardt1-1/+2
2019-02-13efi_loader: implement GetNextVariableName()AKASHI Takahiro1-10/+146
2019-02-13efi_loader: comments for variable servicesHeinrich Schuchardt1-5/+81
2019-02-13efi_loader: remove duplicate function mem2hex()Heinrich Schuchardt1-14/+1
2019-02-13efi_loader: eliminate duplicate function hex2mem()Heinrich Schuchardt1-41/+3
2019-02-13efi_loader: efi_set_variable use const void *Heinrich Schuchardt1-1/+1
2019-02-13efi_loader: use const efi_guid_t * for variable servicesHeinrich Schuchardt1-8/+8
2018-10-16efi_loader: memory leak in efi_set_variable()Heinrich Schuchardt1-2/+4
2018-09-23efi_loader: avoid out of bound access in efi_get_variable()Heinrich Schuchardt1-1/+1
2018-09-23efi_loader: remove limit on variable lengthHeinrich Schuchardt1-22/+30
2018-09-23efi_loader: rename utf16_strlen, utf16_strnlenHeinrich Schuchardt1-1/+1
2018-06-03efi_loader: fix off-by-one bug in efi_get_variableIvan Gorinov1-24/+16
2018-06-03efi_loader: adjust definitions of variable servicesHeinrich Schuchardt1-12/+12
2018-05-10SPDX: Convert a few files that were missed beforeTom Rini1-2/+1
2017-09-20efi_loader: print GUIDsRob Clark1-3/+3
2017-09-20efi_loader: efi variable supportRob Clark1-0/+335