summaryrefslogtreecommitdiff
path: root/lib/efi_loader/efi_variable.c
AgeCommit message (Expand)AuthorFilesLines
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-12efi_loader: enable UEFI variables at runtimeHeinrich Schuchardt1-2/+12
2020-07-12efi_loader: use memory based variable storageHeinrich Schuchardt1-468/+94
2020-07-12efi_loader: UEFI variable persistenceHeinrich Schuchardt1-1/+9
2020-07-12efi_loader: secure boot flagHeinrich Schuchardt1-6/+2
2020-07-12efi_loader: read-only AuditMode and DeployedModeHeinrich Schuchardt1-9/+13
2020-07-12efi_loader: value of VendorKeysHeinrich Schuchardt1-60/+15
2020-07-12efi_loader: keep attributes in efi_set_variable_intHeinrich Schuchardt1-12/+12
2020-07-12efi_loader: separate UEFI variable API from implemementationHeinrich Schuchardt1-33/+23
2020-07-12efi_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-19common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-0/+1
2020-05-18common: Drop uuid.h from common headerSimon Glass1-0/+1
2020-05-09efi_loader: variable: check a return value of uuid__str_to_bin()AKASHI Takahiro1-1/+4
2020-05-07efi_loader: efi_variable_parse_signature() returns NULL on errorPatrick Wildt1-2/+1
2020-05-07efi_loader: do not unnecessarily use EFI_CALL()Heinrich Schuchardt1-15/+19
2020-05-07efi_loader: error handling in efi_set_variable_common().Heinrich Schuchardt1-1/+1
2020-05-04efi_loader: correct comments for efi_status_tHeinrich Schuchardt1-3/+3
2020-05-04efi_loader: eliminate efi_set_(non)volatile_variableHeinrich Schuchardt1-104/+37
2020-05-04efi_loader: eliminate efi_get_(non)volatile_variableHeinrich Schuchardt1-29/+3
2020-05-04efi_loader: factor out the common code from efi_transfer_secure_state()AKASHI Takahiro1-130/+64
2020-05-04lib/crypto, efi_loader: move some headers to include/cryptoAKASHI Takahiro1-1/+1
2020-04-16efi_loader: variable: add VendorKeys variableAKASHI Takahiro1-6/+63
2020-04-16efi_loader: variable: add secure boot state transitionAKASHI Takahiro1-3/+228
2020-04-16efi_loader: variable: support variable authenticationAKASHI Takahiro1-104/+562
2020-03-22efi_loader: definition of GetNextVariableName()Heinrich Schuchardt1-2/+2
2020-03-22efi_loader: correct reported length in GetNextVariable()Heinrich Schuchardt1-5/+6
2020-03-22efi_loader: description of efi_variable.cHeinrich Schuchardt1-2/+2
2019-12-03crc32: Use the crc.h header for crc functionsSimon Glass1-0/+1
2019-10-30efi_loader: correct includes in efi_variable.cHeinrich Schuchardt1-5/+3
2019-10-06efi_loader: appending to non-existent variableHeinrich Schuchardt1-4/+6
2019-09-23efi_loader: SetVariable() deleting variablesHeinrich Schuchardt1-5/+6
2019-09-23efi_loader: SetVariable() fix illegal returnHeinrich Schuchardt1-1/+1