]> git.baikalelectronics.ru Git - uboot.git/commit
rockchip: make_fit_atf.py: allow inclusion of a tee binary
authorHeiko Stuebner <heiko@sntech.de>
Sun, 6 Oct 2019 18:10:21 +0000 (20:10 +0200)
committerKever Yang <kever.yang@rock-chips.com>
Sun, 10 Nov 2019 12:40:20 +0000 (20:40 +0800)
commit4ddce7445ebe09f1e527882c4813515110bf6f58
tree0fca6f7ab07a45d9cb881f7b6efadb384cdc67f2
parent5a3af6926a5985c6abddf5417f02d7d625080ec4
rockchip: make_fit_atf.py: allow inclusion of a tee binary

A trusted execution environment should also get loaded as loadable from
a fit image, so add the possibility to present a tee.elf to make_fit_atf.py
that then gets included as additional loadable into the generated its.

For ease of integration the additional loadable is created as atf_(x+1)
after all others to re-use core generation loops.

Tested against the combinations of 1-part-atf and multi-part-atf each
time with and without a tee binary present.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
arch/arm/mach-rockchip/make_fit_atf.py