]> git.baikalelectronics.ru Git - uboot.git/commit
ti_armv7_common: env: Add support for loading FIT images
authorLokesh Vutla <lokeshvutla@ti.com>
Tue, 29 Nov 2016 06:28:00 +0000 (11:58 +0530)
committerTom Rini <trini@konsulko.com>
Sat, 3 Dec 2016 18:21:08 +0000 (13:21 -0500)
commit8d381a6d10ce76a135d1ff312a515c4b84f0d33b
tree8bbca72f5ead00d6436a2ff60e857e8504b09783
parentf9989292486f301e357ab7a3d3afbbe807fc3e64
ti_armv7_common: env: Add support for loading FIT images

FIT is a new image format which is a Tree like structure and gives more
flexibility in handling of various images. Mainly used for unification of
multiple images in a single blob and provide security information for each
image.

U-Boot already has support for loading such images, so adding the environment
support to load FIT image on all TI platforms.

Reviewed-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
include/configs/am335x_evm.h
include/configs/am43xx_evm.h
include/configs/ti_armv7_common.h
include/configs/ti_omap4_common.h
include/configs/ti_omap5_common.h