summaryrefslogtreecommitdiff
path: root/lib/efi_loader
AgeCommit message (Expand)AuthorFilesLines
2020-07-16efi_loader: pre-seed UEFI variablesHeinrich Schuchardt5-10/+63
2020-07-16efi_loader: identify PK, KEK, db, dbx correctlyHeinrich Schuchardt2-13/+41
2020-07-16efi_loader: configuration of variables storeHeinrich Schuchardt1-12/+18
2020-07-16efi_loader: update secure stateHeinrich Schuchardt1-0/+10
2020-07-16efi_loader: restructure code for TEE variablesHeinrich Schuchardt2-159/+155
2020-07-16efi_loader: display RO attribute with TEE-backed variablesIlias Apalodimas1-6/+136
2020-07-12efi_loader: enable UEFI variables at runtimeHeinrich Schuchardt3-5/+17
2020-07-12efi_loader: use memory based variable storageHeinrich Schuchardt1-468/+94
2020-07-12efi_loader: memory buffer for variablesHeinrich Schuchardt2-0/+267
2020-07-12efi_loader: new function efi_memcpy_runtime()Heinrich Schuchardt1-0/+19
2020-07-12efi_loader: optional pointer for ConvertPointerHeinrich Schuchardt1-0/+6
2020-07-12efi_loader: export efi_convert_pointer()Heinrich Schuchardt1-5/+3
2020-07-12efi_loader: UEFI variable persistenceHeinrich Schuchardt4-1/+257
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: simplify boot managerHeinrich Schuchardt1-16/+12
2020-07-12efi_loader: OsIndicationsSupported, PlatformLangCodesHeinrich Schuchardt1-28/+31
2020-07-12efi_loader: separate UEFI variable API from implemementationHeinrich Schuchardt3-79/+94
2020-07-12efi_loader: prepare for read only OP-TEE variablesHeinrich Schuchardt4-181/+148
2020-07-12efi_loader: NULL dereference in efi_convert_pointerHeinrich Schuchardt1-1/+2
2020-07-12efi_loader: fix efi_get_child_controllers()Heinrich Schuchardt1-4/+8
2020-07-12efi_loader: wrong printf format in efi_image_parseHeinrich Schuchardt1-1/+1
2020-07-12efi_loader: cleanup for tee backed variablesIlias Apalodimas1-5/+3
2020-07-12efi_loader: image_loader: add digest-based verification for signed imageAKASHI Takahiro2-75/+97
2020-07-12efi_loader: image_loader: verification for all signatures should passAKASHI Takahiro2-150/+191
2020-07-12efi_loader: signature: make efi_hash_regions more genericAKASHI Takahiro1-29/+17
2020-07-12efi_loader: signature: fix a size check against revocation listAKASHI Takahiro1-2/+3
2020-07-12efi_loader: image_loader: retrieve authenticode only if it existsAKASHI Takahiro1-8/+21
2020-07-12efi_loader: image_loader: add a check against certificate type of authenticodeAKASHI Takahiro1-12/+44
2020-07-03efi_loader: imply FAT, FAT_WRITEHeinrich Schuchardt1-0/+2
2020-07-03efi_loader: export initialization stateHeinrich Schuchardt1-1/+1
2020-07-03efi_loader: rtc_mktime() called twiceHeinrich Schuchardt1-1/+1
2020-07-03efi_loader: use log function in boot managerHeinrich Schuchardt1-11/+15
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: fix efi_image_region_add()Heinrich Schuchardt1-16/+19
2020-07-03efi_loader: image_loader: replace debug to EFI_PRINTAKASHI Takahiro1-31/+33
2020-07-03efi_loader: variable: replace debug to EFI_PRINTAKASHI Takahiro1-13/+14
2020-07-03efi_loader: signature: replace debug to EFI_PRINTAKASHI Takahiro1-59/+62
2020-07-03efi_loader: change efi objects initialization orderAKASHI Takahiro1-3/+4
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-14efi_loader: printf code in efi_image_parse()Heinrich Schuchardt1-1/+1
2020-06-05efi_loader: comments EFI_SIMPLE_TEXT_OUTPUT_PROTOCOLHeinrich Schuchardt1-9/+115
2020-06-03efi_loader: signature: move efi_guid_cert_type_pkcs7 to efi_signature.cAKASHI Takahiro2-1/+1
2020-06-03efi_loader: simplify PE consistency checkHeinrich Schuchardt1-9/+6
2020-06-03efi_loader: function description cmp_pe_section()Heinrich Schuchardt1-6/+8