aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRobert Marko <robert.marko@sartura.hr>2021-10-11 16:25:49 +0200
committerRobert Marko <robert.marko@sartura.hr>2021-10-11 16:26:02 +0200
commit0a6e2147e7ac3ead068853f1258f31a15670ac99 (patch)
tree21f0508d7b7c129c7cb68650fd7f41ffba77686b /docs
parentfcfecdaf2ed47ad56e95598701f29f183655bb98 (diff)
downloadarm-trusted-firmware-0a6e2147e7ac3ead068853f1258f31a15670ac99.tar.gz
plat/marvell/a8k: add Globalscale Mochabin support
Add support for Globalscale MOCHAbin board. Its based on Armada 7040 SoC and ships in multiple DRAM options: * 2GB DDR4 (1CS) * 4GB DDR4 (1CS) * 8GB DDR4 (2CS) Since it ships in multiple DRAM configurations, an Armada 3k style DDR_TOPOLOGY variable is added. Currently, this only has effect on the MOCHAbin, but I expect more boards with multiple DRAM sizes to be supported. Signed-off-by: Robert Marko <robert.marko@sartura.hr> Change-Id: I8a1ec9268fed34f6a81c5cbf1e891f638d461305
Diffstat (limited to 'docs')
-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 b12514469..6872f56a1 100644
--- a/docs/plat/marvell/armada/build.rst
+++ b/docs/plat/marvell/armada/build.rst
@@ -58,6 +58,7 @@ There are several build options:
- a3700 - A3720 DB, EspressoBin and Turris MOX
- a70x0
- a70x0_amc - AMC board
+ - a70x0_mochabin - Globalscale MOCHAbin
- a80x0
- a80x0_mcbin - MacchiatoBin
- a80x0_puzzle - IEI Puzzle-M801
@@ -150,6 +151,16 @@ A7K/8K/CN913x specific build options:
Specify path to the MSS fimware image binary which will run on Cortex-M3 coprocessor.
It is available in Marvell binaries-marvell git repository. Required when ``MSS_SUPPORT=1``.
+Globalscale MOCHAbin specific build options:
+
+- DDR_TOPOLOGY
+
+ The DDR topology map index/name, default is 0.
+
+ Supported Options:
+ - 0 - DDR4 1CS 2GB
+ - 1 - DDR4 1CS 4GB
+ - 2 - DDR4 2CS 8GB
Armada37x0 specific build options: