diff options
author | Eric Auger | 2020-06-22 16:06:20 +0200 |
---|---|---|
committer | Michael S. Tsirkin | 2020-06-24 23:18:28 +0200 |
commit | 56172c4ccdbbfae3aded3baecd6148935fac39a9 (patch) | |
tree | 0e032b7908ef3f3770d3405de2d97388604b6498 /docs | |
parent | arm/acpi: Add the TPM2.0 device under the DSDT (diff) | |
download | qemu-56172c4ccdbbfae3aded3baecd6148935fac39a9.tar.gz qemu-56172c4ccdbbfae3aded3baecd6148935fac39a9.tar.xz qemu-56172c4ccdbbfae3aded3baecd6148935fac39a9.zip |
docs/specs/tpm: ACPI boot now supported for TPM/ARM
ACPI boot now is supported. Let's remove the comment
saying it is not.
Signed-off-by: Eric Auger <eric.auger@redhat.com>
Reviewed-by: Stefan Berger <stefanb@linux.ibm.com>
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Message-Id: <20200622140620.17229-4-eric.auger@redhat.com>
Tested-by: Ard Biesheuvel <ardb@kernel.org>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/specs/tpm.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/specs/tpm.rst b/docs/specs/tpm.rst index 5e61238bc5..eeeb93730a 100644 --- a/docs/specs/tpm.rst +++ b/docs/specs/tpm.rst @@ -346,8 +346,6 @@ In case an Arm virt machine is emulated, use the following command line: -drive if=pflash,format=raw,file=flash0.img,readonly \ -drive if=pflash,format=raw,file=flash1.img - On Arm, ACPI boot with TPM is not yet supported. - In case SeaBIOS is used as firmware, it should show the TPM menu item after entering the menu with 'ESC'. |