]> git.ipfire.org Git - thirdparty/u-boot.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>
Tue, 24 Aug 2021 13:57:59 +0000 (15:57 +0200)
commitc1cf303d602cc7083bef62c30ec50a91c13c0eac
tree48c1f6103a2cceead8ac78281e68cbde4681e6f8
parent0c47b9686e096179df0b06a5bbb5881990e29546
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