summaryrefslogtreecommitdiff
path: root/lib/efi_loader
AgeCommit message (Expand)Author
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
2022-09-03efi: ECPT add EBBRv2.0 conformance profileJose Marinho
2022-09-03efi: Create ECPT tableJose Marinho
2022-09-03efi_loader: support CTRL+\ - CTRL+_Heinrich Schuchardt
2022-09-03efi_loader: compliance Simple Text Input Ex ProtocolHeinrich Schuchardt
2022-09-03efi_loader: printing UEFI revision in helloworld.efiHeinrich Schuchardt
2022-09-01efi_loader: ensure all block devices are probedHeinrich Schuchardt
2022-08-20efi_loader: disk: remove unused fieldAKASHI Takahiro
2022-08-13efi_loader: move udevice pointer into struct efi_objectMasahisa Kojima
2022-08-13efi_loader: fix efi_convert_device_path_to_text()Heinrich Schuchardt
2022-08-12bootstd: Allow bootmeths to be marked as globalSimon Glass
2022-08-02efi_loader: initialize the RNG protocol after the TCC2Ilias Apalodimas
2022-07-18efi_loader: remove support for CONFIG_LCDHeinrich Schuchardt
2022-07-13efi_loader: expose END device path nodeMasahisa Kojima
2022-07-11Merge branch 'next'Tom Rini
2022-07-05efi_loader: image_loader: add a missing digest verification for signed PE imageAKASHI Takahiro
2022-07-05efi_loader: image_loader: replace EFI_PRINT with log macrosAKASHI Takahiro
2022-07-05efi_loader: signature: export efi_hash_regions()AKASHI Takahiro
2022-07-02EFI: Fix ReadBlocks API reading incorrect sector for UCLASS_PARTITION devicesPaul Barbieri
2022-06-22cmd: load: add load command for memory mappedRui Miguel Silva
2022-06-19efi_loader: initialize console size lateHeinrich Schuchardt