aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* dm: sandbox: Switch over to using the new host uclassSimon Glass2022-11-072-4/+3
* efi_loader: AllocateAddress requires page addressHeinrich Schuchardt2022-11-061-0/+2
* efi_loader: discover if no efi_system_partition is setHeinrich Schuchardt2022-11-061-2/+4
* efi_loader: remove CONFIG_EFI_SETUP_EARLYAKASHI Takahiro2022-11-062-37/+11
* efi_loader: Let networking support depend on NETDEVICESJan Kiszka2022-11-065-7/+6
* test: dm: Add test cases for FWU Metadata uclassSughosh Ganu2022-10-311-0/+6
* FWU: Add support for the FWU Multi Bank Update featureSughosh Ganu2022-10-317-2/+291
* FWU: Add boot time checks as highlighted by the FWU specificationSughosh Ganu2022-10-311-1/+191
* FWU: Add helper functions for accessing FWU metadataSughosh Ganu2022-10-312-0/+150
* FWU: Add FWU metadata structure and driver for accessing metadataSughosh Ganu2022-10-311-0/+474
* disk: Rename block functionsSimon Glass2022-10-311-2/+4
* Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASESimon Glass2022-10-313-11/+11
* video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEOSimon Glass2022-10-303-3/+3
* efi: Drop old LCD codeSimon Glass2022-10-302-35/+5
* lib: fix buggy strcmp and strncmpWIP/27Oct2022Rasmus Villemoes2022-10-271-10/+17
* dm: treewide: Use uclass_first_device_err when accessing one deviceMichal Suchanek2022-10-172-2/+2
* efi_loader: remove efi_delete_handle on loadfile2Ilias Apalodimas2022-10-161-4/+15
* efi_loader: avoid EFI_CALL() when draining consoleHeinrich Schuchardt2022-10-161-3/+1
* efi_loader: avoid EFI_CALL() for clearing screenHeinrich Schuchardt2022-10-161-9/+17
* 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'WIP/03Oct2022Tom 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