aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMadhukar Pappireddy <madhukar.pappireddy@arm.com>2020-10-04 16:12:35 +0000
committerTrustedFirmware Code Review <review@review.trustedfirmware.org>2020-10-04 16:12:35 +0000
commit5ecfd890707f4617205c02a2931bc94ac6c2b57f (patch)
tree9b112af12160b24c3d52b2f25e38f9d858a2e8ac /docs
parent2539dd3f876dd8ca9264aeba7842028c21b957c6 (diff)
parent219e45cdd2404c6553b475b315167dda51f74227 (diff)
downloadtrusted-firmware-a-5ecfd890707f4617205c02a2931bc94ac6c2b57f.tar.gz
Merge "doc: stm32mp1: Improve OP-TEE related documentation" into integration
Diffstat (limited to 'docs')
-rw-r--r--docs/plat/stm32mp1.rst8
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/plat/stm32mp1.rst b/docs/plat/stm32mp1.rst
index 2c372a6a38..263867c25e 100644
--- a/docs/plat/stm32mp1.rst
+++ b/docs/plat/stm32mp1.rst
@@ -101,7 +101,7 @@ To build TF-A with OP-TEE support for all bootable devices:
cd <optee_directory>
make CROSS_COMPILE=arm-linux-gnueabihf- ARCH=arm PLATFORM=stm32mp1 CFG_EMBED_DTB_SOURCE_FILE=stm32mp157c-ev1.dts
cd <u-boot_directory>
- make stm32mp15_optee_defconfig
+ make stm32mp15_trusted_defconfig
make DEVICE_TREE=stm32mp157c-ev1 all
@@ -121,5 +121,11 @@ It should contain at least those partitions:
Usually, two copies of fsbl are used (fsbl1 and fsbl2) instead of one partition fsbl.
+OP-TEE artifacts go into separate partitions as follows:
+
+- teeh: tee-header_v2.stm32
+- teed: tee-pageable_v2.stm32
+- teex: tee-pager_v2.stm32
+
.. _STM32MP1 Series: https://www.st.com/en/microcontrollers-microprocessors/stm32mp1-series.html