summaryrefslogtreecommitdiff
path: root/lib/efi_loader
AgeCommit message (Expand)AuthorFilesLines
2022-10-30video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEOSimon Glass3-3/+3
2022-10-30efi: Drop old LCD codeSimon Glass2-35/+5
2022-10-18dm: treewide: Use uclass_first_device_err when accessing one deviceMichal Suchanek1-1/+1
2022-10-16efi_loader: remove efi_delete_handle on loadfile2Ilias Apalodimas1-4/+15
2022-10-16efi_loader: avoid EFI_CALL() when draining consoleHeinrich Schuchardt1-3/+1
2022-10-16efi_loader: avoid EFI_CALL() for clearing screenHeinrich Schuchardt1-9/+17
2022-10-10efi_loader: reformat efi_disk_add_dev()Heinrich Schuchardt1-8/+12
2022-10-10efi_loader: simplify efi_set_load_options()Heinrich Schuchardt1-9/+4
2022-10-10efi_loader: internal CloseProtocolHeinrich Schuchardt1-33/+57
2022-10-10efi_loader: CloseProtocol in efi_fmp_findHeinrich Schuchardt1-8/+6
2022-10-10efi_loader: CloseProtocol in tcg2_measure_gpt_dataHeinrich Schuchardt1-7/+3
2022-10-10efi_loader: printf code in efi_disk_get_device_name()Heinrich Schuchardt1-1/+2
2022-10-06efi_loader: define internal implementations of install/uninstallmultipleIlias Apalodimas6-104/+212
2022-10-06efi_driver: move event registration to driverHeinrich Schuchardt2-27/+2
2022-10-06efi_driver: add init function to EFI block driverHeinrich Schuchardt1-5/+5
2022-10-06efi_loader: function to unlink udevice and handleHeinrich Schuchardt1-0/+19
2022-10-06efi_loader: efi_dp_part_node check dp_alloc return valueHeinrich Schuchardt2-1/+7
2022-10-06efi: Add string conversion helperPaul Barker1-0/+24
2022-10-03Merge branch 'next'Tom Rini8-58/+217
2022-09-30efi_loader: fix efi_initrd_deregister()Heinrich Schuchardt1-0/+3
2022-09-29treewide: Drop bootm_headers_t typedefSimon Glass1-1/+1
2022-09-25blk: Rename if_type to uclass_idSimon Glass2-8/+8
2022-09-19Merge branch 'master' into nextTom Rini9-17/+179
2022-09-18cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese1-2/+2
2022-09-16blk: Switch over to using uclass IDsSimon Glass1-2/+2
2022-09-16efi: Correct assumption about if_typeSimon Glass1-1/+1
2022-09-16blk: Select SPL_LEGACY_BLOCK automaticallySimon Glass1-1/+0
2022-09-16blk: Rename HAVE_BLOCK_DEVICESimon Glass1-1/+1
2022-09-14bootmenu: add removable media entriesMasahisa Kojima1-0/+4
2022-09-14eficonfig: menu-driven addition of UEFI boot optionMasahisa Kojima5-47/+203
2022-09-09lib: efi_loader: don't delete invalid handlesEtienne Carriere1-2/+7
2022-09-03efi_loader: fix display of NVMe EUI-64Heinrich Schuchardt1-3/+4
2022-09-03efi: ECPT add EBBRv2.0 conformance profileJose Marinho2-0/+17
2022-09-03efi: Create ECPT tableJose Marinho4-0/+67
2022-09-03efi_loader: support CTRL+\ - CTRL+_Heinrich Schuchardt1-0/+4
2022-09-03efi_loader: compliance Simple Text Input Ex ProtocolHeinrich Schuchardt1-0/+1
2022-09-03efi_loader: printing UEFI revision in helloworld.efiHeinrich Schuchardt1-12/+54
2022-09-01efi_loader: ensure all block devices are probedHeinrich Schuchardt2-0/+25
2022-08-20efi_loader: disk: remove unused fieldAKASHI Takahiro1-11/+2
2022-08-13efi_loader: move udevice pointer into struct efi_objectMasahisa Kojima2-9/+19
2022-08-13efi_loader: fix efi_convert_device_path_to_text()Heinrich Schuchardt1-0/+1
2022-08-12bootstd: Allow bootmeths to be marked as globalSimon Glass1-0/+1
2022-08-02efi_loader: initialize the RNG protocol after the TCC2Ilias Apalodimas1-7/+7
2022-07-18efi_loader: remove support for CONFIG_LCDHeinrich Schuchardt2-6/+0
2022-07-13efi_loader: expose END device path nodeMasahisa Kojima1-1/+1
2022-07-11Merge branch 'next'Tom Rini1-0/+9
2022-07-05efi_loader: image_loader: add a missing digest verification for signed PE imageAKASHI Takahiro2-2/+61
2022-07-05efi_loader: image_loader: replace EFI_PRINT with log macrosAKASHI Takahiro1-27/+27
2022-07-05efi_loader: signature: export efi_hash_regions()AKASHI Takahiro1-2/+2
2022-07-02EFI: Fix ReadBlocks API reading incorrect sector for UCLASS_PARTITION devicesPaul Barbieri1-7/+1