aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMadhukar Pappireddy <madhukar.pappireddy@arm.com>2021-01-24 18:15:43 +0000
committerTrustedFirmware Code Review <review@review.trustedfirmware.org>2021-01-24 18:15:43 +0000
commit49e4a5fcadfe6e7f00a875c5241677bef2174b49 (patch)
tree70cde51d040f45b284d333fe8bcaac0d352e0496
parentd4d55f99a10afd8b1ffd9ab6a6ca0d0f1b455d60 (diff)
parentd0b367b77a67b14922a0139ea1b6ecd620995cb4 (diff)
downloadarm-trusted-firmware-49e4a5fcadfe6e7f00a875c5241677bef2174b49.tar.gz
Merge "docs: marvell: armada: Update MARVELL_PLATFORM list and build instructions" into integration
-rw-r--r--docs/plat/marvell/armada/build.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/plat/marvell/armada/build.rst b/docs/plat/marvell/armada/build.rst
index 2c2bd680c..29fe4d452 100644
--- a/docs/plat/marvell/armada/build.rst
+++ b/docs/plat/marvell/armada/build.rst
@@ -226,12 +226,23 @@ To build just TF-A without WTMI image (useful for A3720 Turris MOX board), run f
> make USE_COHERENT_MEM=0 PLAT=a3700 CM3_SYSTEM_RESET=1 BL33=/path/to/u-boot.bin \
CROSS_COMPILE=aarch64-linux-gnu- mrvl_bootimage
+You can build TF-A for the Globalscale ESPRESSObin-Ultra board (DDR4, 1 GB) by running the following command:
+
+.. code:: shell
+
+ > make DEBUG=1 USE_COHERENT_MEM=0 LOG_LEVEL=20 CLOCKSPRESET=CPU_1200_DDR_750 \
+ MARVELL_SECURE_BOOT=0 DDR_TOPOLOGY=5 BOOTDEV=SPINOR PARTNUM=0 PLAT=a3700 \
+ MV_DDR_PATH=/path/to/mv-ddr-marvell/ WTP=/path/to/A3700-utils-marvell/ \
+ CRYPTOPP_PATH=/path/to/cryptopp/ BL33=/path/to/u-boot.bin \
+ all fip mrvl_bootimage mrvl_flash
+
Supported MARVELL_PLATFORM are:
- a3700 (for both A3720 DB and EspressoBin)
- a70x0
- a70x0_amc (for AMC board)
- a80x0
- a80x0_mcbin (for MacchiatoBin)
+ - a80x0_puzzle (for IEI Puzzle-M801)
- t9130 (OcteonTX2 CN913x)
Special Build Flags