aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* acpi: set creator_revision in acpi_fill_headerHeinrich Schuchardt2024-07-032-2/+1
* Merge branch 'next'Tom Rini2024-07-0131-849/+1774
|\
| * tpm: allow the user to select the compiled algorithmsIlias Apalodimas2024-06-302-6/+40
| * tpm: Untangle tpm2_get_pcr_info()Ilias Apalodimas2024-06-303-51/+62
| * efi_loader: remove unneeded header filesIlias Apalodimas2024-06-301-1/+0
| * tpm: Move TCG functions into a separate fileIlias Apalodimas2024-06-303-674/+698
| * tpm: Move TCG headers into a separate fileIlias Apalodimas2024-06-301-0/+1
| * efi_selftest: can't have measured device-tree with kaslr-seedHeinrich Schuchardt2024-06-301-0/+7
| * Merge tag 'v2024.07-rc5' into nextWIP/24Jun2024-nextTom Rini2024-06-244-64/+76
| |\
| * | lib: smbios: Detect system properties via SYSINFO IDsMichal Simek2024-06-201-8/+26
| * | lib: smbios: Let detect the system via sysinfoMichal Simek2024-06-201-1/+7
| * | smbios: only look for a SYSINFO udevice if SYSINFO support is enabledQuentin Schulz2024-06-181-1/+1
| * | cmd: move ELF load and boot to lib/elf.cWIP/14Jun2024-nextMaxim Moskalets2024-06-141-0/+54
| * | Merge patch series "efi_loader: select BLK not depends on BLK"Tom Rini2024-06-141-1/+1
| |\ \
| | * | efi_loader: select BLK not depends on BLKTom Rini2024-06-141-1/+1
| * | | efi_loader: rename struct efi_initrd_dp to efi_lo_dp_prefixHeinrich Schuchardt2024-06-102-2/+2
| * | | efi_loader: load distro dtb in bootmgrHeinrich Schuchardt2024-06-102-2/+55
| * | | efi_loader: export efi_load_image_from_pathHeinrich Schuchardt2024-06-101-1/+0
| * | | efi_loader: return binary from efi_dp_from_lo()Heinrich Schuchardt2024-06-101-8/+12
| * | | efi_loader: move distro_efi_get_fdt_name()Heinrich Schuchardt2024-06-102-0/+74
| * | | efi_loader: load device-tree specified in boot optionHeinrich Schuchardt2024-06-101-0/+70
| * | | cmd: eficonfig: add support for setting fdtHeinrich Schuchardt2024-06-101-0/+44
| * | | efi_loader: allow concatenation with contained end nodeHeinrich Schuchardt2024-06-105-11/+17
| |/ /
| * | Merge tag 'v2024.07-rc4' into nextTom Rini2024-06-042-33/+55
| |\ \
| * \ \ Merge patch series "FWU: Add support for FWU metadata version 2"WIP/24May2024-nextTom Rini2024-05-247-88/+607
| |\ \ \
| | * | | fwu: mtd: obtain image information from version agnostic structureSughosh Ganu2024-05-241-9/+5
| | * | | fwu: mtd: get MTD partition specific info from driverSughosh Ganu2024-05-241-6/+11
| | * | | fwu: mtd: remove unused argument from function callSughosh Ganu2024-05-241-3/+2
| | * | | fwu: add config symbols for enabling FWU metadata versionsSughosh Ganu2024-05-242-0/+16
| | * | | capsule: fwu: transition the platform state on a successful updateSughosh Ganu2024-05-241-5/+9
| | * | | fwu: make changes to access version agnostic structure fieldsSughosh Ganu2024-05-241-66/+138
| | * | | fwu: metadata: add functions for handling version specific metadata fieldsSughosh Ganu2024-05-242-0/+427
| * | | | include: Move snprintf to stdio.hRaymond Mao2024-05-224-2/+4
| * | | | md5: Use typedef for MD5 contextRaymond Mao2024-05-221-5/+5
| * | | | efi_loader: remove redundant hash includesRaymond Mao2024-05-222-4/+0
* | | | | Revert "Merge patch series "zlib: Address CVE-2016-9841""WIP/30Jun2024Tom Rini2024-06-306-84/+141
* | | | | tpm: Avoid code bloat when not using EFI_TCG2_PROTOCOLSimon Glass2024-06-281-4/+0
| |_|_|/ |/| | |
* | | | efi_loader: fix the return values on efi_tcgIlias Apalodimas2024-06-241-57/+69
* | | | tpm: fix the return code, if the eventlog buffer is fullIlias Apalodimas2024-06-241-1/+1
* | | | tpm: measure DTB in PCR1 instead of PCR0Ilias Apalodimas2024-06-161-1/+1
* | | | efi_loader: Fix capsule_esl.dtsi.in comment styleMichal Simek2024-06-101-2/+2
* | | | efi_loader: Fix EFI_VARIABLE_APPEND_WRITE hash checkWeizhao Ouyang2024-06-101-3/+3
| |_|/ |/| |
* | | tpm-v2: add support for mapping algorithm names to algosTim Harvey2024-05-272-33/+55
|/ /
* | rng: Introduce SPL_DM_RNGMarek Vasut2024-05-051-1/+1
* | efi_loader: pass GUID by address to efi_dp_from_loHeinrich Schuchardt2024-05-012-3/+3
* | efi_loader: fix description efi_dp_shortenHeinrich Schuchardt2024-05-011-1/+1
* | efi_selftest: add tests for QueryVariableInfo at boottimeIlias Apalodimas2024-05-012-8/+8
* | efi_selftest: add tests for QueryVariableInfo at runtimeIlias Apalodimas2024-05-013-4/+107
* | efi_loader: enable QueryVariableInfo at runtime for file backed variablesIlias Apalodimas2024-05-015-15/+39
* | efi_loader: address coverity report 492766 for dead codeIlias Apalodimas2024-05-011-2/+0