Commit 6b076459 authored by Wang Cheng's avatar Wang Cheng Committed by Jonathan Corbet

docs: staging/tee.rst: fix two typos found while reading

Signed-off-by: default avatarWang Cheng <wanngchenng@gmail.com>
Reviewed-by: default avatarSumit Garg <sumit.garg@linaro.org>
Acked-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Link: https://lore.kernel.org/r/20220115125236.34886-1-wanngchenng@gmail.comSigned-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 87d6576d
...@@ -225,7 +225,7 @@ The following picture shows a high level overview of AMD-TEE:: ...@@ -225,7 +225,7 @@ The following picture shows a high level overview of AMD-TEE::
+--------------------------+ +---------+--------------------+ +--------------------------+ +---------+--------------------+
At the lowest level (in x86), the AMD Secure Processor (ASP) driver uses the At the lowest level (in x86), the AMD Secure Processor (ASP) driver uses the
CPU to PSP mailbox regsister to submit commands to the PSP. The format of the CPU to PSP mailbox register to submit commands to the PSP. The format of the
command buffer is opaque to the ASP driver. It's role is to submit commands to command buffer is opaque to the ASP driver. It's role is to submit commands to
the secure processor and return results to AMD-TEE driver. The interface the secure processor and return results to AMD-TEE driver. The interface
between AMD-TEE driver and AMD Secure Processor driver can be found in [6]. between AMD-TEE driver and AMD Secure Processor driver can be found in [6].
...@@ -260,7 +260,7 @@ cancel_req driver callback is not supported by AMD-TEE. ...@@ -260,7 +260,7 @@ cancel_req driver callback is not supported by AMD-TEE.
The GlobalPlatform TEE Client API [5] can be used by the user space (client) to The GlobalPlatform TEE Client API [5] can be used by the user space (client) to
talk to AMD's TEE. AMD's TEE provides a secure environment for loading, opening talk to AMD's TEE. AMD's TEE provides a secure environment for loading, opening
a session, invoking commands and clossing session with TA. a session, invoking commands and closing session with TA.
References References
========== ==========
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment