aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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
2024-02-02smbios: correctly fill chassis handleHeinrich Schuchardt1-0/+2
2024-02-02smbios: if a string value is unknown, use string number 0Heinrich Schuchardt1-15/+18
2024-02-02smbios: Fix table when no string is presentMatthias Brugger1-0/+4
2024-02-02smbios: get_str_from_dt() - add sysinfo_id descriptionHeinrich Schuchardt1-0/+1
2024-02-02lib: smbios_entr() use logical or for booleansHeinrich Schuchardt1-1/+1
2024-01-29efi_loader: check efi_get_variable_int return valueMasahisa Kojima1-5/+5
2024-01-29efi_loader: replace find_smbios_table by library functionHeinrich Schuchardt1-18/+1
2024-01-29efi_loader: export efi_get_configuration_tableHeinrich Schuchardt1-3/+3
2024-01-29efi_selftest: add missing line feed in efi_selftest_miniapp_exitHeinrich Schuchardt1-1/+1
2024-01-26lib: support SMBIOS3 table in uuid_guid_get_str()Heinrich Schuchardt1-0/+4
2024-01-26efi_loader: migrate SMBIOS 3.0 entry point structure for measurementMasahisa Kojima3-62/+63
2024-01-24lib: add comment in utf8_to_utf32_stream()Heinrich Schuchardt1-0/+4
2024-01-21efi_loader: return immediately in UCLASS_EFI_LOADER removalMasahisa Kojima1-6/+10
2024-01-21efi_loader: create common function to free struct efi_disk_objMasahisa Kojima1-7/+19
2024-01-21efi_loader: avoid pointer access after calling efi_delete_handleMasahisa Kojima1-6/+14
2024-01-21efi_loader: auto-generate removable media boot option firstMasahisa Kojima1-7/+26
2024-01-21efi_loader: auto-generate boot option for each blkio deviceMasahisa Kojima1-26/+75
2024-01-21efi_loader: rename check_disk_has_default_file functionMasahisa Kojima1-5/+8
2024-01-18smbios: fix matching issues for table typesIlias Apalodimas1-17/+28
2024-01-18smbios: shorten sysinfo_str declarations and useIlias Apalodimas1-6/+6