aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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-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
2024-06-10efi_loader: move distro_efi_get_fdt_name()Heinrich Schuchardt2-0/+74
2024-06-10efi_loader: load device-tree specified in boot optionHeinrich Schuchardt1-0/+70
2024-06-10cmd: eficonfig: add support for setting fdtHeinrich Schuchardt1-0/+44
2024-06-10efi_loader: allow concatenation with contained end nodeHeinrich Schuchardt5-11/+17
2024-06-04Merge tag 'v2024.07-rc4' into nextTom Rini2-33/+55
2024-05-27tpm-v2: add support for mapping algorithm names to algosTim Harvey2-33/+55
2024-05-24Merge patch series "FWU: Add support for FWU metadata version 2"Tom Rini7-88/+607
2024-05-24fwu: mtd: obtain image information from version agnostic structureSughosh Ganu1-9/+5
2024-05-24fwu: mtd: get MTD partition specific info from driverSughosh Ganu1-6/+11
2024-05-24fwu: mtd: remove unused argument from function callSughosh Ganu1-3/+2
2024-05-24fwu: add config symbols for enabling FWU metadata versionsSughosh Ganu2-0/+16
2024-05-24capsule: fwu: transition the platform state on a successful updateSughosh Ganu1-5/+9
2024-05-24fwu: make changes to access version agnostic structure fieldsSughosh Ganu1-66/+138
2024-05-24fwu: metadata: add functions for handling version specific metadata fieldsSughosh Ganu2-0/+427
2024-05-22include: Move snprintf to stdio.hRaymond Mao4-2/+4
2024-05-22md5: Use typedef for MD5 contextRaymond Mao1-5/+5
2024-05-22efi_loader: remove redundant hash includesRaymond Mao2-4/+0
2024-05-05rng: Introduce SPL_DM_RNGMarek Vasut1-1/+1
2024-05-01efi_loader: pass GUID by address to efi_dp_from_loHeinrich Schuchardt2-3/+3
2024-05-01efi_loader: fix description efi_dp_shortenHeinrich Schuchardt1-1/+1
2024-05-01efi_selftest: add tests for QueryVariableInfo at boottimeIlias Apalodimas2-8/+8
2024-05-01efi_selftest: add tests for QueryVariableInfo at runtimeIlias Apalodimas3-4/+107
2024-05-01efi_loader: enable QueryVariableInfo at runtime for file backed variablesIlias Apalodimas5-15/+39
2024-05-01efi_loader: address coverity report 492766 for dead codeIlias Apalodimas1-2/+0