Skip to content

Commit

Permalink
faq: add all content
Browse files Browse the repository at this point in the history
Signed-off-by: Joakim Bech <joakim.bech@linaro.org>
  • Loading branch information
jbech-linaro committed Feb 12, 2019
1 parent 5f07e3d commit 99cd5a3
Show file tree
Hide file tree
Showing 6 changed files with 539 additions and 22 deletions.
2 changes: 2 additions & 0 deletions architecture/porting_guidelines.rst
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,8 @@ memory using TZASC (see plat_arm_security_setup_ in TF-A). The takeaway here is
that you must make sure that you have configured whatever memory firewall your
device has such that it has a secure and a non-secure memory area.

.. _core_pub_priv_keypair:

Trusted Application private/public keypair
******************************************
By default all Trusted Applications (TA's) are signed with the pre-generated
Expand Down
2 changes: 2 additions & 0 deletions building/trusted_applications.rst
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ A typical Makefile for a TA looks something like this
# Source the TA-devkit make file
include $(TA_DEV_KIT_DIR)/mk/ta_dev_kit.mk
.. _build_trusted_applications_submk:

sub.mk directives
=================
The make file expects that current directory contains a file ``sub.mk`` that is
Expand Down
4 changes: 2 additions & 2 deletions debug/benchmark.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ Benchmark framework consists of such components:
which is responsible for allocating timestamp circular buffers,
registering these buffers in the Benchmark PTA and consuming all
timestamp data generated by all OP-TEE layers. Finally, it puts timestamp
data into appropriate file with ``.ts`` extension. Additional details can
be found here here optee_benchmark_.
data into appropriate file with ``.ts`` extension. Additional build
details can be found at :ref:`optee_benchmark`.

2. **Benchmark Pseudo Trusted Application (PTA)**: which owns all per-cpu
circular non-secure buffers from a shared memory. Benchmark PTA must be
Expand Down

0 comments on commit 99cd5a3

Please sign in to comment.