zynqmp: Generate u-boot.its also with TEE dynamically
authorMichal Simek <michal.simek@xilinx.com>
Mon, 31 May 2021 09:13:45 +0000 (11:13 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 23 Jun 2021 07:48:35 +0000 (09:48 +0200)
commit84c88d6ef2e8d03ed2d90884c9d931383d146852
tree2634d40b23789f291beaedfa1fa6bf91ad821179
parentce39ee28ec31b04c5c4e50d57a852ef8c1b2b26f
zynqmp: Generate u-boot.its also with TEE dynamically

The first change is to trying to find out TF-A load address based on
reading elf file. Expectation is that bl31.bin is in the same folder as
bl31.elf. It brings new flexibility to place TF-A to any address (DDR
included).

And also enable TEE generation also with TEE configuration.
Expecation is the same as above that tee.bin and tee.elf are in the same
folder.

User has to just define link to BL31/BL32 binary files and the rest should
be handled by the script.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/mach-zynqmp/mkimage_fit_atf.sh