aboutsummaryrefslogtreecommitdiff
path: root/lib/efi_loader/efi_var_common.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-13efi_loader: move efi_var_collect to common functionsIlias Apalodimas1-0/+74
2024-04-08efi_loader: all variable attributes are 32bitHeinrich Schuchardt1-1/+1
2023-12-21efi_loader: Remove <common.h>Tom Rini1-1/+0
2023-02-10efi_loader: update attribute check for QueryVariableInfo()Masahisa Kojima1-9/+1
2022-02-03efi: Use 16-bit unicode stringsSimon Glass1-6/+6
2022-01-19efi_loader: use %pUs for printing GUIDsHeinrich Schuchardt1-3/+3
2021-10-25efi_loader: function to get GUID for variable nameHeinrich Schuchardt1-0/+9
2021-10-25efi_loader: treat UEFI variable name as constHeinrich Schuchardt1-2/+3
2021-09-04efi_loader: correct determination of secure boot stateHeinrich Schuchardt1-8/+31
2021-09-04efi_loader: efi_auth_var_type for AuditMode, DeployedModeHeinrich Schuchardt1-0/+2
2021-09-04efi_loader: don't load signature database from fileHeinrich Schuchardt1-2/+0
2021-07-02efi_loader: Improve the parameter check for QueryVariableInfo()Masami Hiramatsu1-0/+13
2021-05-25efi_loader: expose efi_image_parse() even if UEFI Secure Boot is disabledMasahisa Kojima1-0/+3
2021-03-25efi_loader: Add helper functions for EFIIlias Apalodimas1-0/+33
2020-08-08efi_loader: add copyright noticeAKASHI Takahiro1-0/+1
2020-08-01efi_loader: Enable run-time variable support for tee based variablesIlias Apalodimas1-0/+22
2020-07-16efi_loader: identify PK, KEK, db, dbx correctlyHeinrich Schuchardt1-0/+27
2020-07-16efi_loader: restructure code for TEE variablesHeinrich Schuchardt1-0/+155
2020-07-11efi_loader: separate UEFI variable API from implemementationHeinrich Schuchardt1-0/+62
2020-07-11efi_loader: prepare for read only OP-TEE variablesHeinrich Schuchardt1-0/+78