Re: [PATCH v2 0/6] hw/riscv: Add TPM support to the virt board

2022-04-07 Thread Edgar E. Iglesias
On Thu, Apr 07, 2022 at 12:04:26PM +1000, Alistair Francis wrote: > From: Alistair Francis > > This series adds support for connecting TPM devices to the RISC-V virt > board. This is similar to how it works for the ARM virt board. > > This was tested by first creating an emulated TPM device: >

[PATCH v2 0/6] hw/riscv: Add TPM support to the virt board

2022-04-06 Thread Alistair Francis
From: Alistair Francis This series adds support for connecting TPM devices to the RISC-V virt board. This is similar to how it works for the ARM virt board. This was tested by first creating an emulated TPM device: swtpm socket --tpm2 -t -d --tpmstate dir=/tmp/tpm \ --ctrl type=unix