Skip to content

Commit

Permalink
faq: fix spelling mistakes (psuedo)
Browse files Browse the repository at this point in the history
Fixes the spelling of "Pseudo TA".

Signed-off-by: Jerome Forissier <jerome@forissier.org>
Reviewed-by: Joakim Bech <joakim.bech@linaro.org>
  • Loading branch information
jforissier authored and jbech-linaro committed Aug 7, 2020
1 parent 7fa91cf commit dbe4813
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions faq/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -434,17 +434,17 @@ Q: Where should I put my compiled Trusted Application on the device?
- ``/lib/optee_armtz``, that is the default location where tee-supplicant
will look for Trusted Applications.

.. _what_is_a_psuedo_ta_and_how_do_i_write_one:
.. _what_is_a_pseudo_ta_and_how_do_i_write_one:

Q: What is a Psuedo TA and how do I write one?
Q: What is a Pseudo TA and how do I write one?
==============================================
- A Psuedo TA is an OP-TEE firmware service offered through the generic API
- A Pseudo TA is an OP-TEE firmware service offered through the generic API
used to invoke Trusted Applications. Pseudo TA interface and services all
runs in TEE kernel / core context. I.e., it will have access to the same
functions, memory and hardware etc as the TEE core itself. If we're
talking ARMv8-A it is running in ``S-EL1``.

Q: Are Psuedo **user space** TAs supported?
Q: Are Pseudo **user space** TAs supported?
===========================================
- No!

Expand All @@ -455,9 +455,9 @@ Q: Can a static TA Open/Invoke dynamic TA?

Q: How can I extend the GlobalPlatform Internal Core API?
=========================================================
- You may develop your own “Psuedo TA”, which is part of the core (see
:ref:`what_is_a_psuedo_ta_and_how_do_i_write_one` for more information
about the Psuedo TA).
- You may develop your own “Pseudo TA”, which is part of the core (see
:ref:`what_is_a_pseudo_ta_and_how_do_i_write_one` for more information
about the Pseudo TA).

Q: How are Trusted Applications verified?
=========================================
Expand Down

0 comments on commit dbe4813

Please sign in to comment.