diff options
-rw-r--r-- | docs/plat/marvell/armada/build.rst | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/docs/plat/marvell/armada/build.rst b/docs/plat/marvell/armada/build.rst index 29fe4d452..a7181c7c7 100644 --- a/docs/plat/marvell/armada/build.rst +++ b/docs/plat/marvell/armada/build.rst @@ -51,6 +51,18 @@ Install ARM 32-bit cross compiler, which is required for building WTMI image for There are several build options: +- PLAT + + Supported Marvell platforms are: + + - a3700 - A3720 DB, EspressoBin and Turris MOX + - a70x0 + - a70x0_amc - AMC board + - a80x0 + - a80x0_mcbin - MacchiatoBin + - a80x0_puzzle - IEI Puzzle-M801 + - t9130 - CN913x + - DEBUG Default is without debug information (=0). in order to enable it use ``DEBUG=1``. @@ -236,15 +248,6 @@ You can build TF-A for the Globalscale ESPRESSObin-Ultra board (DDR4, 1 GB) by r 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 -------------------- |