Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
d7439276
Commit
d7439276
authored
Feb 19, 2021
by
Madhukar Pappireddy
Committed by
TrustedFirmware Code Review
Feb 19, 2021
Browse files
Merge "docs: stm32mp1: correct formatting issues" into integration
parents
5fc34d6a
f1127926
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/plat/stm32mp1.rst
View file @
d7439276
...
@@ -95,6 +95,7 @@ Build Instructions
...
@@ -95,6 +95,7 @@ Build Instructions
------------------
------------------
Boot media(s) supported by BL2 must be specified in the build command.
Boot media(s) supported by BL2 must be specified in the build command.
Available storage medias are:
Available storage medias are:
- ``STM32MP_SDMMC``
- ``STM32MP_SDMMC``
- ``STM32MP_EMMC``
- ``STM32MP_EMMC``
- ``STM32MP_RAW_NAND``
- ``STM32MP_RAW_NAND``
...
@@ -112,6 +113,7 @@ To build with SP_min and support for all bootable devices:
...
@@ -112,6 +113,7 @@ To build with SP_min and support for all bootable devices:
make DEVICE_TREE=stm32mp157c-ev1 all
make DEVICE_TREE=stm32mp157c-ev1 all
To build TF-A with OP-TEE support for all bootable devices:
To build TF-A with OP-TEE support for all bootable devices:
.. code:: bash
.. code:: bash
make CROSS_COMPILE=arm-linux-gnueabihf- PLAT=stm32mp1 ARCH=aarch32 ARM_ARCH_MAJOR=7 AARCH32_SP=optee STM32MP_SDMMC=1 STM32MP_EMMC=1 STM32MP_RAW_NAND=1 STM32MP_SPI_NAND=1 STM32MP_SPI_NOR=1 DTB_FILE_NAME=stm32mp157c-ev1.dtb
make CROSS_COMPILE=arm-linux-gnueabihf- PLAT=stm32mp1 ARCH=aarch32 ARM_ARCH_MAJOR=7 AARCH32_SP=optee STM32MP_SDMMC=1 STM32MP_EMMC=1 STM32MP_RAW_NAND=1 STM32MP_SPI_NAND=1 STM32MP_SPI_NOR=1 DTB_FILE_NAME=stm32mp157c-ev1.dtb
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment