Lines Matching refs:image

16 Set U-Boot image path (relatively to TF-A root or absolute path)
29 Set MSS/SCP image path (mandatory only for A7K/A8K/CN913x when MSS_SUPPORT=1)
38 Install ARM 32-bit cross compiler, which is required for building WTMI image for CM3
106 Build trusted(=1)/non trusted(=0) image, default is non trusted.
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
276 does nothing, an image which supports EFUSE or a customized CM3 firmware
277 binary. The default image is ``fuse.bin`` that built from sources in WTP
278 folder, which is the next option. If the default image is OK, then this
281 Please note that this is not a full WTMI image, just a main loop without
282 hardware initialization code. Final WTMI image is built from this WTMI_IMG
290 ``fuse.bin`` image does not have.
313 is required for building WTP image tool. Either CRYPTOPP_PATH or
335 For example, in order to build the image in debug mode with log level up to 'notice' level run
341 And if we want to build a Armada37x0 image in debug mode with log level up to 'notice' level,
342 the image has the preset CPU at 1000 MHz, preset DDR3 at 800 MHz, the DDR topology of DDR4 2CS,
343 the image boot from SPI NOR flash partition 0, and the image is non trusted in WTP, the command
354 To build just TF-A without WTMI image (useful for A3720 Turris MOX board), run following command:
361 Here is full example how to build production release of Marvell firmware image (concatenated
382 Produced Marvell firmware flash image: ``trusted-firmware-a/build/a3700/release/flash-image.bin``
389 In order to build UART recovery image this operation should be disabled for
390 A7K/A8K/CN913x because of hardware limitation (boot from secondary image
406 - ble.bin - BLe image (not available for Armada37x0)
407 - bl1.bin - BL1 image
408 - bl2.bin - BL2 image
409 - bl31.bin - BL31 image
410 - fip.bin - FIP image (contains BL2, BL31 & BL33 (U-Boot) images)
411 - boot-image.bin - TF-A image (contains BL1 and FIP images)
412 - flash-image.bin - Flashable Marvell firmware image. For Armada37x0 it
413 contains TIM, WTMI and boot-image.bin images. For other platforms it contains
414 BLe and boot-image.bin images. Should be placed on the boot flash/device.
419 Additional make target ``mrvl_bootimage`` produce ``boot-image.bin`` file. Target
420 ``mrvl_flash`` produce final ``flash-image.bin`` file and target ``mrvl_uart``