From 1bf511cf080b611a4d84050d5bf553473e1d0826 Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Thu, 5 Jul 2018 00:11:57 -0700 Subject: [PATCH] doc: small tweaks to new trusty doc Adjusted the picture sizes a bit smaller, fixed some spelling errors, and moved the boot-flow.dot image used by trusty into the common images folder (and renamed the image to trusty-boot-flow.dot) Signed-off-by: David B. Kinder --- .../{trusty/boot-flow.dot => images/trusty-boot-flow.dot} | 0 doc/developer-guides/trusty.rst | 8 +++++--- 2 files changed, 5 insertions(+), 3 deletions(-) rename doc/developer-guides/{trusty/boot-flow.dot => images/trusty-boot-flow.dot} (100%) diff --git a/doc/developer-guides/trusty/boot-flow.dot b/doc/developer-guides/images/trusty-boot-flow.dot similarity index 100% rename from doc/developer-guides/trusty/boot-flow.dot rename to doc/developer-guides/images/trusty-boot-flow.dot diff --git a/doc/developer-guides/trusty.rst b/doc/developer-guides/trusty.rst index cd060b02b..7e5daf146 100644 --- a/doc/developer-guides/trusty.rst +++ b/doc/developer-guides/trusty.rst @@ -9,7 +9,7 @@ Introduction `Trusty`_ is a set of software components supporting a Trusted Execution Environment (TEE). TEE is commonly known as an isolated processing environment in which applications can be securely executed irrespective of the rest of the system. For more information about TEE, -please visit the `Trusted Execution Environment wikipage `_. +please visit the `Trusted Execution Environment wiki page `_. Trusty consists of: 1. An operating system (the Trusty OS) that runs on a processor intended to provide a TEE @@ -27,6 +27,7 @@ Trusty Architecture .. figure:: images/trusty-arch.png :align: center + :width: 800px :name: Trusty Architectural diagram .. note:: @@ -44,9 +45,9 @@ There are a few :ref:`hypercall_apis` that are related to Trusty. Trusty Boot flow **************** -By design, the User OS bootloader (``UOS_Loader``) will trigger the Trusty boot process. The complete bootflow is illustrated below. +By design, the User OS bootloader (``UOS_Loader``) will trigger the Trusty boot process. The complete boot flow is illustrated below. -.. graphviz:: trusty/boot-flow.dot +.. graphviz:: images/trusty-boot-flow.dot :name: trusty-boot-flow :align: center :caption: Trusty Boot Flow @@ -103,6 +104,7 @@ be updated. .. figure:: images/ept-hierarchy.png :align: center + :width: 800px :name: EPT hierarchy API