]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
doc: qemu: switch swtpm instruction to 'tpm autostart'
authorIlias Apalodimas <ilias.apalodimas@linaro.org>
Fri, 16 Jun 2023 08:42:52 +0000 (11:42 +0300)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 9 Sep 2023 04:12:47 +0000 (06:12 +0200)
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 <ilias.apalodimas@linaro.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
doc/board/emulation/qemu-arm.rst

index b42d924cc66aab50833aae9e1260d123f879017e..7291fa4a31506dac341bf6c3533e805c78363441 100644 (file)
@@ -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
 ----------