Tim Crawford has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/75807?usp=email )
Change subject: drivers/pc80/tpm: Add Infineon SLB 9672 ID ......................................................................
drivers/pc80/tpm: Add Infineon SLB 9672 ID
Allows the new Infineon TPM chip used on Clevo laptops to be recognized.
Change-Id: I2ee31b787d80c0b9c24c748b1b28906a22a1dee7 Signed-off-by: Tim Crawford tcrawford@system76.com --- M src/drivers/pc80/tpm/tis.c 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/07/75807/1
diff --git a/src/drivers/pc80/tpm/tis.c b/src/drivers/pc80/tpm/tis.c index ce88ae0..7e5f5e5 100644 --- a/src/drivers/pc80/tpm/tis.c +++ b/src/drivers/pc80/tpm/tis.c @@ -114,6 +114,7 @@ #if CONFIG(TPM2) {0x001a, "SLB9665 TT 2.0"}, {0x001b, "SLB9670 TT 2.0"}, + {0x001d, "SLB9672 TT 2.0"}, #else {0x001a, "SLB9660 TT 1.2"}, {0x001b, "SLB9670 TT 1.2"},