Skip to content

Commit

Permalink
platform: enumerate the few stm32mp1 supported boards
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
etienne-lms authored and jbech-linaro committed Oct 14, 2024
1 parent 59e970a commit fe0ecc8
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions general/platforms.rst
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,23 @@ please refer to the file MAINTAINERS_ for contact details for various platforms.
- No
- Yes

* - `STMicroelectronics STM32MP1 series <http://www.st.com/stm32mp1>`_
- ``PLATFORM=stm32mp1``
* - `STMicroelectronics STM32MP157A-DK1 STM32MP157D-DK1 <https://www.st.com/en/evaluation-tools/stm32mp157d-dk1.html>`_
- ``PLATFORM=stm32mp1-157A_DK1`` or ``PLATFORM=stm32mp1-157A_DK1_SCMI``
- Yes
- Yes

* - `STMicroelectronics STM32MP157C-DK2 STM32MP157F-DK2 <https://www.st.com/en/evaluation-tools/stm32mp157f-dk2.html>`_
- ``PLATFORM=stm32mp1-157C_DK2`` or ``PLATFORM=stm32mp1-157C_DK2_SCMI``
- Yes
- Yes

* - `STMicroelectronics STM32MP157C-EV1 STM32MP157F-EV1 <https://www.st.com/en/evaluation-tools/stm32mp157f-ev1.html>`_
- ``PLATFORM=stm32mp1-157C_EV1`` or ``PLATFORM=stm32mp1-157C_EV1_SCMI``
- Yes
- Yes

* - `STMicroelectronics STM32MP135F-DK <https://www.st.com/en/evaluation-tools/stm32mp135f-dk.html>`_
- ``PLATFORM=stm32mp1-135F_DK``
- Yes
- Yes

Expand Down

0 comments on commit fe0ecc8

Please sign in to comment.