index
:
u-boot.git
dependabot/pip/doc/sphinx/pygments-2.20.0
dependabot/pip/doc/sphinx/requests-2.33.0
dependabot/pip/tools/patman/aiohttp-3.13.4
master
next
origin
u-boot-2009.11.y
u-boot-2013.01.y
u-boot-2016.09.y
u-boot-2023.07.y
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
efi_loader
/
efi_variable.c
Age
Commit message (
Expand
)
Author
2019-09-23
efi_loader: SetVariable() deleting variables
Heinrich Schuchardt
2019-09-23
efi_loader: SetVariable() fix illegal return
Heinrich Schuchardt
2019-09-20
efi_loader: variable: support APPEND_WRITE
AKASHI Takahiro
2019-08-11
env: Rename environment.h to env_internal.h
Simon Glass
2019-08-11
env: Move env_set() to env.h
Simon Glass
2019-07-16
efi_loader: fix comments for variable services
Heinrich Schuchardt
2019-07-06
efi_loader: let the variable driver patch out the runtime
Heinrich Schuchardt
2019-07-06
efi_loader: initialization of variable services
Heinrich Schuchardt
2019-07-06
efi_loader: move efi_query_variable_info()
Heinrich Schuchardt
2019-06-20
efi_loader: fix typo in efi_variable.c
Heinrich Schuchardt
2019-06-14
efi_loader: parameter checks SetVariable()
Heinrich Schuchardt
2019-06-04
efi_loader: variable: support non-volatile attribute
AKASHI Takahiro
2019-05-24
efi_loader: variable: attributes may not be changed if a variable exists
AKASHI Takahiro
2019-05-24
efi_loader: variable: return error for APPEND_WRITE
AKASHI Takahiro
2019-05-19
efi_loader: GetVariable set attributes for EFI_BUFFER_TOO_SMALL
Heinrich Schuchardt
2019-04-07
efi_loader: EFI_PRINT instead of debug for variable services
Heinrich Schuchardt
2019-03-20
efi_loader: missing return in efi_get_next_variable_name()
Heinrich Schuchardt
2019-02-13
efi_loader: fix GetNextVariableName
Heinrich Schuchardt
2019-02-13
efi_loader: implement GetNextVariableName()
AKASHI Takahiro
2019-02-13
efi_loader: comments for variable services
Heinrich Schuchardt
2019-02-13
efi_loader: remove duplicate function mem2hex()
Heinrich Schuchardt
2019-02-13
efi_loader: eliminate duplicate function hex2mem()
Heinrich Schuchardt
2019-02-13
efi_loader: efi_set_variable use const void *
Heinrich Schuchardt
2019-02-13
efi_loader: use const efi_guid_t * for variable services
Heinrich Schuchardt
2018-10-16
efi_loader: memory leak in efi_set_variable()
Heinrich Schuchardt
2018-09-23
efi_loader: avoid out of bound access in efi_get_variable()
Heinrich Schuchardt
2018-09-23
efi_loader: remove limit on variable length
Heinrich Schuchardt
2018-09-23
efi_loader: rename utf16_strlen, utf16_strnlen
Heinrich Schuchardt
2018-06-03
efi_loader: fix off-by-one bug in efi_get_variable
Ivan Gorinov
2018-06-03
efi_loader: adjust definitions of variable services
Heinrich Schuchardt
2018-05-10
SPDX: Convert a few files that were missed before
Tom Rini
2017-09-20
efi_loader: print GUIDs
Rob Clark
2017-09-20
efi_loader: efi variable support
Rob Clark