Skip to content

Commit fe0ecc8

Browse files
etienne-lmsjockebech
authored andcommitted
platform: enumerate the few stm32mp1 supported boards
Replace the single STM32MP1 series references in supported platforms with a more detailed enumeration. Signed-off-by: Etienne Carriere <[email protected]> Reviewed-by: Gatien Chevallier <[email protected]> Reviewed-by: Joakim Bech <[email protected]>
1 parent 59e970a commit fe0ecc8

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

general/platforms.rst

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,8 +243,23 @@ please refer to the file MAINTAINERS_ for contact details for various platforms.
243243
- No
244244
- Yes
245245

246-
* - `STMicroelectronics STM32MP1 series <http://www.st.com/stm32mp1>`_
247-
- ``PLATFORM=stm32mp1``
246+
* - `STMicroelectronics STM32MP157A-DK1 STM32MP157D-DK1 <https://www.st.com/en/evaluation-tools/stm32mp157d-dk1.html>`_
247+
- ``PLATFORM=stm32mp1-157A_DK1`` or ``PLATFORM=stm32mp1-157A_DK1_SCMI``
248+
- Yes
249+
- Yes
250+
251+
* - `STMicroelectronics STM32MP157C-DK2 STM32MP157F-DK2 <https://www.st.com/en/evaluation-tools/stm32mp157f-dk2.html>`_
252+
- ``PLATFORM=stm32mp1-157C_DK2`` or ``PLATFORM=stm32mp1-157C_DK2_SCMI``
253+
- Yes
254+
- Yes
255+
256+
* - `STMicroelectronics STM32MP157C-EV1 STM32MP157F-EV1 <https://www.st.com/en/evaluation-tools/stm32mp157f-ev1.html>`_
257+
- ``PLATFORM=stm32mp1-157C_EV1`` or ``PLATFORM=stm32mp1-157C_EV1_SCMI``
258+
- Yes
259+
- Yes
260+
261+
* - `STMicroelectronics STM32MP135F-DK <https://www.st.com/en/evaluation-tools/stm32mp135f-dk.html>`_
262+
- ``PLATFORM=stm32mp1-135F_DK``
248263
- Yes
249264
- Yes
250265

0 commit comments

Comments
 (0)