summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlias Apalodimas <ilias.apalodimas@linaro.org>2023-06-16 11:42:52 +0300
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2023-09-09 07:12:47 +0300
commit5d1fa6b6a64713072eeb001247f2a083806f2c48 (patch)
treec1dc4804b34dc93706755cced5097f6130f53563
parentedce82c8228d3056a5075c460ffa9d600cf88e6d (diff)
downloadu-boot-5d1fa6b6a64713072eeb001247f2a083806f2c48.tar.xz
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 <ilias.apalodimas@linaro.org> Reviewed-by: Simon Glass <sjg@chromium.org>
-rw-r--r--doc/board/emulation/qemu-arm.rst2
1 files changed, 1 insertions, 1 deletions
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
----------