boot/uboot: add support for bundling ATF BL31 in ELF format into U-Boot
authorMichał Łyszczek <michal.lyszczek@bofc.pl>
Sun, 11 Nov 2018 21:39:42 +0000 (22:39 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Wed, 6 Feb 2019 15:51:23 +0000 (16:51 +0100)
commitcab8bd3b46badb11e734e64747aee848c2b4282d
tree8b4388fb47d69fee6b41949bbd8677c7f7312fe6
parentf6a6eca432f676a452b4e76d3b85301889c05817
boot/uboot: add support for bundling ATF BL31 in ELF format into U-Boot

Rockchip's rk3328 encapsulates the BL31 part of ATP but it needs
image in ELF format. This is extension to
2c4809e6088660dc71de9de8cee0bba312aafbe4

This commit introduces a BR2_TARGET_UBOOT_NEEDS_ATF_BL31_ELF variable
to achieve this.

Signed-off-by: Michał Łyszczek <michal.lyszczek@bofc.pl>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
boot/arm-trusted-firmware/arm-trusted-firmware.mk
boot/uboot/Config.in
boot/uboot/uboot.mk