mbox series

[0/1] Adding TPM support for ARM SBSA-Ref machine

Message ID 20250225074133.6827-1-kuqin12@gmail.com (mailing list archive)
Headers show
Series Adding TPM support for ARM SBSA-Ref machine | expand

Message

Kun Qin Feb. 25, 2025, 7:41 a.m. UTC
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/2625

This change intends to support an ARM64 server like platform that has TPM
support to unlock more power for sbsa_ref.

The idea is to add a TPM create routine during sbsa machine initialization.
The backend can be the same as the rest of TPM support, by using swtpm.

Sign-off-by: Kun Qin <kuqin12@gmail.com>

Kun Qin (1):
  hw/arm/sbsa-ref: Adding TPM support for ARM SBSA-Ref machine

 hw/arm/sbsa-ref.c | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)