summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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
2024-01-18smbios: buffer overflow when zeroing entry pointHeinrich Schuchardt1-2/+2
2024-01-18lib: rsa: Allow legacy URI specification without "pkcs11:"Csókás Bence1-12/+30
2024-01-18lib: rsa: Fix PKCS11 URI if one is not given in `keydir`Csókás Bence1-2/+2
2024-01-17Merge tag 'efi-2024-04-rc1-2' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini6-491/+511
2024-01-17efi_loader: rename BOOTEFI_BOOTMGR to EFI_BOOTMGRAKASHI Takahiro2-2/+2
2024-01-17efi_loader: split unrelated code from efi_bootmgr.cAKASHI Takahiro6-489/+509
2024-01-16lib: smbios: remove redundant next_header()Heinrich Schuchardt1-9/+2
2024-01-16smbios: copy QEMU tablesHeinrich Schuchardt1-1/+3
2024-01-13efi_loader: support fmp versioning for multi bank updateMasahisa Kojima1-15/+60
2024-01-13fwu: fix fwu_get_image_index interfaceMasahisa Kojima2-22/+21
2024-01-13efi_loader: Clean up efi_dp_append and efi_dp_concatIlias Apalodimas4-54/+26
2024-01-13efi_loader: remove unused members from struct efi_disk_objMasahisa Kojima1-12/+3
2024-01-13efi: Avoid using dm_scan_other()Simon Glass3-188/+206
2024-01-13efi_loader: fix iteration of FMP protocolsMasahisa Kojima1-6/+12
2024-01-11Merge tag 'u-boot-dfu-20240111' of https://source.denx.de/u-boot/custodians/u...Tom Rini1-2/+2
2024-01-09lib: membuff: fix readline not returning line in case of overflowIon Agorria1-2/+2
2024-01-09efi_loader: provide tool to dump SMBIOS tableHeinrich Schuchardt2-0/+629
2024-01-09smbios: smbios.h should not import ofnode.hHeinrich Schuchardt2-0/+6
2024-01-09smbios: enable setting processor family > 0xffHeinrich Schuchardt1-2/+2
2024-01-09lib: smbios: verify_checksum() is duplicateHeinrich Schuchardt1-16/+2
2024-01-09lib: make table_compute_checksum() arguments constHeinrich Schuchardt1-2/+2
2024-01-07acpi: Kconfig symbol CONFIG_QFW_ACPIHeinrich Schuchardt2-3/+3
2024-01-07acpi: support 64bit in acpi_find_table for DSDT and FACSHeinrich Schuchardt1-5/+24
2024-01-07fdt: Allow the devicetree to come from a bloblistSimon Glass1-10/+34
2024-01-07efi: Correct smbios-table installationSimon Glass1-9/+7
2024-01-07acpi: Write pointers to tables instead of addressesSimon Glass3-10/+10
2024-01-07efi: smbios: Drop support for SMBIOS2 tablesSimon Glass1-3/+1
2024-01-07smbios: Drop support for SMBIOS2 tablesSimon Glass1-59/+17
2024-01-07smbios: Require the caller to align the SMBIOS tableSimon Glass1-2/+0
2024-01-07efi: Use the correct GUID for the SMBIOS tableSimon Glass1-2/+10
2024-01-07smbios: Correct gd_smbios_start()Simon Glass1-1/+1
2024-01-07smbios: Use SMBIOS 3.0 to support an address above 4GBSimon Glass1-5/+25
2024-01-07smbios: Move the rest of the SMBIOS2 codeSimon Glass1-8/+7
2024-01-07smbios: Refactor 32-bit code into an else statementSimon Glass1-17/+21
2023-12-21lib: rsa: Print detailed error info in rsa_engine_init() on engine resolution...Csókás Bence1-1/+2
2023-12-21lib: Remove <common.h> inclusion from these filesTom Rini97-103/+36
2023-12-21display_options: Clean up headersTom Rini1-1/+2
2023-12-21efi_loader: Remove <common.h>Tom Rini42-42/+1
2023-12-21lib/sha*.c: Update header listTom Rini3-15/+5
2023-12-21global: Drop common.h inclusionTom Rini2-2/+3
2023-12-21global: Restrict use of '#include <linux/kconfig.h>'Tom Rini1-1/+1
2023-12-20smbios: Fallback to the default DT if sysinfo nodes are missingIlias Apalodimas1-5/+89