]> git.baikalelectronics.ru Git - uboot.git/commit
image: add IH_OS_ARM_TRUSTED_FIRMWARE for ARM Trusted Firmware
authorPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Wed, 13 Sep 2017 19:29:29 +0000 (21:29 +0200)
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Sat, 25 Nov 2017 23:39:06 +0000 (00:39 +0100)
commit322094542d42eca35408b92db7c0ee0e0698d1e1
tree7f382feefa8209ae6515717c3c69aac3378638e0
parent7f881cee5fc09bf808c3591173ddebbf82b19a02
image: add IH_OS_ARM_TRUSTED_FIRMWARE for ARM Trusted Firmware

To boot on ARMv8 systems with ARM Trusted Firmware, we need to
assemble an ATF-specific parameter structure and also provide the
address of the images started by ATF (e.g. BL3-3, which may be the
full U-Boot).

To allow us to identify an ARM Trusted Firmware contained in a FIT
image, this adds the necessary definitions.

Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
common/image.c
include/image.h