diff options
author | Pali Rohár <pali@kernel.org> | 2021-01-26 10:44:07 +0100 |
---|---|---|
committer | Pali Rohár <pali@kernel.org> | 2021-01-28 14:21:23 +0100 |
commit | 494be3ee0efbca70f4218d7eeb9af7225c9c1d58 (patch) | |
tree | 3bc18903c2b02c42d73155d7eebb35ece52f2cce /docs | |
parent | edb4a8a29430772bc9db25e6cb5f9386b42b1162 (diff) | |
download | platform_external_arm-trusted-firmware-494be3ee0efbca70f4218d7eeb9af7225c9c1d58.tar.gz platform_external_arm-trusted-firmware-494be3ee0efbca70f4218d7eeb9af7225c9c1d58.tar.bz2 platform_external_arm-trusted-firmware-494be3ee0efbca70f4218d7eeb9af7225c9c1d58.zip |
docs: marvell: Update info about WTP and MV_DDR_PATH parameters
Signed-off-by: Pali Rohár <pali@kernel.org>
Change-Id: Id5e36b7ba3a840cb3598c580e806b52d8e8dd70f
Diffstat (limited to 'docs')
-rw-r--r-- | docs/plat/marvell/armada/build.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/plat/marvell/armada/build.rst b/docs/plat/marvell/armada/build.rst index 5135831f3..4995bb57e 100644 --- a/docs/plat/marvell/armada/build.rst +++ b/docs/plat/marvell/armada/build.rst @@ -123,6 +123,9 @@ There are several build options: For the mv_ddr source location, check the section "Tools and external components installation" + If MV_DDR_PATH source code is a git snapshot then provide path to the full git + repository (including .git subdir) because mv_ddr build process calls git commands. + - CP_NUM Total amount of CPs (South Bridge) connected to AP. When the parameter is omitted, @@ -194,6 +197,9 @@ There are several build options: directory, which can be found as a3700_utils.zip in the release. Usage example: ``WTP=/path/to/a3700_utils`` + If WTP source code is a git snapshot then provide path to the full git + repository (including .git subdir) because WTP build process calls git commands. + - CRYPTOPP_PATH For Armada37x0 only, use this parameter tp point to Crypto++ source code |