aboutsummaryrefslogtreecommitdiff
path: root/lib/efi_loader/efi_variable.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-15lib: Remove duplicate newlinesMarek Vasut1-1/+0
2024-06-10efi_loader: Fix EFI_VARIABLE_APPEND_WRITE hash checkWeizhao Ouyang1-3/+3
2024-05-01efi_loader: enable QueryVariableInfo at runtime for file backed variablesIlias Apalodimas1-6/+19
2024-04-20efi_loader: add an EFI variable with the file contentsIlias Apalodimas1-2/+4
2024-04-20efi_loader: conditionally enable SetvariableRTIlias Apalodimas1-11/+105
2024-04-13efi_loader: using EFI_UNSUPPORTED for private authenticated variablesWeizhao Ouyang1-0/+1
2024-04-08efi_loader: Don't delete variable from memory if adding a new one failedIlias Apalodimas1-1/+2
2024-04-08efi_loader: handle EFI_VARIABLE_ENHANCED_AUTHENTICATED_ACCESSHeinrich Schuchardt1-2/+6
2024-04-08efi_loader: EFI_VARIABLE_READ_ONLY should be 32bitHeinrich Schuchardt1-2/+2
2024-04-08efi_loader: all variable attributes are 32bitHeinrich Schuchardt1-2/+2
2024-04-08efi_loader: fix append write behavior to non-existent variableMasahisa Kojima1-6/+20
2023-12-21efi_loader: Remove <common.h>Tom Rini1-1/+0
2023-03-13efi_loader: update SetVariable attribute checkMasahisa Kojima1-6/+25
2023-02-19efi_loader: fix wrong attribute check for QueryVariableInfoMasahisa Kojima1-3/+0
2023-02-10efi_loader: static efi_query_variable_info_runtime()Heinrich Schuchardt1-1/+1
2023-02-10efi_loader: update attribute check for QueryVariableInfo()Masahisa Kojima1-0/+23
2023-01-20efi_loader: ensure that file ubootefi.var is createdHeinrich Schuchardt1-3/+5
2022-12-29efi_loader: avoid adding variables twiceIlias Apalodimas1-3/+3
2022-02-03efi: Use 16-bit unicode stringsSimon Glass1-3/+3
2021-10-25efi_loader: treat UEFI variable name as constHeinrich Schuchardt1-4/+5
2021-09-04efi_loader: efi_auth_var_type for AuditMode, DeployedModeHeinrich Schuchardt1-2/+2
2021-09-04efi_loader: don't load signature database from fileHeinrich Schuchardt1-1/+1
2020-12-31efi_loader: Make the pkcs7 header parsing function an externSughosh Ganu1-89/+4
2020-11-09efi_loader: non-volatile variable not deleted from fileHeinrich Schuchardt1-0/+1
2020-08-13efi_loader: variable: fix secure state initializationAKASHI Takahiro1-5/+5
2020-08-13efi_loader: signature: rework for intermediate certificates supportAKASHI Takahiro1-3/+2
2020-08-13efi_loader: variable: keep temporary buffer during the authenticationAKASHI Takahiro1-7/+20
2020-08-01efi_loader: Enable run-time variable support for tee based variablesIlias Apalodimas1-99/+2
2020-07-16efi_loader: pre-seed UEFI variablesHeinrich Schuchardt1-2/+17
2020-07-16efi_loader: identify PK, KEK, db, dbx correctlyHeinrich Schuchardt1-13/+14
2020-07-16efi_loader: restructure code for TEE variablesHeinrich Schuchardt1-159/+0
2020-07-11efi_loader: enable UEFI variables at runtimeHeinrich Schuchardt1-2/+12
2020-07-11efi_loader: use memory based variable storageHeinrich Schuchardt1-468/+94
2020-07-11efi_loader: UEFI variable persistenceHeinrich Schuchardt1-1/+9
2020-07-11efi_loader: secure boot flagHeinrich Schuchardt1-6/+2
2020-07-11efi_loader: read-only AuditMode and DeployedModeHeinrich Schuchardt1-9/+13
2020-07-11efi_loader: value of VendorKeysHeinrich Schuchardt1-60/+15
2020-07-11efi_loader: keep attributes in efi_set_variable_intHeinrich Schuchardt1-12/+12
2020-07-11efi_loader: separate UEFI variable API from implemementationHeinrich Schuchardt1-33/+23
2020-07-11efi_loader: prepare for read only OP-TEE variablesHeinrich Schuchardt1-127/+48
2020-07-03efi_loader: rtc_mktime() called twiceHeinrich Schuchardt1-1/+1
2020-07-03efi_loader: time based authenticationHeinrich Schuchardt1-6/+11
2020-07-03efi_loader: add missing validation of timestampHeinrich Schuchardt1-1/+5
2020-07-03efi_loader: variable: replace debug to EFI_PRINTAKASHI Takahiro1-13/+14
2020-06-29efi_loader: fix incorrect use of EFI_EXIT()Heinrich Schuchardt1-1/+1
2020-06-24efi_loader: size of secure boot variablesHeinrich Schuchardt1-6/+6
2020-06-24efi_loader: type of efi_secure_modeHeinrich Schuchardt1-1/+1
2020-06-03efi_loader: signature: move efi_guid_cert_type_pkcs7 to efi_signature.cAKASHI Takahiro1-1/+0
2020-05-21efi_loader: Remove unnecessary debugPragnesh Patel1-2/+0
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass1-0/+1