aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2024-04-22Merge patch series "Kconfig: some cleanups"Tom Rini3-11/+11
2024-04-22common: Convert *.c/h from UTF-8 to ASCII enconfingMichal Simek1-1/+1
2024-04-22Kconfig: Add missing quotes around default string valueMichal Simek1-1/+1
2024-04-22Kconfig: Add missing quotes around source fileMichal Simek1-9/+9
2024-04-20efi_selftest: add tests for setvariableRTIlias Apalodimas1-1/+207
2024-04-20efi_loader: add an EFI variable with the file contentsIlias Apalodimas6-63/+132
2024-04-20efi_loader: Add OS notifications for SetVariable at runtimeIlias Apalodimas1-3/+16
2024-04-20efi_loader: conditionally enable SetvariableRTIlias Apalodimas4-14/+136
2024-04-20efi_loader: use event callback for initrd deregistrationMasahisa Kojima2-32/+55
2024-04-20efi_loader: typo mstchingHeinrich Schuchardt1-1/+1
2024-04-13Fix references to trace docVincent Stehlé1-1/+1
2024-04-13efi_loader: using EFI_UNSUPPORTED for private authenticated variablesWeizhao Ouyang1-0/+1
2024-04-13efi_loader: 'EFI using ACPI tables at' should be debug messageHeinrich Schuchardt1-1/+1
2024-04-13efi_loader: eliminate duplicate runtime section definitionsHeinrich Schuchardt1-0/+1
2024-04-13efi_loader: move efi_var_collect to common functionsIlias Apalodimas3-65/+75
2024-04-12Merge patch series "zlib: Address CVE-2016-9841"Tom Rini6-141/+84
2024-04-12zlib: Remove incorrect ZLIB_VERSIONMichal Simek4-18/+7
2024-04-12zlib: Port fix for CVE-2016-9841 to U-BootMichal Simek1-88/+42
2024-04-12zlib: Rename write variable to wnext (window write index)Michal Simek3-22/+22
2024-04-12zlib: Rename this variable to here (current decoding table entry)Michal Simek1-14/+14
2024-04-10lib: add missing line breaks in debug messagesMaxim Moskalets1-4/+4
2024-04-08efi_loader: access __efi_runtime_rel_start/stop without &Ilias Apalodimas1-3/+3
2024-04-08efi_loader: access __efi_runtime_start/stop without &Ilias Apalodimas1-2/+2
2024-04-08efi_loader: move HOST_ARCH to version_autogenerated.hHeinrich Schuchardt1-2/+1
2024-04-08boot: enable booting via EFI boot manager by defaultHeinrich Schuchardt1-1/+0
2024-04-08efi_loader: Don't delete variable from memory if adding a new one failedIlias Apalodimas1-1/+2
2024-04-08efi_loader: handle EFI_VARIABLE_ENHANCED_AUTHENTICATED_ACCESSHeinrich Schuchardt1-2/+6
2024-04-08efi_loader: EFI_VARIABLE_READ_ONLY should be 32bitHeinrich Schuchardt1-2/+2
2024-04-08efi_loader: all variable attributes are 32bitHeinrich Schuchardt2-3/+3
2024-04-08efi_loader: fix append write behavior to non-existent variableMasahisa Kojima2-8/+66
2024-03-29Merge patch series "Clean up arm linker scripts"WIP/29Mar2024-next-ldsTom Rini1-0/+1
2024-03-29arm: fix __efi_runtime_rel_start/end definitionsIlias Apalodimas1-0/+1
2024-03-27smbios: fill wake-up typeHeinrich Schuchardt1-0/+1
2024-03-27acpi: rename aslc_id, aslc_revisionHeinrich Schuchardt2-3/+3
2024-03-25Merge tag 'v2024.04-rc5' into nextWIP/25Mar2024-nextTom Rini1-5/+11
2024-03-21efi_loader: correct handling of EFI binary return codeHeinrich Schuchardt1-5/+11
2024-03-21efi_selftest: Update StrToFat() unit test after CP473 map extensionJanne Grunau1-0/+12
2024-03-21efi_selftest: Add geometric shapes character selftestJanne Grunau1-0/+13
2024-03-21efi_selftest: Add box drawing character selftestAndre Przywara1-0/+20
2024-03-21efi_selftest: Add international characters testAndre Przywara1-0/+21
2024-03-21lib/charset: Map Unicode code points to CP437 code points 1-31Janne Grunau2-4/+7
2024-03-19Merge tag 'u-boot-socfpga-next-20240319' of https://source.denx.de/u-boot/cus...WIP/19Mar2024-nextTom Rini1-4/+7
2024-03-13initcall: break loop immediately on failureCaleb Connolly1-1/+3
2024-03-13efi_loader: Don't carve out memory reservations too earlyMark Kettenis1-4/+7
2024-03-07Check curve_name for null to avoid crashBob Wolff1-0/+5
2024-02-28efi_driver: provide SBI based runtime system resetHeinrich Schuchardt3-1/+31
2024-02-12efi_loader: simplify error message in efi_disk_create_raw()Heinrich Schuchardt1-1/+2
2024-02-09lib: sparse: Fix error checking for write_sparse_chunk_rawSean Anderson1-1/+1
2024-02-02smbios: correctly name Structure Table Maximum Size fieldHeinrich Schuchardt4-7/+7
2024-02-02smbios: do not determine maximum structure sizeHeinrich Schuchardt1-6/+1