From 21b6260ec8d83fc9dbbfca22ef3addcf2018da9f Mon Sep 17 00:00:00 2001 From: Yann Gautier Date: Wed, 29 Mar 2023 17:36:11 +0200 Subject: [PATCH] feat(docs): add STM32MP2 docs links Add links to official STMicroelectronics documentation (STM32MP2 series presentation and wiki). Signed-off-by: Yann Gautier Change-Id: I2fca0da56bc6064c222df34493921dff3e119a22 --- docs/plat/st/stm32mp2.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/plat/st/stm32mp2.rst b/docs/plat/st/stm32mp2.rst index 6bd1af728..5d4ab4e25 100644 --- a/docs/plat/st/stm32mp2.rst +++ b/docs/plat/st/stm32mp2.rst @@ -4,6 +4,8 @@ STM32MP2 STM32MP2 is a microprocessor designed by STMicroelectronics based on Arm Cortex-A35. +More information can be found on `STM32MP2 Series`_ page. + For TF-A common configuration of STM32 MPUs, please check :ref:`STM32 MPUs` page. @@ -24,6 +26,8 @@ Each line comes with a security option (cryptography & secure boot) and a Cortex - D Basic + Cortex-A35 @ 1.5GHz - F Secure Boot + HW Crypto + Cortex-A35 @ 1.5GHz +The `STM32MP2 part number codification`_ page gives more information about part numbers. + Memory mapping -------------- @@ -130,4 +134,7 @@ ___ BL32_EXTRA1=/tee-pager_v2.bin fip +.. _STM32MP2 Series: https://www.st.com/en/microcontrollers-microprocessors/stm32mp2-series.html +.. _STM32MP2 part number codification: https://wiki.st.com/stm32mpu/wiki/STM32MP25_microprocessor#Part_number_codification + *Copyright (c) 2023-2024, STMicroelectronics - All Rights Reserved*