aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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 filesWIP/2023-12-21-header-inclusion-cleanupTom 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
2023-12-20smbios: Simplify reporting of unknown valuesIlias Apalodimas1-38/+35
2023-12-20rsa: use pkcs11 uri as defined in rfc7512Ayoub Zaki1-6/+6
2023-12-18Merge tag 'v2024.01-rc5' into nextTom Rini5-38/+42
2023-12-17cmd: bootefi: move library interfaces under lib/efi_loaderAKASHI Takahiro1-0/+530
2023-12-13acpi: consider XSDT in acpi_find_table()Heinrich Schuchardt1-4/+16
2023-12-13acpi: simplify acpi_write_ssdt()Heinrich Schuchardt1-2/+1
2023-12-13acpi: cannot have RSDT above 4 GiBHeinrich Schuchardt1-7/+16
2023-12-13boot: Drop size parameter from image_setup_libfdt()Simon Glass1-1/+1
2023-12-13lib/Kconfig: Correct typo about SYSINFO_SMBIOS in help messageTom Rini1-1/+1
2023-12-04Merge tag 'v2024.01-rc4' into nextTom Rini1-7/+9
2023-12-05efi_loader: Make DisconnectController follow the EFI specIlias Apalodimas1-17/+10
2023-12-05efi_loader: create memory reservations in ACPI caseHeinrich Schuchardt1-2/+0
2023-12-05efi: Collect the ACPI tables in the appSimon Glass1-3/+21
2023-12-04efi_loader: generated SMBIOS table below 4 GiBHeinrich Schuchardt1-7/+9
2023-11-30Merge branch 'staging' of https://source.denx.de/u-boot/custodians/u-boot-teg...Tom Rini3-9/+17
2023-11-29lib/slre: Fix memory leak if regex compilation failsFrancois Berder1-0/+1
2023-11-20efi_loader: improve efi_var_from_file() descriptionHeinrich Schuchardt1-2/+5
2023-11-20efi_loader: Correctly account the SCRTM event creationIlias Apalodimas1-1/+4
2023-11-20efi_loader: Increase default variable store size to 128KIlias Apalodimas1-6/+8
2023-11-20Merge tag 'v2024.01-rc3' into nextTom Rini1-5/+7
2023-11-18efi_loader: support boot from URI device pathMasahisa Kojima2-0/+395
2023-11-18efi_loader: add return to efibootmgr event groupMasahisa Kojima1-0/+3
2023-11-18efi_loader: add missing const classifier for event serviceMasahisa Kojima1-2/+2
2023-11-18efi_loader: Boot var automatic managementRaymond Mao2-0/+25
2023-11-14efi: Correct handling of frame bufferSimon Glass1-5/+7
2023-11-10arm: semihosting: Support semihosting fallback on 32-bit ARMSean Anderson1-2/+2
2023-11-07lib: uuid: move CONFIG_RANDOM_UUIDAKASHI Takahiro1-0/+7
2023-11-07efi: Rearrange the Kconfig for CMD_BOOTEFI_BOOTMGRSimon Glass2-4/+4
2023-10-31fastboot: fix CRC32 chunk size checkingWojciech Nizinski1-2/+2