packages/boot: add arm-trusted-firmware-mvebu and initial uDPU support
authorVladimir Vid <vladimir.vid@sartura.hr>
Fri, 25 Oct 2019 15:24:38 +0000 (17:24 +0200)
committerLuka Perkov <luka.perkov@sartura.hr>
Thu, 21 Nov 2019 06:32:09 +0000 (07:32 +0100)
commit52459ebf773d6eca1dbf53ab4dbde8c81a3addf0
tree22a29025263072e8c8dde42261828a1817e8ad38
parent3cee6f3f242c8f3529824213bef2bb91141177ad
packages/boot: add arm-trusted-firmware-mvebu and initial uDPU support

ATF mvebu is required for building a functional bootloader for A7K/A8K and
A37xx platforms. uDPU device is added as the first target.

A3700 platform has a wide range of settings which can be used per device, so
options are defined under the Device sections.

Platform also required WTP (recovery) tools and mv-ddr package for the DDR
topology configuration. 32-bit cross compiler is used for building the WTMI
image.

After the build, flash-image.bin can be used with the bubt command from the
u-boot shell to flash the new version of u-boot.

Signed-off-by: Vladimir Vid <vladimir.vid@sartura.hr>
package/boot/arm-trusted-firmware-mvebu/Makefile [new file with mode: 0644]