summaryrefslogtreecommitdiff
path: root/lib
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-27lib: fix buggy strcmp and strncmpRasmus Villemoes1-10/+17
2022-10-18dm: treewide: Use uclass_first_device_err when accessing one deviceMichal Suchanek2-2/+2
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-11lib: crypt: fix selecting a non-existent optionOleksandr Suvorov1-1/+0
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_driver: use efi_close_protocolHeinrich Schuchardt1-14/+11
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_driver: fix efi_uc_stop()Heinrich Schuchardt1-2/+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 Schuchardt3-27/+18
2022-10-06efi_selftest: rename event_notifyHeinrich Schuchardt4-46/+55
2022-10-06efi_driver: add init function to EFI block driverHeinrich Schuchardt3-10/+29
2022-10-06efi_driver: provide driver binding protocol to bind functionHeinrich Schuchardt2-2/+5
2022-10-06efi_driver: reformat efi_block_device.cHeinrich Schuchardt1-10/+10
2022-10-06efi_driver: carve out function to create block deviceHeinrich Schuchardt1-7/+25
2022-10-06efi_driver: simplify efi_uc_stop(), call efi_free_pool()Heinrich Schuchardt1-1/+1
2022-10-06efi_driver: fix error handlingHeinrich Schuchardt2-38/+45
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 Rini25-89/+267
2022-09-30dm: core: Provide a way to reset the device treeSimon Glass1-1/+4
2022-09-30efi_loader: fix efi_initrd_deregister()Heinrich Schuchardt1-0/+3
2022-09-30efi_selftest: prefix test functions with efi_st_Heinrich Schuchardt1-43/+44
2022-09-29dm: core: Drop ofnode_is_available()Simon Glass1-1/+1
2022-09-29dm: core: Avoid creating a name property when unflatteningSimon Glass1-1/+6
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-24efi_selftest: prefix test functions with efi_st_Heinrich Schuchardt1-43/+44
2022-09-23display_options: print_size: Fix order overflowPali Rohár1-0/+6
2022-09-19Merge branch 'master' into nextTom Rini20-67/+379
2022-09-18cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese13-28/+28
2022-09-16blk: Switch over to using uclass IDsSimon Glass2-4/+4
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-15lib: rsa: fix padding_pss_verifyHeinrich Schuchardt1-0/+5
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-09efi_driver: don't bind internal block devicesHeinrich Schuchardt1-0/+9
2022-09-09lib: efi_loader: don't delete invalid handlesEtienne Carriere1-2/+7
2022-09-09efi_selftest: unit test for EFI Conformance Profile TableHeinrich Schuchardt2-0/+77