summaryrefslogtreecommitdiff
path: root/lib/efi_loader
AgeCommit message (Expand)Author
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
2022-10-03Merge branch 'next'Tom Rini
2022-09-30efi_loader: fix efi_initrd_deregister()Heinrich Schuchardt
2022-09-29treewide: Drop bootm_headers_t typedefSimon Glass
2022-09-25blk: Rename if_type to uclass_idSimon Glass
2022-09-19Merge branch 'master' into nextTom Rini
2022-09-18cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese
2022-09-16blk: Switch over to using uclass IDsSimon Glass
2022-09-16efi: Correct assumption about if_typeSimon Glass
2022-09-16blk: Select SPL_LEGACY_BLOCK automaticallySimon Glass
2022-09-16blk: Rename HAVE_BLOCK_DEVICESimon Glass
2022-09-14bootmenu: add removable media entriesMasahisa Kojima
2022-09-14eficonfig: menu-driven addition of UEFI boot optionMasahisa Kojima
2022-09-09lib: efi_loader: don't delete invalid handlesEtienne Carriere
2022-09-03efi_loader: fix display of NVMe EUI-64Heinrich Schuchardt