summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* net: ipv6: Enable IPv6 typeconversion specifierViacheslav Mitrofanov2022-12-051-6/+1
* net: ipv6: Add string_to_ip6 converterViacheslav Mitrofanov2022-12-051-0/+109
* efi_loader: utility function to check the variable name is "Boot####"Masahisa Kojima2022-12-021-0/+33
* efi_loader: don't use EFI_LOADER_DATA internallyHeinrich Schuchardt2022-12-021-2/+2
* efi_loader: fix handling of DHCP acknowledgeHeinrich Schuchardt2022-12-021-3/+10
* efi_selftest: test FatToStr() truncationHeinrich Schuchardt2022-12-021-1/+1
* efi_loader: add an EFI binary to print boot hart IDHeinrich Schuchardt2022-12-022-0/+341
* efi_selftest: Improve the FatToStr() unit testHeinrich Schuchardt2022-11-221-0/+12
* efi_selftest: unsigned char parameter for efi_st_strcmp_16_8()Heinrich Schuchardt2022-11-221-1/+1
* efi_loader: Fix buffer underflowMikhail Ilin2022-11-221-1/+1
* efi_loader: replace a u16_strdup with alloc + memcpyIlias Apalodimas2022-11-161-1/+7
* efi_loader: add missing EFI_CALL when closing a fileIlias Apalodimas2022-11-161-1/+1
* efi_loader: add comments on efi_file_from_path() regarding alignmentIlias Apalodimas2022-11-161-0/+5
* efi_loader: improve description of efi_file_from_path()Heinrich Schuchardt2022-11-161-0/+9
* efi_loader: initialize return values in efi_uninstall_multiple_protocol_inter...Ilias Apalodimas2022-11-161-1/+1
* 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 strncmpRasmus 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