aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2024-01-11Merge tag 'u-boot-dfu-20240111' of https://source.denx.de/u-boot/custodians/u...Tom Rini
2024-01-09lib: membuff: fix readline not returning line in case of overflowIon Agorria
2024-01-09efi_loader: provide tool to dump SMBIOS tableHeinrich Schuchardt
2024-01-09smbios: smbios.h should not import ofnode.hHeinrich Schuchardt
2024-01-09smbios: enable setting processor family > 0xffHeinrich Schuchardt
2024-01-09lib: smbios: verify_checksum() is duplicateHeinrich Schuchardt
2024-01-09lib: make table_compute_checksum() arguments constHeinrich Schuchardt
2024-01-07acpi: Kconfig symbol CONFIG_QFW_ACPIHeinrich Schuchardt
2024-01-07acpi: support 64bit in acpi_find_table for DSDT and FACSHeinrich Schuchardt
2024-01-07fdt: Allow the devicetree to come from a bloblistSimon Glass
2024-01-07efi: Correct smbios-table installationSimon Glass
2024-01-07acpi: Write pointers to tables instead of addressesSimon Glass
2024-01-07efi: smbios: Drop support for SMBIOS2 tablesSimon Glass
2024-01-07smbios: Drop support for SMBIOS2 tablesSimon Glass
2024-01-07smbios: Require the caller to align the SMBIOS tableSimon Glass
2024-01-07efi: Use the correct GUID for the SMBIOS tableSimon Glass
2024-01-07smbios: Correct gd_smbios_start()Simon Glass
2024-01-07smbios: Use SMBIOS 3.0 to support an address above 4GBSimon Glass
2024-01-07smbios: Move the rest of the SMBIOS2 codeSimon Glass
2024-01-07smbios: Refactor 32-bit code into an else statementSimon Glass
2023-12-21lib: rsa: Print detailed error info in rsa_engine_init() on engine resolution...Csókás Bence
2023-12-21lib: Remove <common.h> inclusion from these filesTom Rini
2023-12-21display_options: Clean up headersTom Rini
2023-12-21efi_loader: Remove <common.h>Tom Rini
2023-12-21lib/sha*.c: Update header listTom Rini
2023-12-21global: Drop common.h inclusionTom Rini
2023-12-21global: Restrict use of '#include <linux/kconfig.h>'Tom Rini
2023-12-20smbios: Fallback to the default DT if sysinfo nodes are missingIlias Apalodimas
2023-12-20smbios: Simplify reporting of unknown valuesIlias Apalodimas
2023-12-20rsa: use pkcs11 uri as defined in rfc7512Ayoub Zaki
2023-12-18Merge tag 'v2024.01-rc5' into nextTom Rini
2023-12-17cmd: bootefi: move library interfaces under lib/efi_loaderAKASHI Takahiro
2023-12-13acpi: consider XSDT in acpi_find_table()Heinrich Schuchardt
2023-12-13acpi: simplify acpi_write_ssdt()Heinrich Schuchardt
2023-12-13acpi: cannot have RSDT above 4 GiBHeinrich Schuchardt
2023-12-13boot: Drop size parameter from image_setup_libfdt()Simon Glass
2023-12-13lib/Kconfig: Correct typo about SYSINFO_SMBIOS in help messageTom Rini
2023-12-04Merge tag 'v2024.01-rc4' into nextTom Rini
2023-12-05efi_loader: Make DisconnectController follow the EFI specIlias Apalodimas
2023-12-05efi_loader: create memory reservations in ACPI caseHeinrich Schuchardt
2023-12-05efi: Collect the ACPI tables in the appSimon Glass
2023-12-04efi_loader: generated SMBIOS table below 4 GiBHeinrich Schuchardt
2023-11-30Merge branch 'staging' of https://source.denx.de/u-boot/custodians/u-boot-teg...Tom Rini
2023-11-29lib/slre: Fix memory leak if regex compilation failsFrancois Berder
2023-11-20efi_loader: improve efi_var_from_file() descriptionHeinrich Schuchardt
2023-11-20efi_loader: Correctly account the SCRTM event creationIlias Apalodimas
2023-11-20efi_loader: Increase default variable store size to 128KIlias Apalodimas
2023-11-20Merge tag 'v2024.01-rc3' into nextTom Rini
2023-11-18efi_loader: support boot from URI device pathMasahisa Kojima
2023-11-18efi_loader: add return to efibootmgr event groupMasahisa Kojima