Lines Matching refs:path
12 > export CROSS_COMPILE=/path/to/toolchain/aarch64-linux-gnu-
14 (2) Set path for FIP images:
16 Set U-Boot image path (relatively to TF-A root or absolute path)
20 > export BL33=path/to/u-boot.bin
29 Set MSS/SCP image path (mandatory only for A7K/8K/CN913x when MSS_SUPPORT=1)
33 > export SCP_BL2=path/to/mrvl_scp_bl2*.img
115 Specify path to the full checkout of Marvell mv-ddr-marvell git
145 When enabled it is required to specify path to the MSS firmware image via ``SCP_BL2``
152 Specify path to the MSS fimware image binary which will run on Cortex-M3 coprocessor.
275 The path of the binary can point to an image which
298 Specify path to the full checkout of Marvell A3700-utils-marvell git
350 MV_DDR_PATH=/path/to/mv-ddr-marvell/ WTP=/path/to/A3700-utils-marvell/ \
351 CRYPTOPP_PATH=/path/to/cryptopp/ BL33=/path/to/u-boot.bin \
358 > make USE_COHERENT_MEM=0 PLAT=a3700 CM3_SYSTEM_RESET=1 BL33=/path/to/u-boot.bin \