[U-Boot] [PATCH v4 2/2] splash: add support for loading splash from a FIT image

Simon Glass sjg at chromium.org
Wed Dec 7 04:47:12 CET 2016


On 5 December 2016 at 02:36, Tomas Melin <tomas.melin at vaisala.com> wrote:
> Enable support for loading a splash image from within a FIT image.
> The image is assumed to be generated with mkimage -E flag to hold
> the data external to the FIT.
>
> Signed-off-by: Tomas Melin <tomas.melin at vaisala.com>
> ---
>
> Changes in v4:
> - Added missing changelog
>
> Changes in v3:
> - Add documentation to README.splashprepare
> - Change printf() to debug()
> - Coding style fixes
>
> Changes in v2:
> - Add helper functions to image-fit.c for getting required FIT data fields
> - Add comments
>
>  common/image-fit.c       | 48 ++++++++++++++++++++++++++++++++
>  common/splash_source.c   | 71 ++++++++++++++++++++++++++++++++++++++++++++++++
>  doc/README.splashprepare | 15 ++++++----
>  include/image.h          |  4 +++
>  include/splash.h         |  5 ++--
>  5 files changed, 136 insertions(+), 7 deletions(-)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list