aboutsummaryrefslogtreecommitdiff
path: root/lib/efi_loader
AgeCommit message (Expand)AuthorFilesLines
2020-10-22common: rename getc() to getchar()Heinrich Schuchardt1-10/+10
2020-10-19efi_loader: fix use after free in receive pathPatrick Wildt1-23/+69
2020-10-06efi_loader: QEMU CONFIG_EFI_GRUB_ARM32_WORKAROUND=nHeinrich Schuchardt1-0/+1
2020-10-06efi_loader: illegal free in EFI_LOAD_FILE2_PROTOCOLHeinrich Schuchardt1-8/+9
2020-10-06efi_loader: description EFI_LOAD_FILE2_PROTOCOLHeinrich Schuchardt1-19/+23
2020-09-27efi_loader: installation of EFI_RNG_PROTOCOLHeinrich Schuchardt3-5/+34
2020-09-18efi_memory: refine overlap_only_ram descriptionMaxim Uvarov1-1/+1
2020-09-14efi_loader: save global data pointer on RISC-VHeinrich Schuchardt1-9/+9
2020-09-14efi_loader: efi_var_mem_notify_exit_boot_servicesHeinrich Schuchardt1-1/+1
2020-09-06efi_loader: remove duplicate image size checkHeinrich Schuchardt1-4/+0
2020-09-06efi_loader: error message if image not authenticatedHeinrich Schuchardt1-2/+4
2020-09-06efi_loader: log function in image loaderHeinrich Schuchardt1-22/+22
2020-08-24efi_loader: validate device path length in boot managerHeinrich Schuchardt1-4/+2
2020-08-24efi_loader: efi_dp_check_length()Heinrich Schuchardt1-0/+33
2020-08-24efi_loader: ResetSystem() should not hangHeinrich Schuchardt1-3/+4
2020-08-14efi_loader: signature: correct a behavior against multiple signaturesAKASHI Takahiro2-85/+24
2020-08-13efi_loader: variable: fix secure state initializationAKASHI Takahiro1-5/+5
2020-08-13efi_loader: signature: rework for intermediate certificates supportAKASHI Takahiro4-209/+184
2020-08-13efi_loader: variable: keep temporary buffer during the authenticationAKASHI Takahiro1-7/+20
2020-08-08efi_loader: set load options in boot managerHeinrich Schuchardt1-11/+27
2020-08-08efi_loader: factor out efi_set_load_options()Heinrich Schuchardt1-0/+32
2020-08-08efi_loader: add copyright noticeAKASHI Takahiro1-0/+1
2020-08-01efi_loader: use CONFIG_STACK_SIZE in the UEFI sub-systemHeinrich Schuchardt1-1/+1
2020-08-01efi_loader: Enable run-time variable support for tee based variablesIlias Apalodimas6-154/+148
2020-08-01efi_loader: Trim output buffer size correctly for tee variablesIlias Apalodimas1-10/+3
2020-07-22efi_loader: use logging for block device messagesHeinrich Schuchardt1-10/+13
2020-07-22efi_loader: document efi_save_gd(), efi_restore_gd()Heinrich Schuchardt1-5/+15
2020-07-22efi_loader: loosen buffer parameter check in efi_file_readStefan Sørensen1-1/+8
2020-07-22efi_loader: Check for the native OP-TEE result on mm_communicate callsIlias Apalodimas1-2/+2
2020-07-22efi_loader: Rename and correct values for ARM_SMC_MM_*Ilias Apalodimas1-4/+4
2020-07-22efi_loader: don't use memmove() in efi_var_mem_del()Heinrich Schuchardt2-1/+4
2020-07-22efi_loader: efi_current_var after SetVirtualAddressMapHeinrich Schuchardt1-0/+1
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-11efi_loader: enable UEFI variables at runtimeHeinrich Schuchardt3-5/+17
2020-07-11efi_loader: use memory based variable storageHeinrich Schuchardt1-468/+94
2020-07-11efi_loader: memory buffer for variablesHeinrich Schuchardt2-0/+267
2020-07-11efi_loader: new function efi_memcpy_runtime()Heinrich Schuchardt1-0/+19
2020-07-11efi_loader: optional pointer for ConvertPointerHeinrich Schuchardt1-0/+6
2020-07-11efi_loader: export efi_convert_pointer()Heinrich Schuchardt1-5/+3
2020-07-11efi_loader: UEFI variable persistenceHeinrich Schuchardt4-1/+257
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: simplify boot managerHeinrich Schuchardt1-16/+12