summaryrefslogtreecommitdiffstats
path: root/lib/efi_loader/efi_variable.c
Commit message (Expand)AuthorAgeFilesLines
* efi_loader: Make the pkcs7 header parsing function an externSughosh Ganu2020-12-311-89/+4
* efi_loader: non-volatile variable not deleted from fileHeinrich Schuchardt2020-11-091-0/+1
* efi_loader: variable: fix secure state initializationAKASHI Takahiro2020-08-131-5/+5
* efi_loader: signature: rework for intermediate certificates supportAKASHI Takahiro2020-08-131-3/+2
* efi_loader: variable: keep temporary buffer during the authenticationAKASHI Takahiro2020-08-131-7/+20
* efi_loader: Enable run-time variable support for tee based variablesIlias Apalodimas2020-08-011-99/+2
* efi_loader: pre-seed UEFI variablesHeinrich Schuchardt2020-07-161-2/+17
* efi_loader: identify PK, KEK, db, dbx correctlyHeinrich Schuchardt2020-07-161-13/+14
* efi_loader: restructure code for TEE variablesHeinrich Schuchardt2020-07-161-159/+0
* efi_loader: enable UEFI variables at runtimeHeinrich Schuchardt2020-07-111-2/+12
* efi_loader: use memory based variable storageHeinrich Schuchardt2020-07-111-468/+94
* efi_loader: UEFI variable persistenceHeinrich Schuchardt2020-07-111-1/+9
* efi_loader: secure boot flagHeinrich Schuchardt2020-07-111-6/+2
* efi_loader: read-only AuditMode and DeployedModeHeinrich Schuchardt2020-07-111-9/+13
* efi_loader: value of VendorKeysHeinrich Schuchardt2020-07-111-60/+15
* efi_loader: keep attributes in efi_set_variable_intHeinrich Schuchardt2020-07-111-12/+12
* efi_loader: separate UEFI variable API from implemementationHeinrich Schuchardt2020-07-111-33/+23
* efi_loader: prepare for read only OP-TEE variablesHeinrich Schuchardt2020-07-111-127/+48
* efi_loader: rtc_mktime() called twiceHeinrich Schuchardt2020-07-031-1/+1
* efi_loader: time based authenticationHeinrich Schuchardt2020-07-031-6/+11
* efi_loader: add missing validation of timestampHeinrich Schuchardt2020-07-031-1/+5
* efi_loader: variable: replace debug to EFI_PRINTAKASHI Takahiro2020-07-031-13/+14
* efi_loader: fix incorrect use of EFI_EXIT()Heinrich Schuchardt2020-06-291-1/+1
* efi_loader: size of secure boot variablesHeinrich Schuchardt2020-06-241-6/+6
* efi_loader: type of efi_secure_modeHeinrich Schuchardt2020-06-241-1/+1
* efi_loader: signature: move efi_guid_cert_type_pkcs7 to efi_signature.cAKASHI Takahiro2020-06-031-1/+0
* efi_loader: Remove unnecessary debugPragnesh Patel2020-05-211-2/+0
* common: Drop linux/bitops.h from common headerSimon Glass2020-05-181-0/+1
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-181-0/+1
* common: Drop uuid.h from common headerSimon Glass2020-05-181-0/+1
* efi_loader: variable: check a return value of uuid__str_to_bin()AKASHI Takahiro2020-05-091-1/+4
* efi_loader: efi_variable_parse_signature() returns NULL on errorPatrick Wildt2020-05-071-2/+1
* efi_loader: do not unnecessarily use EFI_CALL()Heinrich Schuchardt2020-05-071-15/+19
* efi_loader: error handling in efi_set_variable_common().Heinrich Schuchardt2020-05-071-1/+1
* efi_loader: correct comments for efi_status_tHeinrich Schuchardt2020-05-041-3/+3
* efi_loader: eliminate efi_set_(non)volatile_variableHeinrich Schuchardt2020-05-041-104/+37
* efi_loader: eliminate efi_get_(non)volatile_variableHeinrich Schuchardt2020-05-041-29/+3
* efi_loader: factor out the common code from efi_transfer_secure_state()AKASHI Takahiro2020-05-041-130/+64
* lib/crypto, efi_loader: move some headers to include/cryptoAKASHI Takahiro2020-05-041-1/+1
* efi_loader: variable: add VendorKeys variableAKASHI Takahiro2020-04-161-6/+63
* efi_loader: variable: add secure boot state transitionAKASHI Takahiro2020-04-161-3/+228
* efi_loader: variable: support variable authenticationAKASHI Takahiro2020-04-161-104/+562
* efi_loader: definition of GetNextVariableName()Heinrich Schuchardt2020-03-221-2/+2
* efi_loader: correct reported length in GetNextVariable()Heinrich Schuchardt2020-03-221-5/+6
* efi_loader: description of efi_variable.cHeinrich Schuchardt2020-03-221-2/+2
* crc32: Use the crc.h header for crc functionsSimon Glass2019-12-021-0/+1
* efi_loader: correct includes in efi_variable.cHeinrich Schuchardt2019-10-301-5/+3
* efi_loader: appending to non-existent variableHeinrich Schuchardt2019-10-061-4/+6
* efi_loader: SetVariable() deleting variablesHeinrich Schuchardt2019-09-231-5/+6
* efi_loader: SetVariable() fix illegal returnHeinrich Schuchardt2019-09-231-1/+1