summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2024-08-11efi_loader: correct description of efi_get_distro_fdt_nameHeinrich Schuchardt1-1/+1
2024-08-11efi_loader: use list_count_nodes() in efi_protocols_per_handle()Heinrich Schuchardt1-5/+1
2024-08-05fdt: Correct condition for bloblist existingSimon Glass1-2/+10
2024-07-31efi_memory: get the efi_mem_list node directlySughosh Ganu1-17/+8
2024-07-31efi_memory: avoid possible null pointer dereferenceSughosh Ganu1-1/+2
2024-07-31efi_memory: use list_count_nodes() to count list entriesSughosh Ganu1-3/+2
2024-07-31efi_loader: correct check in efi_load_option_dp_join()Heinrich Schuchardt1-1/+1
2024-07-31smbios: add extended Extended BIOS ROM SizeHeinrich Schuchardt1-1/+8
2024-07-31efi_loader: add /dtbs search pathCaleb Connolly1-0/+3
2024-07-31efi_loader: require EFI boot manager for EBBR complianceHeinrich Schuchardt1-0/+1
2024-07-31efi_loader: adjust config options for capsule updatesIlias Apalodimas1-0/+1
2024-07-19zlib: Fix big performance regressionChristophe Leroy2-12/+40
2024-07-19efi_loader: Fix typo in EFI_RT_VOLATILE_STORE descriptionMichal Simek1-1/+1
2024-07-19efi_loader: find distro device-path for media devicesHeinrich Schuchardt2-15/+20
2024-07-15Merge patch series "api: Remove duplicate newlines"Tom Rini58-336/+0
2024-07-15lib: Remove duplicate newlinesMarek Vasut58-336/+0
2024-07-14efi_loader: print device-tree in dtbdump.efiHeinrich Schuchardt1-0/+261
2024-07-14scripts/Makefile.lib: EFI: Use capsule CRT instead of ESL fileJonathan Humphreys1-5/+7
2024-07-05Revert "Revert "Merge patch series "zlib: Address CVE-2016-9841"""Tom Rini6-141/+84
2024-07-05Fix Kconfig coding style from spaces to tabAnand Moon1-1/+1
2024-07-04smbios: Correct error handling when writing tablesSimon Glass1-2/+8
2024-07-04initcall: Correct use of relocation offsetSimon Glass1-2/+4
2024-07-03Merge patch series "m68k: Implement a default flush_dcache_all"Tom Rini2-7/+13
2024-07-03acpi: set creator_revision in acpi_fill_headerHeinrich Schuchardt2-2/+1
2024-07-01Merge branch 'next'Tom Rini31-849/+1774
2024-06-30Revert "Merge patch series "zlib: Address CVE-2016-9841""Tom Rini6-84/+141
2024-06-30tpm: allow the user to select the compiled algorithmsIlias Apalodimas2-6/+40
2024-06-30tpm: Untangle tpm2_get_pcr_info()Ilias Apalodimas3-51/+62
2024-06-30efi_loader: remove unneeded header filesIlias Apalodimas1-1/+0
2024-06-30tpm: Move TCG functions into a separate fileIlias Apalodimas3-674/+698
2024-06-30tpm: Move TCG headers into a separate fileIlias Apalodimas1-0/+1
2024-06-30efi_selftest: can't have measured device-tree with kaslr-seedHeinrich Schuchardt1-0/+7
2024-06-28tpm: Avoid code bloat when not using EFI_TCG2_PROTOCOLSimon Glass1-4/+0
2024-06-24Merge tag 'v2024.07-rc5' into nextTom Rini4-64/+76
2024-06-24efi_loader: fix the return values on efi_tcgIlias Apalodimas1-57/+69
2024-06-24tpm: fix the return code, if the eventlog buffer is fullIlias Apalodimas1-1/+1
2024-06-20lib: smbios: Detect system properties via SYSINFO IDsMichal Simek1-8/+26
2024-06-20lib: smbios: Let detect the system via sysinfoMichal Simek1-1/+7
2024-06-19efi_loader: avoid duplicate weak invalidate_icache_all()Heinrich Schuchardt2-7/+13
2024-06-18smbios: only look for a SYSINFO udevice if SYSINFO support is enabledQuentin Schulz1-1/+1
2024-06-16tpm: measure DTB in PCR1 instead of PCR0Ilias Apalodimas1-1/+1
2024-06-14cmd: move ELF load and boot to lib/elf.cMaxim Moskalets1-0/+54
2024-06-14Merge patch series "efi_loader: select BLK not depends on BLK"Tom Rini1-1/+1
2024-06-14efi_loader: select BLK not depends on BLKTom Rini1-1/+1
2024-06-10efi_loader: Fix capsule_esl.dtsi.in comment styleMichal Simek1-2/+2
2024-06-10efi_loader: Fix EFI_VARIABLE_APPEND_WRITE hash checkWeizhao Ouyang1-3/+3
2024-06-10efi_loader: rename struct efi_initrd_dp to efi_lo_dp_prefixHeinrich Schuchardt2-2/+2
2024-06-10efi_loader: load distro dtb in bootmgrHeinrich Schuchardt2-2/+55
2024-06-10efi_loader: export efi_load_image_from_pathHeinrich Schuchardt1-1/+0
2024-06-10efi_loader: return binary from efi_dp_from_lo()Heinrich Schuchardt1-8/+12