summaryrefslogtreecommitdiff
path: root/lib/efi_loader/efi_setup.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-19efi_loader: set CapsuleMax from CONFIG_EFI_CAPSULE_MAXEtienne Carriere1-1/+6
2023-02-10efi_loader: include definition of allow_unaligned()Heinrich Schuchardt1-0/+1
2023-01-20efi_loader: fix CapsuleMax variable reportingIlias Apalodimas1-1/+1
2022-11-06efi_loader: remove CONFIG_EFI_SETUP_EARLYAKASHI Takahiro1-32/+11
2022-11-06efi_loader: Let networking support depend on NETDEVICESJan Kiszka1-1/+1
2022-10-30video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEOSimon Glass1-1/+1
2022-10-30efi: Drop old LCD codeSimon Glass1-5/+5
2022-10-06efi_driver: move event registration to driverHeinrich Schuchardt1-4/+0
2022-10-06efi_driver: add init function to EFI block driverHeinrich Schuchardt1-5/+5
2022-09-03efi: Create ECPT tableJose Marinho1-0/+6
2022-09-01efi_loader: ensure all block devices are probedHeinrich Schuchardt1-0/+8
2022-08-02efi_loader: initialize the RNG protocol after the TCC2Ilias Apalodimas1-7/+7
2022-06-19efi_loader: initialize console size lateHeinrich Schuchardt1-0/+4
2022-04-23efi_loader: disk: a helper function to create efi_disk objects from udeviceAKASHI Takahiro1-3/+1
2022-04-23efi_loader: split efi_init_obj_list() into two stagesAKASHI Takahiro1-9/+49
2022-02-03efi: Use 16-bit unicode stringsSimon Glass1-7/+7
2022-01-29efi_loader: Enable RISCV_EFI_BOOT_PROTOCOL supportSunil V L1-0/+6
2021-12-09efi_loader: efi_tcg2_register returns appropriate errorMasahisa Kojima1-0/+4
2021-11-26efi_loader: segfault in efi_clear_os_indications()Heinrich Schuchardt1-35/+1
2021-07-02efi_loader: clear OsIndicationsHeinrich Schuchardt1-1/+39
2021-07-02efi_loader: Always install FMPsIlias Apalodimas1-0/+6
2021-03-25efi: Add ESRT to the EFI system tableJose Marinho1-0/+6
2021-01-29efi_loader: switch to non-secure mode laterHeinrich Schuchardt1-4/+0
2020-12-31efi_loader: Remove unconditional installation of file2 protocol for initrdIlias Apalodimas1-5/+0
2020-12-03efi_loader: capsule: support firmware updateAKASHI Takahiro1-0/+4
2020-12-03efi_loader: capsule: add capsule_on_disk supportAKASHI Takahiro1-0/+8
2020-12-03efi_loader: define UpdateCapsule apiAKASHI Takahiro1-10/+54
2020-12-03efi_loader: Introduce eventlog support for TCG2_PROTOCOLIlias Apalodimas1-6/+6
2020-11-14efi_loader: Add basic EFI_TCG2_PROTOCOL supportIlias Apalodimas1-0/+7
2020-09-27efi_loader: installation of EFI_RNG_PROTOCOLHeinrich Schuchardt1-0/+5
2020-07-12efi_loader: OsIndicationsSupported, PlatformLangCodesHeinrich Schuchardt1-28/+31
2020-07-03efi_loader: export initialization stateHeinrich Schuchardt1-1/+1
2020-07-03efi_loader: change efi objects initialization orderAKASHI Takahiro1-3/+4
2020-05-21efi_loader: initialize root node firstHeinrich Schuchardt1-5/+5
2020-05-04efi_loader: change setup sequenceHeinrich Schuchardt1-5/+5
2020-05-04efi_loader: correct comments for efi_status_tHeinrich Schuchardt1-1/+1
2020-04-16efi_loader: set up secure bootAKASHI Takahiro1-0/+38
2020-02-28efi_loader: Implement FileLoad2 for initramfs loadingIlias Apalodimas1-0/+5
2020-02-26efi_loader: implement EFI_RT_PROPERTIES_TABLEHeinrich Schuchardt1-4/+4
2019-07-06efi_loader: initialization of variable servicesHeinrich Schuchardt1-0/+5
2019-06-14efi_loader: add RuntimeServicesSupported variableAKASHI Takahiro1-0/+5
2019-05-07efi_loader: clean up UEFI sub-system initializationHeinrich Schuchardt1-0/+16
2019-05-02efi_loader: set OsIndicationsSupported at initAKASHI Takahiro1-0/+11
2019-04-12efi_loader: fix setting PlatformLangHeinrich Schuchardt1-15/+57
2019-04-12efi_loader: move efi_save_gd() call to board_r.cHeinrich Schuchardt1-7/+0
2019-04-07efi_loader: variables PlatformLang and PlatformLangCodesHeinrich Schuchardt1-0/+27
2019-02-13efi_loader: move efi_init_obj_list() to a new efi_setup.cAKASHI Takahiro1-0/+86