summaryrefslogtreecommitdiff
path: root/docs/design
diff options
context:
space:
mode:
authorlaurenw-arm <lauren.wehrmeister@arm.com>2022-12-01 16:54:50 -0600
committerlaurenw-arm <lauren.wehrmeister@arm.com>2022-12-09 14:55:39 -0600
commit9b1dad8bb5c1971b3feb6211503e671278145e17 (patch)
tree444c509de240cf445af76cbef40a06070ad00ceb /docs/design
parent5f899286eac994b8337959ad924a43c1a4a543c9 (diff)
downloadarm-trusted-firmware-9b1dad8bb5c1971b3feb6211503e671278145e17.tar.gz
docs(arm): add ARM_ROTPK_LOCATION variant full key
Updating documentation to reflect the new ARM_ROTPK_LOCATION variant of the full ROTPK, as opposed to the hash of it. Change-Id: I0f83c519bd607ef1270c7d30ee9bc55451ce4ae2 Signed-off-by: Lauren Wehrmeister <lauren.wehrmeister@arm.com>
Diffstat (limited to 'docs/design')
-rw-r--r--docs/design/trusted-board-boot-build.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/design/trusted-board-boot-build.rst b/docs/design/trusted-board-boot-build.rst
index c3f3a2f53..caf367b66 100644
--- a/docs/design/trusted-board-boot-build.rst
+++ b/docs/design/trusted-board-boot-build.rst
@@ -42,7 +42,7 @@ images with support for these features:
are loaded from that path instead of the default OS path. Export this
variable if necessary.
- In the case of Arm platforms, the location of the ROTPK hash must also be
+ In the case of Arm platforms, the location of the ROTPK must also be
specified at build time. The following locations are currently supported (see
``ARM_ROTPK_LOCATION`` build option):
@@ -62,6 +62,9 @@ images with support for these features:
``plat/arm/board/common/rotpk/arm_rotpk_ecdsa_sha256.bin``. Enforce
generation of the new hash if ``ROT_KEY`` is specified.
+ - ``ARM_ROTPK_LOCATION=devel_full_dev_rsa_key``: use the key located in
+ ``plat/arm/board/common/rotpk/arm_full_dev_rsa_rotpk.S``.
+
Example of command line using RSA development keys:
.. code:: shell