]> git.ipfire.org Git - people/ms/u-boot.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)
commit1e93cc8473e4fe018aececc8ed3bf8fc2b3ff561
tree8bbca72f5ead00d6436a2ff60e857e8504b09783
parent2a77788439ab08409d449fe08419f3a0e3709a3a
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