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