aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorSoby Mathew <soby.mathew@arm.com>2018-10-04 14:31:58 +0100
committerGitHub <noreply@github.com>2018-10-04 14:31:58 +0100
commit3989a81930c72d19f660262ec7f280b2bbd6f111 (patch)
treeae27b526e0f08e9e4f42ea8a5e1f0ddc0fec29b9 /docs
parent7e0a38a4d8d7db12eea0cf33f63920acc3bdb2e2 (diff)
parentc0f73edc9b04023a24a1e2103b442a94297921a7 (diff)
downloadplatform_external_arm-trusted-firmware-3989a81930c72d19f660262ec7f280b2bbd6f111.tar.gz
platform_external_arm-trusted-firmware-3989a81930c72d19f660262ec7f280b2bbd6f111.tar.bz2
platform_external_arm-trusted-firmware-3989a81930c72d19f660262ec7f280b2bbd6f111.zip
Merge pull request #1609 from MISL-EBU-System-SW/integration-ble
plat/marvell: Move BLE into the platform tree, minor fix in tools.
Diffstat (limited to 'docs')
-rw-r--r--docs/marvell/build.txt13
1 files changed, 4 insertions, 9 deletions
diff --git a/docs/marvell/build.txt b/docs/marvell/build.txt
index b354ab6ab..8a669c100 100644
--- a/docs/marvell/build.txt
+++ b/docs/marvell/build.txt
@@ -63,8 +63,7 @@ Build Instructions
- BLE_PATH:
Points to BLE (Binary ROM extension) sources folder. Only required for A8K builds.
- The parameter is optional, its default value is "ble".
- For the BLE source location, check the section "Tools and external components installation"
+ The parameter is optional, its default value is "plat/marvell/a8k/common/ble".
- MV_DDR_PATH:
For A7/8K, use this parameter to point to mv_ddr driver sources to allow BLE build. For A37x0,
@@ -138,7 +137,7 @@ Special Build Flags
--------------------
- PLAT_RECOVERY_IMAGE_ENABLE: When set this option to enable secondary recovery function when build
atf. In order to build UART recovery image this operation should be disabled for a70x0 and a80x0
- because of hardware limitation (boot from secondary image can interrupt UART recovery process).
+ because of hardware limitation (boot from secondary image can interrupt UART recovery process).
This MACRO definition is set in plat/marvell/a8k/common/include/platform_def.h file
(for more information about build options, please refer to section 'Summary of build options' in TF-A user-guide:
@@ -184,14 +183,10 @@ Armada37x0 Builds require installation of 3 components
(3) Armada3700 tools available at the following repository (use the latest release branch)::
https://github.com/MarvellEmbeddedProcessors/A3700-utils-marvell.git
-Armada70x0 and Armada80x0 Builds require installation of 2 components
----------------------------------------------------------------------
+Armada70x0 and Armada80x0 Builds require installation of an additional component
+--------------------------------------------------------------------------------
(1) DDR initialization library sources (mv_ddr) available at the following repository
(use the "mv_ddr-armada-atf-mainline" branch)::
https://github.com/MarvellEmbeddedProcessors/mv-ddr-marvell.git
-(2) BLE sources available at the following repository (use the "atf-mainline" branch)::
- https://github.com/MarvellEmbeddedProcessors/ble-marvell.git
-
-