summaryrefslogtreecommitdiff
path: root/lib/efi_loader/efi_variable.c
AgeCommit message (Expand)Author
2024-09-12include: export uuid.hCaleb Connolly
2024-07-15lib: Remove duplicate newlinesMarek Vasut
2024-06-10efi_loader: Fix EFI_VARIABLE_APPEND_WRITE hash checkWeizhao Ouyang
2024-05-01efi_loader: enable QueryVariableInfo at runtime for file backed variablesIlias Apalodimas
2024-04-20efi_loader: add an EFI variable with the file contentsIlias Apalodimas
2024-04-20efi_loader: conditionally enable SetvariableRTIlias Apalodimas
2024-04-13efi_loader: using EFI_UNSUPPORTED for private authenticated variablesWeizhao Ouyang
2024-04-08efi_loader: Don't delete variable from memory if adding a new one failedIlias Apalodimas
2024-04-08efi_loader: handle EFI_VARIABLE_ENHANCED_AUTHENTICATED_ACCESSHeinrich Schuchardt
2024-04-08efi_loader: EFI_VARIABLE_READ_ONLY should be 32bitHeinrich Schuchardt
2024-04-08efi_loader: all variable attributes are 32bitHeinrich Schuchardt
2024-04-08efi_loader: fix append write behavior to non-existent variableMasahisa Kojima
2023-12-21efi_loader: Remove <common.h>Tom Rini
2023-03-13efi_loader: update SetVariable attribute checkMasahisa Kojima
2023-02-19efi_loader: fix wrong attribute check for QueryVariableInfoMasahisa Kojima
2023-02-10efi_loader: static efi_query_variable_info_runtime()Heinrich Schuchardt
2023-02-10efi_loader: update attribute check for QueryVariableInfo()Masahisa Kojima
2023-01-20efi_loader: ensure that file ubootefi.var is createdHeinrich Schuchardt
2022-12-29efi_loader: avoid adding variables twiceIlias Apalodimas
2022-02-03efi: Use 16-bit unicode stringsSimon Glass
2021-10-25efi_loader: treat UEFI variable name as constHeinrich Schuchardt
2021-09-04efi_loader: efi_auth_var_type for AuditMode, DeployedModeHeinrich Schuchardt
2021-09-04efi_loader: don't load signature database from fileHeinrich Schuchardt
2020-12-31efi_loader: Make the pkcs7 header parsing function an externSughosh Ganu
2020-11-09efi_loader: non-volatile variable not deleted from fileHeinrich Schuchardt
2020-08-13efi_loader: variable: fix secure state initializationAKASHI Takahiro
2020-08-13efi_loader: signature: rework for intermediate certificates supportAKASHI Takahiro
2020-08-13efi_loader: variable: keep temporary buffer during the authenticationAKASHI Takahiro
2020-08-01efi_loader: Enable run-time variable support for tee based variablesIlias Apalodimas
2020-07-16efi_loader: pre-seed UEFI variablesHeinrich Schuchardt
2020-07-16efi_loader: identify PK, KEK, db, dbx correctlyHeinrich Schuchardt
2020-07-16efi_loader: restructure code for TEE variablesHeinrich Schuchardt
2020-07-11efi_loader: enable UEFI variables at runtimeHeinrich Schuchardt
2020-07-11efi_loader: use memory based variable storageHeinrich Schuchardt
2020-07-11efi_loader: UEFI variable persistenceHeinrich Schuchardt
2020-07-11efi_loader: secure boot flagHeinrich Schuchardt
2020-07-11efi_loader: read-only AuditMode and DeployedModeHeinrich Schuchardt
2020-07-11efi_loader: value of VendorKeysHeinrich Schuchardt
2020-07-11efi_loader: keep attributes in efi_set_variable_intHeinrich Schuchardt
2020-07-11efi_loader: separate UEFI variable API from implemementationHeinrich Schuchardt
2020-07-11efi_loader: prepare for read only OP-TEE variablesHeinrich Schuchardt
2020-07-03efi_loader: rtc_mktime() called twiceHeinrich Schuchardt
2020-07-03efi_loader: time based authenticationHeinrich Schuchardt
2020-07-03efi_loader: add missing validation of timestampHeinrich Schuchardt
2020-07-03efi_loader: variable: replace debug to EFI_PRINTAKASHI Takahiro
2020-06-29efi_loader: fix incorrect use of EFI_EXIT()Heinrich Schuchardt
2020-06-24efi_loader: size of secure boot variablesHeinrich Schuchardt
2020-06-24efi_loader: type of efi_secure_modeHeinrich Schuchardt
2020-06-03efi_loader: signature: move efi_guid_cert_type_pkcs7 to efi_signature.cAKASHI Takahiro
2020-05-21efi_loader: Remove unnecessary debugPragnesh Patel