[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v3 2/5] tpm/tpm_tis_spi: activation for the PowerNV machines
From: |
dan tan |
Subject: |
[PATCH v3 2/5] tpm/tpm_tis_spi: activation for the PowerNV machines |
Date: |
Fri, 1 Nov 2024 13:57:15 -0500 |
The addition to ppc/Kconfig is for building this into the
qemu-system-ppc64 binary. The enablement requires the
following command line argument:
-device tpm-tis-spi,tpmdev=tpm0,bus=pnv-spi-bus.4
Signed-off-by: dan tan <dantan@linux.vnet.ibm.com>
---
hw/ppc/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/hw/ppc/Kconfig b/hw/ppc/Kconfig
index b44d91bebb..56dcf5902e 100644
--- a/hw/ppc/Kconfig
+++ b/hw/ppc/Kconfig
@@ -39,6 +39,7 @@ config POWERNV
select PCI_POWERNV
select PCA9552
select PCA9554
+ select TPM_TIS_SPI
select SERIAL_ISA
select SSI
select SSI_M25P80
--
2.39.5
- [PATCH v3 0/5] TPM TIS SPI Support, dan tan, 2024/11/01
- [PATCH v3 1/5] tpm/tpm_tis_spi: Support TPM for SPI (Serial Peripheral Interface), dan tan, 2024/11/01
- [PATCH v3 2/5] tpm/tpm_tis_spi: activation for the PowerNV machines,
dan tan <=
- [PATCH v3 4/5] tpm/tpm_tis_spi: Support TPM for SPI (rev 3), dan tan, 2024/11/01
- [PATCH v3 5/5] tests/qtest/tpm: add unit test to tis-spi (rev 3), dan tan, 2024/11/01
- [PATCH v3 3/5] tests/qtest/tpm: add unit test to tis-spi, dan tan, 2024/11/01
- Re: [PATCH v3 0/5] TPM TIS SPI Support, Stefan Berger, 2024/11/01