qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: dan tan <dantan@linux.vnet.ibm.com>
To: qemu-devel@nongnu.org
Cc: qemu-ppc@nongnu.org, stefanb@linux.vnet.ibm.com,
	pbonzini@redhat.com, farosas@suse.de, lvivier@redhat.com,
	dantan@linux.ibm.com
Subject: [PATCH v9 2/3] tpm/tpm_tis_spi: activation for the PowerNV machines
Date: Sun, 16 Feb 2025 16:11:54 -0600	[thread overview]
Message-ID: <20250216221155.30013-3-dantan@linux.vnet.ibm.com> (raw)
In-Reply-To: <20250216221155.30013-1-dantan@linux.vnet.ibm.com>

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



  parent reply	other threads:[~2025-02-16 22:13 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-16 22:11 [PATCH v9 0/3] TPM TIS SPI Support dan tan
2025-02-16 22:11 ` [PATCH v9 1/3] tpm/tpm_tis_spi: Support TPM for SPI (Serial Peripheral Interface) dan tan
2025-02-17  7:31   ` Philippe Mathieu-Daudé
2025-02-17 15:45     ` dan tan
2025-02-16 22:11 ` dan tan [this message]
2025-02-16 22:11 ` [PATCH v9 3/3] tests/qtest/tpm: add unit test to tis-spi dan tan
2025-02-17 20:12 ` [PATCH v9 0/3] TPM TIS SPI Support Stefan Berger
2025-02-17 20:24   ` dan tan
2025-02-18 18:55     ` Stefan Berger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250216221155.30013-3-dantan@linux.vnet.ibm.com \
    --to=dantan@linux.vnet.ibm.com \
    --cc=dantan@linux.ibm.com \
    --cc=farosas@suse.de \
    --cc=lvivier@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-ppc@nongnu.org \
    --cc=stefanb@linux.vnet.ibm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).