aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2023-01-06lmb: consider EFI memory mapHeinrich Schuchardt1-0/+36
2023-01-06efi_loader: carve out efi_get_memory_map_alloc()Heinrich Schuchardt1-0/+34
2023-01-04efi_loader: populate console handles in system tableHeinrich Schuchardt1-0/+3
2023-01-04efi_loader: adjust sorting of capsulesHeinrich Schuchardt1-3/+6
2023-01-04lib: add function u16_strcasecmp()Heinrich Schuchardt1-0/+26
2022-12-29efi_loader: use u16_strlen() in efi_var_mem_ins()Heinrich Schuchardt1-3/+1
2022-12-29efi_loader: avoid adding variables twiceIlias Apalodimas2-3/+5
2022-12-29efi_loader: typo non-volatile in efi_var_restoreHeinrich Schuchardt1-1/+1
2022-12-29efi_loader: fix get_package_list_handle() statusVincent Stehlé1-1/+1
2022-12-20efi_selftest: conformance test for GetNextVariableNameHeinrich Schuchardt1-0/+35
2022-12-20efi_loader: fix efi_get_next_variable_name_mem()Heinrich Schuchardt1-3/+3
2022-12-20eficonfig: carve out efi_get_next_variable_name_int callsMasahisa Kojima1-0/+34
2022-12-17efi: adjust ebbr to v2.1 in conformance profileVincent Stehlé3-10/+10
2022-12-08arch/riscv: add semihosting support for RISC-VKautuk Consul1-5/+5
2022-12-08lib: Add common semihosting libraryKautuk Consul3-0/+235
2022-12-05net: ipv6: Enable IPv6 typeconversion specifierViacheslav Mitrofanov1-6/+1
2022-12-05net: ipv6: Add string_to_ip6 converterViacheslav Mitrofanov1-0/+109
2022-12-02efi_loader: utility function to check the variable name is "Boot####"Masahisa Kojima1-0/+33
2022-12-02efi_loader: don't use EFI_LOADER_DATA internallyHeinrich Schuchardt1-2/+2
2022-12-02efi_loader: fix handling of DHCP acknowledgeHeinrich Schuchardt1-3/+10
2022-12-02efi_selftest: test FatToStr() truncationHeinrich Schuchardt1-1/+1
2022-12-02efi_loader: add an EFI binary to print boot hart IDHeinrich Schuchardt2-0/+341
2022-11-22efi_selftest: Improve the FatToStr() unit testHeinrich Schuchardt1-0/+12
2022-11-22efi_selftest: unsigned char parameter for efi_st_strcmp_16_8()Heinrich Schuchardt1-1/+1
2022-11-22efi_loader: Fix buffer underflowMikhail Ilin1-1/+1
2022-11-16efi_loader: replace a u16_strdup with alloc + memcpyIlias Apalodimas1-1/+7
2022-11-16efi_loader: add missing EFI_CALL when closing a fileIlias Apalodimas1-1/+1
2022-11-16efi_loader: add comments on efi_file_from_path() regarding alignmentIlias Apalodimas1-0/+5
2022-11-16efi_loader: improve description of efi_file_from_path()Heinrich Schuchardt1-0/+9
2022-11-16efi_loader: initialize return values in efi_uninstall_multiple_protocol_inter...Ilias Apalodimas1-1/+1
2022-11-07dm: sandbox: Switch over to using the new host uclassSimon Glass2-4/+3
2022-11-06efi_loader: AllocateAddress requires page addressHeinrich Schuchardt1-0/+2
2022-11-06efi_loader: discover if no efi_system_partition is setHeinrich Schuchardt1-2/+4
2022-11-06efi_loader: remove CONFIG_EFI_SETUP_EARLYAKASHI Takahiro2-37/+11
2022-11-06efi_loader: Let networking support depend on NETDEVICESJan Kiszka5-7/+6
2022-10-31test: dm: Add test cases for FWU Metadata uclassSughosh Ganu1-0/+6
2022-10-31FWU: Add support for the FWU Multi Bank Update featureSughosh Ganu7-2/+291
2022-10-31FWU: Add boot time checks as highlighted by the FWU specificationSughosh Ganu1-1/+191
2022-10-31FWU: Add helper functions for accessing FWU metadataSughosh Ganu2-0/+150
2022-10-31FWU: Add FWU metadata structure and driver for accessing metadataSughosh Ganu1-0/+474
2022-10-31disk: Rename block functionsSimon Glass1-2/+4
2022-10-31Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASESimon Glass3-11/+11
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 strncmpWIP/27Oct2022Rasmus Villemoes1-10/+17
2022-10-17dm: 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