summaryrefslogtreecommitdiff
path: root/lib/efi_loader/efi_var_common.c
AgeCommit message (Expand)AuthorFilesLines
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-12efi_loader: separate UEFI variable API from implemementationHeinrich Schuchardt1-0/+62
2020-07-12efi_loader: prepare for read only OP-TEE variablesHeinrich Schuchardt1-0/+78