summaryrefslogtreecommitdiff
path: root/lib/efi_loader/efi_variable.c
AgeCommit message (Expand)Author
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
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass
2020-05-18common: Drop uuid.h from common headerSimon Glass
2020-05-09efi_loader: variable: check a return value of uuid__str_to_bin()AKASHI Takahiro
2020-05-07efi_loader: efi_variable_parse_signature() returns NULL on errorPatrick Wildt
2020-05-07efi_loader: do not unnecessarily use EFI_CALL()Heinrich Schuchardt
2020-05-07efi_loader: error handling in efi_set_variable_common().Heinrich Schuchardt
2020-05-04efi_loader: correct comments for efi_status_tHeinrich Schuchardt
2020-05-04efi_loader: eliminate efi_set_(non)volatile_variableHeinrich Schuchardt
2020-05-04efi_loader: eliminate efi_get_(non)volatile_variableHeinrich Schuchardt
2020-05-04efi_loader: factor out the common code from efi_transfer_secure_state()AKASHI Takahiro
2020-05-04lib/crypto, efi_loader: move some headers to include/cryptoAKASHI Takahiro
2020-04-16efi_loader: variable: add VendorKeys variableAKASHI Takahiro
2020-04-16efi_loader: variable: add secure boot state transitionAKASHI Takahiro
2020-04-16efi_loader: variable: support variable authenticationAKASHI Takahiro
2020-03-22efi_loader: definition of GetNextVariableName()Heinrich Schuchardt
2020-03-22efi_loader: correct reported length in GetNextVariable()Heinrich Schuchardt
2020-03-22efi_loader: description of efi_variable.cHeinrich Schuchardt
2019-12-02crc32: Use the crc.h header for crc functionsSimon Glass