aboutsummaryrefslogtreecommitdiffstats
path: root/include/efi_loader.h
Commit message (Expand)AuthorAgeFilesLines
* efi_leader: delete rng-seed if having EFI RNG protocolHeinrich Schuchardt2024-10-091-1/+1
* include: Remove duplicate newlinesMarek Vasut2024-07-291-1/+0
* efi_loader: find distro device-path for media devicesHeinrich Schuchardt2024-07-191-1/+1
* efi: move guid helper functions to efi.hVincent Stehlé2024-07-161-10/+0
* efi_loader: load distro dtb in bootmgrHeinrich Schuchardt2024-06-101-0/+2
* efi_loader: export efi_load_image_from_pathHeinrich Schuchardt2024-06-101-0/+4
* efi_loader: move distro_efi_get_fdt_name()Heinrich Schuchardt2024-06-101-0/+2
* cmd: eficonfig: add support for setting fdtHeinrich Schuchardt2024-06-101-0/+14
* efi_loader: allow concatenation with contained end nodeHeinrich Schuchardt2024-06-101-1/+1
* efi_loader: pass GUID by address to efi_dp_from_loHeinrich Schuchardt2024-05-011-1/+1
* efi_loader: Add OS notifications for SetVariable at runtimeIlias Apalodimas2024-04-201-0/+4
* efi_loader: eliminate duplicate runtime section definitionsHeinrich Schuchardt2024-04-131-3/+0
* efi_loader: export efi_get_configuration_tableHeinrich Schuchardt2024-01-291-0/+2
* efi_loader: migrate SMBIOS 3.0 entry point structure for measurementMasahisa Kojima2024-01-261-0/+1
* efi_loader: split unrelated code from efi_bootmgr.cAKASHI Takahiro2024-01-171-11/+17
* efi_loader: Clean up efi_dp_append and efi_dp_concatIlias Apalodimas2024-01-131-3/+2
* cmd: bootefi: move library interfaces under lib/efi_loaderAKASHI Takahiro2023-12-171-0/+10
* cmd: bootefi: re-organize do_bootefi()AKASHI Takahiro2023-12-171-2/+0
* efi_loader: add return to efibootmgr event groupMasahisa Kojima2023-11-181-0/+2
* efi_loader: add missing const classifier for event serviceMasahisa Kojima2023-11-181-1/+1
* include: Drop <common.h> from include listsTom Rini2023-11-071-1/+0
* efi_loader: use well-known guid for auto-created boot optionMasahisa Kojima2023-10-121-2/+2
* efi_loader: error handling in efi_disk_add_devHeinrich Schuchardt2023-08-031-3/+15
* efi_loader: make efi_delete_handle() follow the EFI specIlias Apalodimas2023-07-281-1/+1
* efi_loader: make efi_remove_protocol() staticIlias Apalodimas2023-07-201-4/+0
* Move bootorder and bootoption apis to libRaymond Mao2023-07-151-0/+11
* Merge tag v2023.07-rc4 into nextTom Rini2023-06-121-1/+1
|\
| * efi_loader: fix efi_dp_from_file()Heinrich Schuchardt2023-05-131-1/+1
* | efi_loader: add the number of image entries in efi_capsule_update_infoMasahisa Kojima2023-06-081-1/+2
|/
* efi: loader: Make efi_event_queue and efi_register_notify_events staticBin Meng2023-04-081-3/+0
* efi_loader: device_path: support blkmap devicesWIP/2023-04-05-blkmap-composable-virtual-block-devicesTobias Waldekranz2023-04-051-0/+4
* efi_loader: move dp_alloc() to efi_alloc()Heinrich Schuchardt2023-03-251-2/+2
* efi_loader: Measure the loaded DTBEtienne Carriere2023-02-191-0/+2
* efi_loader: provide definition for efi_add_known_memory()Heinrich Schuchardt2023-02-101-0/+7
* eficonfig: add vertical scroll supportMasahisa Kojima2023-01-271-0/+1
* efi_loader: carve out efi_get_memory_map_alloc()Heinrich Schuchardt2023-01-061-0/+3
* eficonfig: carve out efi_get_next_variable_name_int callsMasahisa Kojima2022-12-201-0/+2
* efi_loader: utility function to check the variable name is "Boot####"Masahisa Kojima2022-12-021-0/+1
* efi_loader: remove efi_delete_handle on loadfile2Ilias Apalodimas2022-10-161-1/+1
* efi_loader: internal CloseProtocolHeinrich Schuchardt2022-10-101-5/+4
* efi_loader: don't export efi_remove_all_protocolsHeinrich Schuchardt2022-10-101-2/+0
* efi_loader: define internal implementations of install/uninstallmultipleIlias Apalodimas2022-10-061-2/+4
* efi_driver: move event registration to driverHeinrich Schuchardt2022-10-061-2/+5
* efi_loader: function to unlink udevice and handleHeinrich Schuchardt2022-10-061-0/+1
* efi: Add string conversion helperPaul Barker2022-10-061-1/+2
* blk: Rename if_type to uclass_idSimon Glass2022-09-251-2/+2
* Merge branch 'master' into nextTom Rini2022-09-191-1/+10
|\
| * efi: Create ECPT tableJose Marinho2022-09-031-0/+7
| * efi_loader: ensure all block devices are probedHeinrich Schuchardt2022-09-011-1/+3
* | blk: Drop if_typeWIP/2022-09-16-rationalize-the-block-interfaceSimon Glass2022-09-161-1/+1