From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Fri, 13 Jan 2017 17:41:18 +0100 Subject: [U-Boot] [PATCH v5 2/2] splash: add support for loading splash from a FIT image In-Reply-To: <1484306414-62638-2-git-send-email-tomas.melin@vaisala.com> References: <1484306414-62638-1-git-send-email-tomas.melin@vaisala.com> <1484306414-62638-2-git-send-email-tomas.melin@vaisala.com> Message-ID: <20170113174118.200ecd89@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, 13 Jan 2017 13:20:14 +0200 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 > --- > > Changes in v5: > - Change two debug() statements to use printf(), update printed error msg > > 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 | 72 +++++++++++++++++++++++++++++++++++++++++++++++- > doc/README.splashprepare | 15 ++++++---- > include/image.h | 4 +++ > include/splash.h | 5 ++-- > 5 files changed, 136 insertions(+), 8 deletions(-) applied to u-boot-video/master. Thanks! -- Anatolij