]> Git Repo - J-u-boot.git/commit
ti_armv7_common: env: Add support for loading FIT images
authorLokesh Vutla <[email protected]>
Tue, 29 Nov 2016 06:28:00 +0000 (11:58 +0530)
committerTom Rini <[email protected]>
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 <[email protected]>
Signed-off-by: Lokesh Vutla <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
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
This page took 0.036993 seconds and 4 git commands to generate.