summaryrefslogtreecommitdiff
path: root/lib/efi_loader/efi_var_mem.c
AgeCommit message (Expand)Author
2024-04-20efi_loader: add an EFI variable with the file contentsIlias Apalodimas
2023-12-21efi_loader: Remove <common.h>Tom Rini
2023-07-09efi_loader: Avoid underflow when calculating remaining var store sizeAlper Nebi Yasak
2023-02-19efi_loader: avoid buffer overrun in efi_var_mem_compareHeinrich Schuchardt
2022-12-29efi_loader: use u16_strlen() in efi_var_mem_ins()Heinrich Schuchardt
2022-12-20efi_loader: fix efi_get_next_variable_name_mem()Heinrich Schuchardt
2021-10-25efi_loader: treat UEFI variable name as constHeinrich Schuchardt
2021-01-20efi_loader: Avoid emitting efi_var_buf to .GOTIlias Apalodimas
2020-11-21efi_loader: parameter check in GetNextVariableName()Heinrich Schuchardt
2020-09-14efi_loader: efi_var_mem_notify_exit_boot_servicesHeinrich Schuchardt
2020-08-01efi_loader: Enable run-time variable support for tee based variablesIlias Apalodimas
2020-07-22efi_loader: don't use memmove() in efi_var_mem_del()Heinrich Schuchardt
2020-07-22efi_loader: efi_current_var after SetVirtualAddressMapHeinrich Schuchardt
2020-07-11efi_loader: memory buffer for variablesHeinrich Schuchardt