summaryrefslogtreecommitdiff
path: root/lib/efi_loader/efi_variable.c
AgeCommit message (Expand)Author
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
2019-02-13efi_loader: eliminate duplicate function hex2mem()Heinrich Schuchardt
2019-02-13efi_loader: efi_set_variable use const void *Heinrich Schuchardt
2019-02-13efi_loader: use const efi_guid_t * for variable servicesHeinrich Schuchardt
2018-10-16efi_loader: memory leak in efi_set_variable()Heinrich Schuchardt
2018-09-23efi_loader: avoid out of bound access in efi_get_variable()Heinrich Schuchardt
2018-09-23efi_loader: remove limit on variable lengthHeinrich Schuchardt
2018-09-23efi_loader: rename utf16_strlen, utf16_strnlenHeinrich Schuchardt
2018-06-03efi_loader: fix off-by-one bug in efi_get_variableIvan Gorinov
2018-06-03efi_loader: adjust definitions of variable servicesHeinrich Schuchardt
2018-05-10SPDX: Convert a few files that were missed beforeTom Rini
2017-09-20efi_loader: print GUIDsRob Clark
2017-09-20efi_loader: efi variable supportRob Clark