summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2023-01-24efi: Improve logging in efi_diskSimon Glass1-9/+21
2023-01-24lib: Support printing an error stringSimon Glass1-0/+12
2023-01-24lib: Add a function to split a string into substringsSimon Glass1-0/+41
2023-01-20Merge tag 'efi-2023-04-rc1-2' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini5-6/+34
2023-01-20global: Finish CONFIG -> CFG migrationTom Rini2-10/+10
2023-01-20efi_loader: fix CapsuleMax variable reportingIlias Apalodimas1-1/+1
2023-01-20efi_loader: update the error message of TCG protocol installationIlias Apalodimas1-1/+1
2023-01-20efi_loader: ensure that file ubootefi.var is createdHeinrich Schuchardt1-3/+5
2023-01-20efi_loader: Avoid overwriting previous outputs on console screen clearingJan Kiszka2-1/+21
2023-01-20efi_loader: Set default console colors on efi_cout_clear_screen if neededJan Kiszka1-0/+6
2023-01-19Merge tag 'dm-pull-18jan23' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini5-52/+103
2023-01-19lib: zstd: update to latest Linux zstd 1.5.2Brandon Maier41-6570/+10732
2023-01-18Revert "fdtdec: drop needlessly convoluted CONFIG_PHANDLE_CHECK_SEQ"Simon Glass2-2/+12
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