aboutsummaryrefslogtreecommitdiff
path: root/lib/efi_loader/efi_variable.c
AgeCommit message (Expand)AuthorFilesLines
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
2020-05-18command: 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-02crc32: 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
2019-09-20efi_loader: variable: support APPEND_WRITEAKASHI Takahiro1-26/+44
2019-08-11env: Rename environment.h to env_internal.hSimon Glass1-1/+1
2019-08-11env: Move env_set() to env.hSimon Glass1-0/+1
2019-07-16efi_loader: fix comments for variable servicesHeinrich Schuchardt1-4/+23
2019-07-06efi_loader: let the variable driver patch out the runtimeHeinrich Schuchardt1-0/+44
2019-07-06efi_loader: initialization of variable servicesHeinrich Schuchardt1-0/+10
2019-07-06efi_loader: move efi_query_variable_info()Heinrich Schuchardt1-0/+27
2019-06-20efi_loader: fix typo in efi_variable.cHeinrich Schuchardt1-2/+2
2019-06-14efi_loader: parameter checks SetVariable()Heinrich Schuchardt1-1/+3
2019-06-04efi_loader: variable: support non-volatile attributeAKASHI Takahiro1-3/+9
2019-05-24efi_loader: variable: attributes may not be changed if a variable existsAKASHI Takahiro1-2/+11
2019-05-24efi_loader: variable: return error for APPEND_WRITEAKASHI Takahiro1-1/+3