From: Ilias Apalodimas Date: Fri, 16 Jun 2023 08:42:52 +0000 (+0300) Subject: doc: qemu: switch swtpm instruction to 'tpm autostart' X-Git-Tag: baikal/mips/sdk6.2~4^2~3^2~13^2~4 X-Git-Url: https://git.baikalelectronics.ru/?a=commitdiff_plain;h=1f228cf5d1603ed12dd1f814c18cecb0c5f91af3;p=uboot.git doc: qemu: switch swtpm instruction to 'tpm autostart' We don't have a documentation page for our TPM subsystem. I plan on sending one in the future, but in the meantime document the new 'tpm autostart' command in the QEMU instructions while using a SWTPM Signed-off-by: Ilias Apalodimas Reviewed-by: Simon Glass --- diff --git a/doc/board/emulation/qemu-arm.rst b/doc/board/emulation/qemu-arm.rst index b42d924cc6..7291fa4a31 100644 --- a/doc/board/emulation/qemu-arm.rst +++ b/doc/board/emulation/qemu-arm.rst @@ -113,7 +113,7 @@ In a second console invoke qemu-system-aarch64 with:: Enable the TPM on U-Boot's command line with:: - tpm2 startup TPM2_SU_CLEAR + tpm autostart Debug UART ----------