]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitd0b98a0980afe34597f5693276fa5486f3326615
tree2634d40b23789f291beaedfa1fa6bf91ad821179
parent043ef21b4b64870ccc69cd43fe8810c4599a5b9c
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