aboutsummaryrefslogtreecommitdiff
path: root/include/efi_loader.h
AgeCommit message (Expand)Author
2023-11-07include: Drop <common.h> from include listsTom Rini
2023-10-12efi_loader: use well-known guid for auto-created boot optionMasahisa Kojima
2023-08-03efi_loader: error handling in efi_disk_add_devHeinrich Schuchardt
2023-07-28efi_loader: make efi_delete_handle() follow the EFI specIlias Apalodimas
2023-07-20efi_loader: make efi_remove_protocol() staticIlias Apalodimas
2023-07-15Move bootorder and bootoption apis to libRaymond Mao
2023-06-12Merge tag v2023.07-rc4 into nextTom Rini
2023-06-08efi_loader: add the number of image entries in efi_capsule_update_infoMasahisa Kojima
2023-05-13efi_loader: fix efi_dp_from_file()Heinrich Schuchardt
2023-04-08efi: loader: Make efi_event_queue and efi_register_notify_events staticBin Meng
2023-04-05efi_loader: device_path: support blkmap devicesTobias Waldekranz
2023-03-25efi_loader: move dp_alloc() to efi_alloc()Heinrich Schuchardt
2023-02-19efi_loader: Measure the loaded DTBEtienne Carriere
2023-02-10efi_loader: provide definition for efi_add_known_memory()Heinrich Schuchardt
2023-01-27eficonfig: add vertical scroll supportMasahisa Kojima
2023-01-06efi_loader: carve out efi_get_memory_map_alloc()Heinrich Schuchardt
2022-12-20eficonfig: carve out efi_get_next_variable_name_int callsMasahisa Kojima
2022-12-02efi_loader: utility function to check the variable name is "Boot####"Masahisa Kojima
2022-10-16efi_loader: remove efi_delete_handle on loadfile2Ilias Apalodimas
2022-10-10efi_loader: internal CloseProtocolHeinrich Schuchardt
2022-10-10efi_loader: don't export efi_remove_all_protocolsHeinrich Schuchardt
2022-10-06efi_loader: define internal implementations of install/uninstallmultipleIlias Apalodimas
2022-10-06efi_driver: move event registration to driverHeinrich Schuchardt
2022-10-06efi_loader: function to unlink udevice and handleHeinrich Schuchardt
2022-10-06efi: Add string conversion helperPaul Barker
2022-09-25blk: Rename if_type to uclass_idSimon Glass
2022-09-19Merge branch 'master' into nextTom Rini
2022-09-16blk: Drop if_typeSimon Glass
2022-09-14bootmenu: add removable media entriesMasahisa Kojima
2022-09-14eficonfig: menu-driven addition of UEFI boot optionMasahisa Kojima
2022-09-03efi: Create ECPT tableJose Marinho
2022-09-01efi_loader: ensure all block devices are probedHeinrich Schuchardt
2022-08-13efi_loader: move udevice pointer into struct efi_objectMasahisa Kojima
2022-07-13efi_loader: expose END device path nodeMasahisa Kojima
2022-07-11Merge branch 'next'Tom Rini
2022-07-05efi_loader: signature: export efi_hash_regions()AKASHI Takahiro
2022-06-22cmd: load: add load command for memory mappedRui Miguel Silva
2022-06-19efi_loader: initialize console size lateHeinrich Schuchardt
2022-05-28efi_loader: disk: add efi_disk_is_removable()AKASHI Takahiro
2022-05-07efi_loader: add sha384/512 on certificate revocationIlias Apalodimas
2022-05-03efi_loader: export efi_locate_device_handle()AKASHI Takahiro
2022-04-23efi_loader: disk: a helper function to create efi_disk objects from udeviceAKASHI Takahiro
2022-04-23efi_loader: split efi_init_obj_list() into two stagesAKASHI Takahiro
2022-04-15capsule: board: Add information needed for capsule updatesSughosh Ganu
2022-03-20efi_loader: remove efi_disk_is_system_part()Heinrich Schuchardt
2022-03-20efi_loader: export efi_system_partition_guidHeinrich Schuchardt
2022-03-20efi_loader: efi_dp_find_obj() add protocol checkHeinrich Schuchardt
2022-03-20efi_loader: fix efi_dp_find_obj()Heinrich Schuchardt
2022-03-20efi_loader: export efi_dp_shorten()Heinrich Schuchardt
2022-03-12efi_loader: copy GUID in InstallProtocolInterface()Heinrich Schuchardt