aboutsummaryrefslogtreecommitdiff
path: root/lib/efi_loader/efi_boottime.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-10efi_loader: internal CloseProtocolHeinrich Schuchardt1-33/+57
2022-10-06efi_loader: define internal implementations of install/uninstallmultipleIlias Apalodimas1-55/+159
2022-09-19Merge branch 'master' into nextTom Rini1-2/+7
2022-09-18cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese1-2/+2
2022-09-14eficonfig: menu-driven addition of UEFI boot optionMasahisa Kojima1-20/+32
2022-09-09lib: efi_loader: don't delete invalid handlesEtienne Carriere1-2/+7
2022-05-03efi_loader: export efi_locate_device_handle()AKASHI Takahiro1-4/+3
2022-03-20efi_loader: support booting via short-form device-pathHeinrich Schuchardt1-10/+10
2022-03-20efi_loader: efi_dp_find_obj() add protocol checkHeinrich Schuchardt1-1/+1
2022-03-12efi_loader: copy GUID in InstallProtocolInterface()Heinrich Schuchardt1-7/+7
2022-02-05efi_loader: use %zu not %zd to print efi_uintn_tHeinrich Schuchardt1-3/+3
2022-02-03efi: Use 16-bit unicode stringsSimon Glass1-1/+1
2022-01-19efi_loader: use %pUs for printing GUIDsHeinrich Schuchardt1-13/+13
2021-12-09efi_loader: correctly handle no tpm device errorMasahisa Kojima1-3/+6
2021-11-26efi: Call bootm_disable_interrupts earlier in efi_exit_boot_servicesTom Rini1-3/+1
2021-11-20efi_loader: EFI_EVENT_GROUP_BEFORE_EXIT_BOOT_SERVICESHeinrich Schuchardt1-0/+13
2021-10-26efi_loader: add UEFI GPT measurementMasahisa Kojima1-1/+1
2021-10-26efi_loader: add SMBIOS table measurementMasahisa Kojima1-0/+2
2021-10-25efi_loader: add missing const qualifierMasahisa Kojima1-2/+3
2021-08-14efi_loader: add ExitBootServices() measurementMasahisa Kojima1-0/+5
2021-08-14efi_loader: add boot variable measurementMasahisa Kojima1-0/+20
2021-07-24efi_loader: remove asm/setjmp.h from efi_api.hAKASHI Takahiro1-0/+1
2021-06-28efi_loader: TPL_HIGH_LEVEL not allowed for CreateEventHeinrich Schuchardt1-1/+0
2021-03-25efi_loader: Clean up file size calculationsIlias Apalodimas1-15/+1
2021-03-25efi: Add ESRT to the EFI system tableJose Marinho1-4/+3
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-01-23efi_loader: notification with TPL_APPLICATION not allowedHeinrich Schuchardt1-1/+8
2021-01-23efi_loader: fix efi_load_image_from_path()Heinrich Schuchardt1-4/+1
2020-12-31efi_loader: event queueingHeinrich Schuchardt1-1/+1
2020-12-31efi_loader: use after free in efi_exit()Heinrich Schuchardt1-5/+12
2020-12-31efi_loader: efi_signal_event() fix comment typosHeinrich Schuchardt1-2/+2
2020-12-31efi_loader: missing parentheses after ifHeinrich Schuchardt1-1/+1
2020-12-10efi_loader: make efi_protocol_open() non-staticHeinrich Schuchardt1-1/+1
2020-12-10efi_loader: support EFI_LOAD_FILE_PROTOCOLHeinrich Schuchardt1-1/+48
2020-12-10efi_loader: carve out efi_load_image_from_file()Heinrich Schuchardt1-9/+36
2020-12-10efi_loader: pass boot_policy to efi_load_image_from_pathHeinrich Schuchardt1-7/+9
2020-12-10efi_loader: move EFI_LOAD_FILE2_PROTOCOL_GUIDHeinrich Schuchardt1-0/+3
2020-12-10efi_loader: resequence functions in efi_boottime.cHeinrich Schuchardt1-82/+82
2020-11-14efi_selftest: keep devices in ExitBootServices()Heinrich Schuchardt1-4/+9
2020-10-30efi_loader: fix DisconnectController() for sole childHeinrich Schuchardt1-8/+11
2020-10-27efi_loader: Disable devices before handing over controlIlias Apalodimas1-0/+6
2020-10-27efi_loader: Sort header file orderingIlias Apalodimas1-4/+3
2020-09-14efi_loader: save global data pointer on RISC-VHeinrich Schuchardt1-9/+9
2020-09-06efi_loader: remove duplicate image size checkHeinrich Schuchardt1-4/+0
2020-07-22efi_loader: document efi_save_gd(), efi_restore_gd()Heinrich Schuchardt1-5/+15
2020-07-11efi_loader: fix efi_get_child_controllers()Heinrich Schuchardt1-4/+8
2020-06-03efi_loader: allow compiling with clangHeinrich Schuchardt1-5/+5
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-04-16efi_loader: image_loader: support image authenticationAKASHI Takahiro1-2/+8
2020-03-17efi_loader: export a couple of protocol related functionsAKASHI Takahiro1-8/+8