summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib: crypt: fix selecting a non-existent optionOleksandr Suvorov2022-10-111-1/+0
* efi_loader: reformat efi_disk_add_dev()Heinrich Schuchardt2022-10-101-8/+12
* efi_loader: simplify efi_set_load_options()Heinrich Schuchardt2022-10-101-9/+4
* efi_driver: use efi_close_protocolHeinrich Schuchardt2022-10-101-14/+11
* efi_loader: internal CloseProtocolHeinrich Schuchardt2022-10-101-33/+57
* efi_loader: CloseProtocol in efi_fmp_findHeinrich Schuchardt2022-10-101-8/+6
* efi_loader: CloseProtocol in tcg2_measure_gpt_dataHeinrich Schuchardt2022-10-101-7/+3
* efi_driver: fix efi_uc_stop()Heinrich Schuchardt2022-10-101-2/+3
* efi_loader: printf code in efi_disk_get_device_name()Heinrich Schuchardt2022-10-101-1/+2
* efi_loader: define internal implementations of install/uninstallmultipleIlias Apalodimas2022-10-066-104/+212
* efi_driver: move event registration to driverHeinrich Schuchardt2022-10-063-27/+18
* efi_selftest: rename event_notifyHeinrich Schuchardt2022-10-064-46/+55
* efi_driver: add init function to EFI block driverHeinrich Schuchardt2022-10-063-10/+29
* efi_driver: provide driver binding protocol to bind functionHeinrich Schuchardt2022-10-062-2/+5
* efi_driver: reformat efi_block_device.cHeinrich Schuchardt2022-10-061-10/+10
* efi_driver: carve out function to create block deviceHeinrich Schuchardt2022-10-061-7/+25
* efi_driver: simplify efi_uc_stop(), call efi_free_pool()Heinrich Schuchardt2022-10-061-1/+1
* efi_driver: fix error handlingHeinrich Schuchardt2022-10-062-38/+45
* efi_loader: function to unlink udevice and handleHeinrich Schuchardt2022-10-061-0/+19
* efi_loader: efi_dp_part_node check dp_alloc return valueHeinrich Schuchardt2022-10-062-1/+7
* efi: Add string conversion helperPaul Barker2022-10-061-0/+24
* Merge branch 'next'Tom Rini2022-10-0325-89/+267
|\
| * dm: core: Provide a way to reset the device treeSimon Glass2022-09-291-1/+4
| * dm: core: Drop ofnode_is_available()Simon Glass2022-09-291-1/+1
| * dm: core: Avoid creating a name property when unflatteningSimon Glass2022-09-291-1/+6
| * treewide: Drop bootm_headers_t typedefSimon Glass2022-09-291-1/+1
| * blk: Rename if_type to uclass_idSimon Glass2022-09-252-8/+8
| * efi_selftest: prefix test functions with efi_st_Heinrich Schuchardt2022-09-241-43/+44
| * display_options: print_size: Fix order overflowPali Rohár2022-09-231-0/+6
| * Merge branch 'master' into nextTom Rini2022-09-1920-67/+379
| |\
| * | cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese2022-09-1813-28/+28
| * | blk: Switch over to using uclass IDsSimon Glass2022-09-162-4/+4
| * | efi: Correct assumption about if_typeSimon Glass2022-09-161-1/+1
| * | blk: Select SPL_LEGACY_BLOCK automaticallySimon Glass2022-09-161-1/+0
| * | blk: Rename HAVE_BLOCK_DEVICESimon Glass2022-09-161-1/+1
| * | lib: rsa: fix padding_pss_verifyHeinrich Schuchardt2022-09-151-0/+5
| * | bootmenu: add removable media entriesMasahisa Kojima2022-09-141-0/+4
| * | eficonfig: menu-driven addition of UEFI boot optionMasahisa Kojima2022-09-145-47/+203
* | | efi_loader: fix efi_initrd_deregister()Heinrich Schuchardt2022-09-301-0/+3
* | | efi_selftest: prefix test functions with efi_st_Heinrich Schuchardt2022-09-301-43/+44
| |/ |/|
* | efi_driver: don't bind internal block devicesHeinrich Schuchardt2022-09-091-0/+9
* | lib: efi_loader: don't delete invalid handlesEtienne Carriere2022-09-091-2/+7
* | efi_selftest: unit test for EFI Conformance Profile TableHeinrich Schuchardt2022-09-092-0/+77
* | efi_selftest: export efi_st_get_config_table()Heinrich Schuchardt2022-09-093-36/+30
* | Merge tag 'tpm-03092022' of https://source.denx.de/u-boot/custodians/u-boot-tpmTom Rini2022-09-033-13/+72
|\ \
| * | tpm: Allow committing non-volatile dataSimon Glass2022-09-031-0/+21
| * | tpm: Implement state command for Cr50Simon Glass2022-09-031-0/+25
| * | tpm: Correct the define-space command in TPMv2Simon Glass2022-09-031-7/+15
| * | tpm: Correct the permissions command in TPMv1Simon Glass2022-09-031-2/+3
| * | tpm: Require a digest source when extending the PCRSimon Glass2022-09-032-4/+8