summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2023-01-18trace: Don't require TIMER_EARLYSimon Glass1-1/+1
2023-01-18trace: Move trace pointer to data sectionSimon Glass1-1/+2
2023-01-18fdt: Check for overlapping data and FDTSimon Glass1-0/+23
2023-01-18fdt: Pass the device tree to fdtdec_prepare_fdt()Simon Glass1-11/+11
2023-01-18fdt: Drop ifdefs in fdtdec_prepare_fdt()Simon Glass1-15/+17
2023-01-18fdt: Avoid exporting fdtdec_prepare_fdt()Simon Glass1-13/+13
2023-01-18tpm: Add a proper Kconfig option for crc8 in SPLSimon Glass2-1/+20
2023-01-18trace: Use notrace for shortSimon Glass2-17/+13
2023-01-18event: Correct dependencies on the EVENT frameworkTom Rini1-1/+1
2023-01-16rc4: mark key as constJohn Keeping1-1/+1
2023-01-13efi_loader: provide agent_handle to efi_disk_add_dev()Heinrich Schuchardt1-21/+29
2023-01-13efi_selftest: add hii set keyboard layout test caseVincent Stehlé1-0/+12
2023-01-13efi_loader: refine set_keyboard_layout() statusVincent Stehlé1-0/+3
2023-01-13efi_loader: use EFI_EXIT in efi_riscv_get_boot_hartidHeinrich Schuchardt1-1/+1
2023-01-13efi_loader: fix description of memory functionsHeinrich Schuchardt1-20/+62
2023-01-12Revert "time: add weak annotation to timer_read_counter declaration"Harald Seiler1-1/+1
2023-01-11lib: rsa: cosmetic: fix building warningHaijun Qin1-1/+1
2023-01-09Merge branch 'next'Tom Rini3-20/+17
2023-01-07lmb: consider EFI memory mapHeinrich Schuchardt1-0/+36
2023-01-07efi_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-23rsa-verify: Rework host check for CONFIG_RSA_VERIFY_WITH_PKEYTom Rini1-13/+7
2022-12-21Merge tag 'v2023.01-rc4' into nextTom Rini6-10/+245
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-06global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini1-7/+7
2022-12-06Convert CONFIG_SYS_TIMER_COUNTS_DOWN to KconfigTom Rini1-0/+3
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