summaryrefslogtreecommitdiffstats
path: root/lib/efi_loader
Commit message (Expand)AuthorAgeFilesLines
* efi_loader: enable EFI_SET_TIME on sandbox and QEMU ARMHeinrich Schuchardt2020-11-291-0/+1
* efi_loader: parameter check in GetNextVariableName()Heinrich Schuchardt2020-11-211-3/+8
* efi_loader: tcg2 protocol updatesIlias Apalodimas2020-11-211-68/+92
* efi_loader: Add basic EFI_TCG2_PROTOCOL supportIlias Apalodimas2020-11-144-0/+549
* efi_loader: incorrect buffer size in efi_file_setinfo()Heinrich Schuchardt2020-11-141-1/+1
* efi_loader: Add missing newline to log_{err,warning}Paulo Alcantara2020-11-141-2/+2
* efi_selftest: keep devices in ExitBootServices()Heinrich Schuchardt2020-11-141-4/+9
* efi_loader: non-volatile variable not deleted from fileHeinrich Schuchardt2020-11-091-0/+1
* efi_loader: add efi_create_indexed_name()AKASHI Takahiro2020-10-302-0/+37
* efi_loader: add option to initialise EFI subsystem earlyAKASHI Takahiro2020-10-301-0/+4
* efi_loader: fix DisconnectController() for sole childHeinrich Schuchardt2020-10-301-8/+11
* efi_loader: daylight saving timeHeinrich Schuchardt2020-10-271-3/+16
* efi_loader: Disable devices before handing over controlIlias Apalodimas2020-10-271-0/+6
* efi_loader: Sort header file orderingIlias Apalodimas2020-10-271-4/+3
* common: rename getc() to getchar()Heinrich Schuchardt2020-10-221-10/+10
* efi_loader: fix use after free in receive pathPatrick Wildt2020-10-191-23/+69
* efi_loader: QEMU CONFIG_EFI_GRUB_ARM32_WORKAROUND=nHeinrich Schuchardt2020-10-061-0/+1
* efi_loader: illegal free in EFI_LOAD_FILE2_PROTOCOLHeinrich Schuchardt2020-10-061-8/+9
* efi_loader: description EFI_LOAD_FILE2_PROTOCOLHeinrich Schuchardt2020-10-061-19/+23
* efi_loader: installation of EFI_RNG_PROTOCOLHeinrich Schuchardt2020-09-273-5/+34
* efi_memory: refine overlap_only_ram descriptionMaxim Uvarov2020-09-181-1/+1
* efi_loader: save global data pointer on RISC-VHeinrich Schuchardt2020-09-141-9/+9
* efi_loader: efi_var_mem_notify_exit_boot_servicesHeinrich Schuchardt2020-09-141-1/+1
* efi_loader: remove duplicate image size checkHeinrich Schuchardt2020-09-061-4/+0
* efi_loader: error message if image not authenticatedHeinrich Schuchardt2020-09-061-2/+4
* efi_loader: log function in image loaderHeinrich Schuchardt2020-09-061-22/+22
* efi_loader: validate device path length in boot managerHeinrich Schuchardt2020-08-241-4/+2
* efi_loader: efi_dp_check_length()Heinrich Schuchardt2020-08-241-0/+33
* efi_loader: ResetSystem() should not hangHeinrich Schuchardt2020-08-241-3/+4
* efi_loader: signature: correct a behavior against multiple signaturesAKASHI Takahiro2020-08-142-85/+24
* efi_loader: variable: fix secure state initializationAKASHI Takahiro2020-08-131-5/+5
* efi_loader: signature: rework for intermediate certificates supportAKASHI Takahiro2020-08-134-209/+184
* efi_loader: variable: keep temporary buffer during the authenticationAKASHI Takahiro2020-08-131-7/+20
* efi_loader: set load options in boot managerHeinrich Schuchardt2020-08-081-11/+27
* efi_loader: factor out efi_set_load_options()Heinrich Schuchardt2020-08-081-0/+32
* efi_loader: add copyright noticeAKASHI Takahiro2020-08-081-0/+1
* efi_loader: use CONFIG_STACK_SIZE in the UEFI sub-systemHeinrich Schuchardt2020-08-011-1/+1
* efi_loader: Enable run-time variable support for tee based variablesIlias Apalodimas2020-08-016-154/+148
* efi_loader: Trim output buffer size correctly for tee variablesIlias Apalodimas2020-08-011-10/+3
* efi_loader: use logging for block device messagesHeinrich Schuchardt2020-07-221-10/+13
* efi_loader: document efi_save_gd(), efi_restore_gd()Heinrich Schuchardt2020-07-221-5/+15
* efi_loader: loosen buffer parameter check in efi_file_readStefan Sørensen2020-07-221-1/+8
* efi_loader: Check for the native OP-TEE result on mm_communicate callsIlias Apalodimas2020-07-221-2/+2
* efi_loader: Rename and correct values for ARM_SMC_MM_*Ilias Apalodimas2020-07-221-4/+4
* efi_loader: don't use memmove() in efi_var_mem_del()Heinrich Schuchardt2020-07-222-1/+4
* efi_loader: efi_current_var after SetVirtualAddressMapHeinrich Schuchardt2020-07-221-0/+1
* 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