aboutsummaryrefslogtreecommitdiff
path: root/include/efi_loader.h
AgeCommit message (Expand)Author
2024-06-10efi_loader: load distro dtb in bootmgrHeinrich Schuchardt
2024-06-10efi_loader: export efi_load_image_from_pathHeinrich Schuchardt
2024-06-10efi_loader: move distro_efi_get_fdt_name()Heinrich Schuchardt
2024-06-10cmd: eficonfig: add support for setting fdtHeinrich Schuchardt
2024-06-10efi_loader: allow concatenation with contained end nodeHeinrich Schuchardt
2024-05-01efi_loader: pass GUID by address to efi_dp_from_loHeinrich Schuchardt
2024-04-20efi_loader: Add OS notifications for SetVariable at runtimeIlias Apalodimas
2024-04-13efi_loader: eliminate duplicate runtime section definitionsHeinrich Schuchardt
2024-01-29efi_loader: export efi_get_configuration_tableHeinrich Schuchardt
2024-01-26efi_loader: migrate SMBIOS 3.0 entry point structure for measurementMasahisa Kojima
2024-01-17efi_loader: split unrelated code from efi_bootmgr.cAKASHI Takahiro
2024-01-13efi_loader: Clean up efi_dp_append and efi_dp_concatIlias Apalodimas
2023-12-17cmd: bootefi: move library interfaces under lib/efi_loaderAKASHI Takahiro
2023-12-17cmd: bootefi: re-organize do_bootefi()AKASHI Takahiro
2023-11-18efi_loader: add return to efibootmgr event groupMasahisa Kojima
2023-11-18efi_loader: add missing const classifier for event serviceMasahisa Kojima
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