summaryrefslogtreecommitdiff
path: root/lib/efi_loader
AgeCommit message (Expand)Author
2020-11-09efi_loader: non-volatile variable not deleted from fileHeinrich Schuchardt
2020-10-30efi_loader: add efi_create_indexed_name()AKASHI Takahiro
2020-10-30efi_loader: add option to initialise EFI subsystem earlyAKASHI Takahiro
2020-10-30efi_loader: fix DisconnectController() for sole childHeinrich Schuchardt
2020-10-27efi_loader: daylight saving timeHeinrich Schuchardt
2020-10-27efi_loader: Disable devices before handing over controlIlias Apalodimas
2020-10-27efi_loader: Sort header file orderingIlias Apalodimas
2020-10-22common: rename getc() to getchar()Heinrich Schuchardt
2020-10-19efi_loader: fix use after free in receive pathPatrick Wildt
2020-10-06efi_loader: QEMU CONFIG_EFI_GRUB_ARM32_WORKAROUND=nHeinrich Schuchardt
2020-10-06efi_loader: illegal free in EFI_LOAD_FILE2_PROTOCOLHeinrich Schuchardt
2020-10-06efi_loader: description EFI_LOAD_FILE2_PROTOCOLHeinrich Schuchardt
2020-09-27efi_loader: installation of EFI_RNG_PROTOCOLHeinrich Schuchardt
2020-09-18efi_memory: refine overlap_only_ram descriptionMaxim Uvarov
2020-09-14efi_loader: save global data pointer on RISC-VHeinrich Schuchardt
2020-09-14efi_loader: efi_var_mem_notify_exit_boot_servicesHeinrich Schuchardt
2020-09-06efi_loader: remove duplicate image size checkHeinrich Schuchardt
2020-09-06efi_loader: error message if image not authenticatedHeinrich Schuchardt
2020-09-06efi_loader: log function in image loaderHeinrich Schuchardt
2020-08-24efi_loader: validate device path length in boot managerHeinrich Schuchardt
2020-08-24efi_loader: efi_dp_check_length()Heinrich Schuchardt
2020-08-24efi_loader: ResetSystem() should not hangHeinrich Schuchardt
2020-08-14efi_loader: signature: correct a behavior against multiple signaturesAKASHI Takahiro
2020-08-13efi_loader: variable: fix secure state initializationAKASHI Takahiro
2020-08-13efi_loader: signature: rework for intermediate certificates supportAKASHI Takahiro
2020-08-13efi_loader: variable: keep temporary buffer during the authenticationAKASHI Takahiro
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