aboutsummaryrefslogtreecommitdiff
path: root/lib/efi_loader
AgeCommit message (Expand)Author
2020-08-08efi_loader: set load options in boot managerHeinrich Schuchardt
2020-08-08efi_loader: factor out efi_set_load_options()Heinrich Schuchardt
2020-08-08efi_loader: add copyright noticeAKASHI Takahiro
2020-08-01efi_loader: use CONFIG_STACK_SIZE in the UEFI sub-systemHeinrich Schuchardt
2020-08-01efi_loader: Enable run-time variable support for tee based variablesIlias Apalodimas
2020-08-01efi_loader: Trim output buffer size correctly for tee variablesIlias Apalodimas
2020-07-22efi_loader: use logging for block device messagesHeinrich Schuchardt
2020-07-22efi_loader: document efi_save_gd(), efi_restore_gd()Heinrich Schuchardt
2020-07-22efi_loader: loosen buffer parameter check in efi_file_readStefan Sørensen
2020-07-22efi_loader: Check for the native OP-TEE result on mm_communicate callsIlias Apalodimas
2020-07-22efi_loader: Rename and correct values for ARM_SMC_MM_*Ilias Apalodimas
2020-07-22efi_loader: don't use memmove() in efi_var_mem_del()Heinrich Schuchardt
2020-07-22efi_loader: efi_current_var after SetVirtualAddressMapHeinrich Schuchardt
2020-07-16efi_loader: pre-seed UEFI variablesHeinrich Schuchardt
2020-07-16efi_loader: identify PK, KEK, db, dbx correctlyHeinrich Schuchardt
2020-07-16efi_loader: configuration of variables storeHeinrich Schuchardt
2020-07-16efi_loader: update secure stateHeinrich Schuchardt
2020-07-16efi_loader: restructure code for TEE variablesHeinrich Schuchardt
2020-07-16efi_loader: display RO attribute with TEE-backed variablesIlias Apalodimas
2020-07-11efi_loader: enable UEFI variables at runtimeHeinrich Schuchardt
2020-07-11efi_loader: use memory based variable storageHeinrich Schuchardt
2020-07-11efi_loader: memory buffer for variablesHeinrich Schuchardt
2020-07-11efi_loader: new function efi_memcpy_runtime()Heinrich Schuchardt
2020-07-11efi_loader: optional pointer for ConvertPointerHeinrich Schuchardt
2020-07-11efi_loader: export efi_convert_pointer()Heinrich Schuchardt
2020-07-11efi_loader: UEFI variable persistenceHeinrich Schuchardt
2020-07-11efi_loader: secure boot flagHeinrich Schuchardt
2020-07-11efi_loader: read-only AuditMode and DeployedModeHeinrich Schuchardt
2020-07-11efi_loader: value of VendorKeysHeinrich Schuchardt
2020-07-11efi_loader: keep attributes in efi_set_variable_intHeinrich Schuchardt
2020-07-11efi_loader: simplify boot managerHeinrich Schuchardt
2020-07-11efi_loader: OsIndicationsSupported, PlatformLangCodesHeinrich Schuchardt
2020-07-11efi_loader: separate UEFI variable API from implemementationHeinrich Schuchardt
2020-07-11efi_loader: prepare for read only OP-TEE variablesHeinrich Schuchardt
2020-07-11efi_loader: NULL dereference in efi_convert_pointerHeinrich Schuchardt
2020-07-11efi_loader: fix efi_get_child_controllers()Heinrich Schuchardt
2020-07-11efi_loader: wrong printf format in efi_image_parseHeinrich Schuchardt
2020-07-11efi_loader: cleanup for tee backed variablesIlias Apalodimas
2020-07-11efi_loader: image_loader: add digest-based verification for signed imageAKASHI Takahiro
2020-07-11efi_loader: image_loader: verification for all signatures should passAKASHI Takahiro
2020-07-11efi_loader: signature: make efi_hash_regions more genericAKASHI Takahiro
2020-07-11efi_loader: signature: fix a size check against revocation listAKASHI Takahiro
2020-07-11efi_loader: image_loader: retrieve authenticode only if it existsAKASHI Takahiro
2020-07-11efi_loader: image_loader: add a check against certificate type of authenticodeAKASHI Takahiro
2020-07-03efi_loader: imply FAT, FAT_WRITEHeinrich Schuchardt
2020-07-03efi_loader: export initialization stateHeinrich Schuchardt
2020-07-03efi_loader: rtc_mktime() called twiceHeinrich Schuchardt
2020-07-03efi_loader: use log function in boot managerHeinrich Schuchardt
2020-07-03efi_loader: time based authenticationHeinrich Schuchardt
2020-07-03efi_loader: add missing validation of timestampHeinrich Schuchardt