aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2024-03-29Merge patch series "Clean up arm linker scripts"Tom Rini
2024-03-29arm: fix __efi_runtime_rel_start/end definitionsIlias Apalodimas
2024-03-27smbios: fill wake-up typeHeinrich Schuchardt
2024-03-27acpi: rename aslc_id, aslc_revisionHeinrich Schuchardt
2024-03-25Merge tag 'v2024.04-rc5' into nextTom Rini
2024-03-21efi_loader: correct handling of EFI binary return codeHeinrich Schuchardt
2024-03-21efi_selftest: Update StrToFat() unit test after CP473 map extensionJanne Grunau
2024-03-21efi_selftest: Add geometric shapes character selftestJanne Grunau
2024-03-21efi_selftest: Add box drawing character selftestAndre Przywara
2024-03-21efi_selftest: Add international characters testAndre Przywara
2024-03-21lib/charset: Map Unicode code points to CP437 code points 1-31Janne Grunau
2024-03-19Merge tag 'u-boot-socfpga-next-20240319' of https://source.denx.de/u-boot/cus...Tom Rini
2024-03-13initcall: break loop immediately on failureCaleb Connolly
2024-03-13efi_loader: Don't carve out memory reservations too earlyMark Kettenis
2024-03-07Check curve_name for null to avoid crashBob Wolff
2024-02-28efi_driver: provide SBI based runtime system resetHeinrich Schuchardt
2024-02-12efi_loader: simplify error message in efi_disk_create_raw()Heinrich Schuchardt
2024-02-09lib: sparse: Fix error checking for write_sparse_chunk_rawSean Anderson
2024-02-02smbios: correctly name Structure Table Maximum Size fieldHeinrich Schuchardt
2024-02-02smbios: do not determine maximum structure sizeHeinrich Schuchardt
2024-02-02smbios: correctly fill chassis handleHeinrich Schuchardt
2024-02-02smbios: if a string value is unknown, use string number 0Heinrich Schuchardt
2024-02-02smbios: Fix table when no string is presentMatthias Brugger
2024-02-02smbios: get_str_from_dt() - add sysinfo_id descriptionHeinrich Schuchardt
2024-02-02lib: smbios_entr() use logical or for booleansHeinrich Schuchardt
2024-01-29efi_loader: check efi_get_variable_int return valueMasahisa Kojima
2024-01-29efi_loader: replace find_smbios_table by library functionHeinrich Schuchardt
2024-01-29efi_loader: export efi_get_configuration_tableHeinrich Schuchardt
2024-01-29efi_selftest: add missing line feed in efi_selftest_miniapp_exitHeinrich Schuchardt
2024-01-26lib: support SMBIOS3 table in uuid_guid_get_str()Heinrich Schuchardt
2024-01-26efi_loader: migrate SMBIOS 3.0 entry point structure for measurementMasahisa Kojima
2024-01-24lib: add comment in utf8_to_utf32_stream()Heinrich Schuchardt
2024-01-21efi_loader: return immediately in UCLASS_EFI_LOADER removalMasahisa Kojima
2024-01-21efi_loader: create common function to free struct efi_disk_objMasahisa Kojima
2024-01-21efi_loader: avoid pointer access after calling efi_delete_handleMasahisa Kojima
2024-01-21efi_loader: auto-generate removable media boot option firstMasahisa Kojima
2024-01-21efi_loader: auto-generate boot option for each blkio deviceMasahisa Kojima
2024-01-21efi_loader: rename check_disk_has_default_file functionMasahisa Kojima
2024-01-18smbios: fix matching issues for table typesIlias Apalodimas
2024-01-18smbios: shorten sysinfo_str declarations and useIlias Apalodimas
2024-01-18smbios: buffer overflow when zeroing entry pointHeinrich Schuchardt
2024-01-18lib: rsa: Allow legacy URI specification without "pkcs11:"Csókás Bence
2024-01-18lib: rsa: Fix PKCS11 URI if one is not given in `keydir`Csókás Bence
2024-01-17Merge tag 'efi-2024-04-rc1-2' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini
2024-01-17efi_loader: rename BOOTEFI_BOOTMGR to EFI_BOOTMGRAKASHI Takahiro
2024-01-17efi_loader: split unrelated code from efi_bootmgr.cAKASHI Takahiro
2024-01-16lib: smbios: remove redundant next_header()Heinrich Schuchardt
2024-01-16smbios: copy QEMU tablesHeinrich Schuchardt
2024-01-13efi_loader: support fmp versioning for multi bank updateMasahisa Kojima
2024-01-13fwu: fix fwu_get_image_index interfaceMasahisa Kojima