aboutsummaryrefslogtreecommitdiff
path: root/lib/efi_loader
AgeCommit message (Expand)Author
2023-01-13efi_loader: provide agent_handle to efi_disk_add_dev()Heinrich Schuchardt
2023-01-13efi_loader: refine set_keyboard_layout() statusVincent Stehlé
2023-01-13efi_loader: use EFI_EXIT in efi_riscv_get_boot_hartidHeinrich Schuchardt
2023-01-13efi_loader: fix description of memory functionsHeinrich Schuchardt
2023-01-06efi_loader: carve out efi_get_memory_map_alloc()Heinrich Schuchardt
2023-01-04efi_loader: populate console handles in system tableHeinrich Schuchardt
2023-01-04efi_loader: adjust sorting of capsulesHeinrich Schuchardt
2022-12-29efi_loader: use u16_strlen() in efi_var_mem_ins()Heinrich Schuchardt
2022-12-29efi_loader: avoid adding variables twiceIlias Apalodimas
2022-12-29efi_loader: typo non-volatile in efi_var_restoreHeinrich Schuchardt
2022-12-29efi_loader: fix get_package_list_handle() statusVincent Stehlé
2022-12-20efi_loader: fix efi_get_next_variable_name_mem()Heinrich Schuchardt
2022-12-20eficonfig: carve out efi_get_next_variable_name_int callsMasahisa Kojima
2022-12-17efi: adjust ebbr to v2.1 in conformance profileVincent Stehlé
2022-12-02efi_loader: utility function to check the variable name is "Boot####"Masahisa Kojima
2022-12-02efi_loader: don't use EFI_LOADER_DATA internallyHeinrich Schuchardt
2022-12-02efi_loader: fix handling of DHCP acknowledgeHeinrich Schuchardt
2022-12-02efi_loader: add an EFI binary to print boot hart IDHeinrich Schuchardt
2022-11-22efi_loader: Fix buffer underflowMikhail Ilin
2022-11-16efi_loader: replace a u16_strdup with alloc + memcpyIlias Apalodimas
2022-11-16efi_loader: add missing EFI_CALL when closing a fileIlias Apalodimas
2022-11-16efi_loader: add comments on efi_file_from_path() regarding alignmentIlias Apalodimas
2022-11-16efi_loader: improve description of efi_file_from_path()Heinrich Schuchardt
2022-11-16efi_loader: initialize return values in efi_uninstall_multiple_protocol_inter...Ilias Apalodimas
2022-11-07dm: sandbox: Switch over to using the new host uclassSimon Glass
2022-11-06efi_loader: AllocateAddress requires page addressHeinrich Schuchardt
2022-11-06efi_loader: discover if no efi_system_partition is setHeinrich Schuchardt
2022-11-06efi_loader: remove CONFIG_EFI_SETUP_EARLYAKASHI Takahiro
2022-11-06efi_loader: Let networking support depend on NETDEVICESJan Kiszka
2022-10-31FWU: Add support for the FWU Multi Bank Update featureSughosh Ganu
2022-10-31disk: Rename block functionsSimon Glass
2022-10-31Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASESimon Glass
2022-10-30video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEOSimon Glass
2022-10-30efi: Drop old LCD codeSimon Glass
2022-10-17dm: treewide: Use uclass_first_device_err when accessing one deviceMichal Suchanek
2022-10-16efi_loader: remove efi_delete_handle on loadfile2Ilias Apalodimas
2022-10-16efi_loader: avoid EFI_CALL() when draining consoleHeinrich Schuchardt
2022-10-16efi_loader: avoid EFI_CALL() for clearing screenHeinrich Schuchardt
2022-10-10efi_loader: reformat efi_disk_add_dev()Heinrich Schuchardt
2022-10-10efi_loader: simplify efi_set_load_options()Heinrich Schuchardt
2022-10-10efi_loader: internal CloseProtocolHeinrich Schuchardt
2022-10-10efi_loader: CloseProtocol in efi_fmp_findHeinrich Schuchardt
2022-10-10efi_loader: CloseProtocol in tcg2_measure_gpt_dataHeinrich Schuchardt
2022-10-10efi_loader: printf code in efi_disk_get_device_name()Heinrich 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_driver: add init function to EFI block driverHeinrich Schuchardt
2022-10-06efi_loader: function to unlink udevice and handleHeinrich Schuchardt
2022-10-06efi_loader: efi_dp_part_node check dp_alloc return valueHeinrich Schuchardt
2022-10-06efi: Add string conversion helperPaul Barker