mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-30 15:49:34 +00:00
docs: marvell: Move Supported Marvell platforms to PLAT build option
Reformat list of boards, remove unsupported OcteonTX2 and mention supported Turris MOX board. Signed-off-by: Pali Rohár <pali@kernel.org> Change-Id: I22cea7f77fd078554c7f0ed4108781626209e563
This commit is contained in:
parent
9192f34e65
commit
24e6e10b99
1 changed files with 12 additions and 9 deletions
|
@ -51,6 +51,18 @@ Install ARM 32-bit cross compiler, which is required for building WTMI image for
|
||||||
|
|
||||||
There are several build options:
|
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
|
- DEBUG
|
||||||
|
|
||||||
Default is without debug information (=0). in order to enable it use ``DEBUG=1``.
|
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 \
|
CRYPTOPP_PATH=/path/to/cryptopp/ BL33=/path/to/u-boot.bin \
|
||||||
all fip mrvl_bootimage mrvl_flash
|
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
|
Special Build Flags
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue