Skip to content

Commit b45cb87

Browse files
etienne-lmsjockebech
authored andcommitted
stm32mp1: promote SCMI config variant for STM32MP15 series
Promote the build directive using the SCMI configuration for STM32MP15 variants since this configuration allows to enable the device secure hardening. Signed-off-by: Etienne Carriere <[email protected]> Reviewed-by: Gatien Chevallier <[email protected]> Reviewed-by: Joakim Bech <[email protected]>
1 parent ba5fa30 commit b45cb87

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

building/devices/stm32mp1.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,14 @@ as listed in table below:
4545
+========================+======================================+
4646
| `STM32MP135F-DK`_ | ``PLATFORM=stm32mp1-135F_DK`` |
4747
+------------------------+--------------------------------------+
48-
| `STM32MP157A-DK1`_ | ``PLATFORM=stm32mp1-157A_DK1`` |
49-
| `STM32MP157D-DK1`_ | |
48+
| `STM32MP157A-DK1`_ | ``PLATFORM=stm32mp1-157A_DK1_SCMI`` |
49+
| `STM32MP157D-DK1`_ | or ``PLATFORM=stm32mp1-157A_DK1`` |
5050
+------------------------+--------------------------------------+
51-
| `STM32MP157C-DK2`_ | ``PLATFORM=stm32mp1-157C_DK2`` |
52-
| `STM32MP157F-DK2`_ | |
51+
| `STM32MP157C-DK2`_ | ``PLATFORM=stm32mp1-157C_DK2_SCMI`` |
52+
| `STM32MP157F-DK2`_ | or ``PLATFORM=stm32mp1-157C_DK2`` |
5353
+------------------------+--------------------------------------+
54-
| `STM32MP157C-EV1`_ | ``PLATFORM=stm32mp1-157C_EV1`` |
55-
| `STM32MP157F-EV1`_ | |
54+
| `STM32MP157C-EV1`_ | ``PLATFORM=stm32mp1-157C_EV1_SCMI`` |
55+
| `STM32MP157F-EV1`_ | or ``PLATFORM=stm32mp1-157C_EV1`` |
5656
+------------------------+--------------------------------------+
5757

5858
When the build completes, generated image file sdcard.img can be found
@@ -68,7 +68,7 @@ A usual short fecth/build/load shell sequence is like the one below:
6868
$ repo sync
6969
$ cd build
7070
$ make toolchains
71-
$ make PLATFORM=stm32mp1-157C_DK2 all
71+
$ make PLATFORM=stm32mp1-157C_DK2_SCMI all
7272
$ dd if=../out/bin/sdcard.img of=/dev/sdX conv=fdatasync status=progress
7373
$ sgdisk -e /dev/sdX
7474

0 commit comments

Comments
 (0)