You need to sign in or sign up before continuing.
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>
Showing
- include/configs/am335x_evm.h 4 additions, 0 deletionsinclude/configs/am335x_evm.h
- include/configs/am43xx_evm.h 4 additions, 0 deletionsinclude/configs/am43xx_evm.h
- include/configs/ti_armv7_common.h 14 additions, 1 deletioninclude/configs/ti_armv7_common.h
- include/configs/ti_omap4_common.h 4 additions, 0 deletionsinclude/configs/ti_omap4_common.h
- include/configs/ti_omap5_common.h 4 additions, 0 deletionsinclude/configs/ti_omap5_common.h
Loading