aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2023-01-13efi_loader: provide agent_handle to efi_disk_add_dev()Heinrich Schuchardt
2023-01-13efi_selftest: add hii set keyboard layout test caseVincent Stehlé
2023-01-13efi_loader: refine set_keyboard_layout() statusVincent Stehlé
2023-01-13efi_loader: use EFI_EXIT in efi_riscv_get_boot_hartidHeinrich Schuchardt
2023-01-13efi_loader: fix description of memory functionsHeinrich Schuchardt
2023-01-12Revert "time: add weak annotation to timer_read_counter declaration"Harald Seiler
2023-01-11lib: rsa: cosmetic: fix building warningHaijun Qin
2023-01-09Merge branch 'next'Tom Rini
2023-01-06lmb: consider EFI memory mapHeinrich Schuchardt
2023-01-06efi_loader: carve out efi_get_memory_map_alloc()Heinrich Schuchardt
2023-01-04efi_loader: populate console handles in system tableHeinrich Schuchardt
2023-01-04efi_loader: adjust sorting of capsulesHeinrich Schuchardt
2023-01-04lib: add function u16_strcasecmp()Heinrich Schuchardt
2022-12-29efi_loader: use u16_strlen() in efi_var_mem_ins()Heinrich Schuchardt
2022-12-29efi_loader: avoid adding variables twiceIlias Apalodimas
2022-12-29efi_loader: typo non-volatile in efi_var_restoreHeinrich Schuchardt
2022-12-29efi_loader: fix get_package_list_handle() statusVincent Stehlé
2022-12-23rsa-verify: Rework host check for CONFIG_RSA_VERIFY_WITH_PKEYTom Rini
2022-12-21Merge tag 'v2023.01-rc4' into nextTom Rini
2022-12-20efi_selftest: conformance test for GetNextVariableNameHeinrich Schuchardt
2022-12-20efi_loader: fix efi_get_next_variable_name_mem()Heinrich Schuchardt
2022-12-20eficonfig: carve out efi_get_next_variable_name_int callsMasahisa Kojima
2022-12-17efi: adjust ebbr to v2.1 in conformance profileVincent Stehlé
2022-12-08arch/riscv: add semihosting support for RISC-VKautuk Consul
2022-12-08lib: Add common semihosting libraryKautuk Consul
2022-12-05global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini
2022-12-05Convert CONFIG_SYS_TIMER_COUNTS_DOWN to KconfigTom Rini
2022-12-05net: ipv6: Enable IPv6 typeconversion specifierViacheslav Mitrofanov
2022-12-05net: ipv6: Add string_to_ip6 converterViacheslav Mitrofanov
2022-12-02efi_loader: utility function to check the variable name is "Boot####"Masahisa Kojima
2022-12-02efi_loader: don't use EFI_LOADER_DATA internallyHeinrich Schuchardt
2022-12-02efi_loader: fix handling of DHCP acknowledgeHeinrich Schuchardt
2022-12-02efi_selftest: test FatToStr() truncationHeinrich Schuchardt
2022-12-02efi_loader: add an EFI binary to print boot hart IDHeinrich Schuchardt
2022-11-22efi_selftest: Improve the FatToStr() unit testHeinrich Schuchardt
2022-11-22efi_selftest: unsigned char parameter for efi_st_strcmp_16_8()Heinrich Schuchardt
2022-11-22efi_loader: Fix buffer underflowMikhail Ilin
2022-11-16efi_loader: replace a u16_strdup with alloc + memcpyIlias Apalodimas
2022-11-16efi_loader: add missing EFI_CALL when closing a fileIlias Apalodimas
2022-11-16efi_loader: add comments on efi_file_from_path() regarding alignmentIlias Apalodimas
2022-11-16efi_loader: improve description of efi_file_from_path()Heinrich Schuchardt
2022-11-16efi_loader: initialize return values in efi_uninstall_multiple_protocol_inter...Ilias Apalodimas
2022-11-07dm: sandbox: Switch over to using the new host uclassSimon Glass
2022-11-06efi_loader: AllocateAddress requires page addressHeinrich Schuchardt
2022-11-06efi_loader: discover if no efi_system_partition is setHeinrich Schuchardt
2022-11-06efi_loader: remove CONFIG_EFI_SETUP_EARLYAKASHI Takahiro
2022-11-06efi_loader: Let networking support depend on NETDEVICESJan Kiszka
2022-10-31test: dm: Add test cases for FWU Metadata uclassSughosh Ganu
2022-10-31FWU: Add support for the FWU Multi Bank Update featureSughosh Ganu
2022-10-31FWU: Add boot time checks as highlighted by the FWU specificationSughosh Ganu