Age | Commit message (Expand) | Author |
2024-05-29 | tree: Use <stdio.h> for snprintf | Elyes Haouas |
2024-05-17 | cr50: Replace "cr50" to "GSC" in debug messages | Tyler Wang |
2024-04-21 | security/tpm/tspi/crtm.c: Fix space required before open brace error | Naveen R. Iyer |
2024-04-16 | security/tpm: support compiling in multiple TPM drivers | Sergii Dmytruk |
2024-03-28 | security/tpm: replace CONFIG(TPMx) checks with runtime check | Sergii Dmytruk |
2024-03-28 | security/tpm: resolve conflicts in TSS implementations | Sergii Dmytruk |
2024-03-28 | security/tpm: make tis_probe() return tpm_family | Sergii Dmytruk |
2024-02-07 | drivers/pc80/tpm: probe for TPM family of a device | Sergii Dmytruk |
2024-01-24 | device, security: Rename Makefiles from .inc to .mk | Martin Roth |
2024-01-04 | vboot: Add firmware PCR support | Yi Chou |
2023-12-31 | security/tpm: Retrieve factory configuration for device w/ Google TPM | Subrata Banik |
2023-11-13 | security/tpm/: turn tis_{init,open} into tis_probe | Sergii Dmytruk |
2023-10-25 | cbmem.h: Drop cbmem_possible_online in favor of ENV_HAS_CBMEM | Arthur Heymans |
2023-10-02 | security/tpm: Enable Hibernate on setup failure | Jon Murphy |
2023-09-28 | drivers/tpm: Add tpm failure handling | Jon Murphy |
2023-09-28 | treewide: convert to tpm_result_t | Jon Murphy |
2023-09-28 | treewide: convert to %#x hex prints | Jon Murphy |
2023-09-25 | treewide: Adopt TCG standard naming | Jon Murphy |
2023-09-22 | security/tpm: Remove unnecessary tss_common.h | Jon Murphy |
2023-09-18 | drivers/tpm: Make temp test value naming consistent | Jon Murphy |
2023-09-14 | vc/google/chromeos: Move clear_ec_ap_idle() to common code | Derek Huang |
2023-08-14 | commonlib,console,nb,sb,security: Add SPDX licenses to Makefiles | Martin Roth |
2023-08-01 | security/tpm/tpm{1,2}_log_serialized.h: Use C99 flexible arrays | Elyes Haouas |
2023-07-18 | security/tpm: Respect CBMEM TPM log size | Jeremy Soller |
2023-07-06 | drivers/tpm: Move tis_plat_irq_status to cr50 driver | Grzegorz Bernacki |
2023-06-23 | commonlib/console/post_code.h: Change post code prefix to POSTCODE | lilacious |
2023-04-10 | security/tpm: make usage of PCRs configurable via Kconfig | Sergii Dmytruk |
2023-03-22 | security/tpm/tspi: Fix preram TPM log max entries | Jeremy Soller |
2023-03-04 | security/tpm: add TPM log format as per 2.0 spec | Sergii Dmytruk |
2023-03-04 | security/tpm: add TPM log format as per 1.2 spec | Sergii Dmytruk |
2023-01-11 | security/tpm/tspi/log.c: fix strncpy() usage | Sergii Dmytruk |
2023-01-11 | security/tpm: make tspi/crtm.c agnostic to log format | Sergii Dmytruk |
2023-01-11 | treewide: stop calling custom TPM log "TCPA" | Sergii Dmytruk |
2023-01-10 | chromeos/cr50_enable_update.c: Clear EC AP_IDLE flag | Derek Huang |
2022-12-23 | Revert "security/tpm/: turn tis_{init,open} into tis_probe" | Sergii Dmytruk |
2022-12-21 | treewide: Remove duplicated includes | Elyes Haouas |
2022-12-21 | security/tpm/: turn tis_{init,open} into tis_probe | Sergii Dmytruk |
2022-12-05 | security/tpm: remove tis_close() | Sergii Dmytruk |
2022-11-22 | security: Remove unnecessary space after casts | Elyes Haouas |
2022-11-19 | security/tpm: make log format configurable via Kconfig | Sergii Dmytruk |
2022-11-12 | security/tpm: improve tlcl_extend() signature | Sergii Dmytruk |
2022-09-30 | drivers/crb: Add SMBIOS hook to generate type 43 TPM Device | Michał Żygowski |
2022-09-15 | src/security: Use "if (!ptr)" in preference to "if (ptr == NULL)" | Elyes Haouas |
2022-09-02 | cbfs/vboot: Adapt to new vb2_digest API | Julius Werner |
2022-08-29 | drivers/i2c/tpm: Remove TI50_FIRMWARE_VERSION_NOT_SUPPORTED | Reka Norman |
2022-08-21 | tpm: Correct TI50_FIRMWARE_VERSION_NOT_SUPPORTED help text | Yu-Ping Wu |
2022-06-08 | drivers/tpm/cr50: Add TPM IRQ timeout Kconfig option | Yu-Ping Wu |
2022-06-01 | cbfs: Rename TYPE_FIT to TYPE_FIT_PAYLOAD | Julius Werner |
2022-05-24 | security/tpm/crtm: Add a function to measure the bootblock on SoC level | Werner Zeh |
2022-05-24 | security/tpm/crtm: Use bootblock from FMAP on non x86 platforms | Werner Zeh |
2022-05-24 | security/tpm/crtm.c: Fix !CONFIG_BOOTBLOCK_IN_CBFS measuring | Arthur Heymans |
2022-05-20 | CBMEM: Change declarations for initialization hooks | Kyösti Mälkki |
2022-05-16 | drivers/i2c/tpm: Work around missing firmware_version in Ti50 < 0.0.15 | Reka Norman |
2022-05-11 | security/tpm/crtm.c: Remove set but unused variable | Arthur Heymans |
2022-04-24 | src: Remove unused <console/cbmem_console.h> | Elyes HAOUAS |
2022-04-21 | tpm: Refactor TPM Kconfig dimensions | Jes B. Klinke |
2022-03-09 | {drivers/security}: Replace `cb_err_t` with `enum cb_err` | Subrata Banik |
2022-03-07 | drivers/tpm/spi: Refactor out some cr50-specific logic | Tim Wawrzynczak |
2022-03-01 | security/tpm: Add vendor-specific tis functions to read/write TPM regs | Tim Wawrzynczak |
2022-02-07 | treewide: Remove "ERROR: "/"WARN: " prefixes from log messages | Julius Werner |
2022-01-12 | src: Remove redundant <rules.h> and <commonlib/bsd/compiler.h> | Elyes HAOUAS |
2021-12-06 | cbfs: Remove deprecated APIs | Julius Werner |
2021-12-03 | cbfs | tspi: Join hash calculation for verification and measurement | Julius Werner |
2021-11-17 | security/tpm/tcg-2.0: Handle TPM_RC_NV_RANGE return code | Karthikeyan Ramasubramanian |
2021-10-05 | src/mainboard to src/security: Fix spelling errors | Martin Roth |
2021-06-21 | security/tpm/tspi/crtm.c: Fix early init | Arthur Heymans |
2021-06-16 | security/tpm/tspi: Reduce scope of tspi_init_crtm | Arthur Heymans |
2021-06-15 | tpm/tss: Remove local variable | Patrick Georgi |
2021-06-10 | security/tpm/tss/tcg-2.0: Add `tlcl_set_bits()` | Aseda Aboagye |
2021-05-30 | Apply more uses for Kconfig TPM | Kyösti Mälkki |
2021-05-27 | tpm: Remove USER_TPMx options, make TPM1/TPM2 menuconfig visible | Julius Werner |
2021-05-26 | Add Kconfig TPM | Kyösti Mälkki |
2021-05-21 | security/tpm/tspi: Always measure the cache to pcr | Arthur Heymans |
2021-05-21 | security/tpm/tspi/crtm: Fix FMAP TPM PCR | Arthur Heymans |
2021-05-13 | src/security/tpm: Deal with zero length tlcl writes | Patrick Georgi |
2021-05-06 | security/tpm: Add option to init TPM in bootblock | Arthur Heymans |
2021-05-05 | security/tpm/crtm: Measure FMAP into TPM | Arthur Heymans |
2021-03-05 | security/tpm/tss/vendor/cr50: Introduce vendor sub-command to reset EC | Karthikeyan Ramasubramanian |
2021-02-09 | security/tpm/tss/vendor/cr50/cr50.c: Fix typo | Elyes HAOUAS |
2021-01-19 | security/tpm/tss/tcg-1.2/tss.c: Use __func__ | Elyes HAOUAS |
2020-12-02 | cbfs: Move more stuff into cbfs_boot_lookup() | Julius Werner |
2020-10-26 | security/tpm/tspi/crtm: Add line break to debug messages | Frans Hendriks |
2020-09-21 | src/security: Drop unneeded empty lines | Elyes HAOUAS |
2020-09-21 | security/tpm/tss/tcg-2.0: add const to marshalling functions | Caveh Jalali |
2020-08-20 | drivers/spi/tpm: Enable long cr50 ready pulses for Tiger Lake systems | Jes Klinke |
2020-07-09 | security/tpm/tss/tcg-1.2/tss.c: Drop dead code | Angel Pons |
2020-07-04 | drivers/pc80/tpm: Remove LPC_TPM | Kyösti Mälkki |
2020-06-17 | security/tpm: Change wording of variable names | Duncan Laurie |
2020-06-02 | src: Remove redundant includes | Elyes HAOUAS |
2020-05-26 | Remove MAYBE_STATIC_BSS and ENV_STAGE_HAS_BSS_SECTION | Kyösti Mälkki |
2020-05-25 | security/tpm: Use SPDX identifiers | Jacob Garber |
2020-05-19 | security/tpm/tspi: Fix handling of white space delimited list | harshit |
2020-05-18 | src: Remove unused 'include <string.h>' | Elyes HAOUAS |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
2020-05-08 | security: tcg-2.0: Ignore data payload for errors, fix Cr50 boot mode | Julius Werner |
2020-05-08 | {security,soc}/*/Kconfig: Replace GPLv2 long form headers with SPDX header | Elyes HAOUAS |
2020-04-28 | drivers/spi/tpm: Add support for non CR50 SPI TPM2 | Patrick Rudolph |
2020-04-23 | vboot: Add permission check for kernel space | Daisuke Nojiri |
2020-04-17 | TPM: Add tlcl_cr50_get_boot_mode | dnojiri |
2020-04-04 | src/security: Use SPDX for GPL-2.0-only files | Angel Pons |