summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Ma <make@marvell.com>2017-03-17 16:46:39 +0800
committerKostya Porotchkin <kostap@marvell.com>2017-05-03 10:03:49 +0300
commitd2655e63e530798986b72d7ece824f0e8f078018 (patch)
tree100bda09d2ecaabea1f848b185bed2f4f2a39c91
parentb0e493d371d587ad54aa6f36b9b0b39188c02833 (diff)
doc: a3700: add build option of wtmi image
- Update build.txt for the build option - WTMI_IMG. WTMI_IMG can point to a image which does nothing, a image which supports EFUSE or a customized CM3 firmware image. Change-Id: I63304fe39c823d67db39c7ee111972fef063cecd Signed-off-by: Ken Ma <make@marvell.com> Reviewed-on: http://vgitil04.il.marvell.com:8080/39047 Reviewed-by: Hua Jing <jinghua@marvell.com> Tested-by: iSoC Platform CI <ykjenk@marvell.com> Reviewed-by: Kostya Porotchkin <kostap@marvell.com>
-rw-r--r--docs/marvell/build.txt11
1 files changed, 7 insertions, 4 deletions
diff --git a/docs/marvell/build.txt b/docs/marvell/build.txt
index c18c142a..e747edbb 100644
--- a/docs/marvell/build.txt
+++ b/docs/marvell/build.txt
@@ -74,15 +74,18 @@ Build Instructions
Requires full initialization and command sequence
- SATA - SATA device boot
- PARTNUM: For Armada37x0 only, the boot partition number, default is 0. To boot from eMMC, the value
- should be aligned with the parameter in u-boot with name of CONFIG_SYS_MMC_ENV_PART, whose
- value by default is 1.
- For detail about CONFIG_SYS_MMC_ENV_PART, please refer to u-boot build instructions.
+ should be aligned with the parameter in u-boot with name of CONFIG_SYS_MMC_ENV_PART, whose
+ value by default is 1.
+ For detail about CONFIG_SYS_MMC_ENV_PART, please refer to u-boot build instructions.
+ - WTMI_IMG: For Armada37x0 only, the path of the wtmi image, it can point to a image which does
+ nothing, a image which supports EFUSE or a customized CM3 firmware image, default is
+ "tools/wtp/wtmi/build/wtmi.bin" which supports EFUSE.
For example: in order to build the image in debug mode with log level up to 'notice' level run:
# make DEBUG=1 USE_COHERENT_MEM=0 LOG_LEVEL=20 PLAT=<MARVELL_PLATFORM> all fip
- And if we want to build a Armada37x0 image in debug mode with log level up to 'notice' level run,
+ And if we want to build a Armada37x0 image in debug mode with log level up to 'notice' level,
the image has the preset CPU at 1000 MHz, preset DDR3 at 800 MHz, the DDR topology of DDR3 2CS,
the image boot from SPI NOR flash partition 0, and the image is non trusted in wtp, the command
line is as following: