File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -225,7 +225,7 @@ The following picture shows a high level overview of AMD-TEE::
225
225
+--------------------------+ +---------+--------------------+
226
226
227
227
At the lowest level (in x86), the AMD Secure Processor (ASP) driver uses the
228
- CPU to PSP mailbox regsister to submit commands to the PSP. The format of the
228
+ CPU to PSP mailbox register to submit commands to the PSP. The format of the
229
229
command buffer is opaque to the ASP driver. It's role is to submit commands to
230
230
the secure processor and return results to AMD-TEE driver. The interface
231
231
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
260
261
261
The GlobalPlatform TEE Client API [5] can be used by the user space (client) to
262
262
talk to AMD's TEE. AMD's TEE provides a secure environment for loading, opening
263
- a session, invoking commands and clossing session with TA.
263
+ a session, invoking commands and closing session with TA.
264
264
265
265
References
266
266
==========
You can’t perform that action at this time.
0 commit comments