[U-Boot] [PATCH 0/5] Add support for additional splash screen locations

Nikita Kiryanov nikita at compulab.co.il
Mon Sep 21 18:11:30 CEST 2015


Gentle ping.

On Sun, Aug 30, 2015 at 11:42:31AM +0300, Nikita Kiryanov wrote:
> This series adds the following functionality to the splash_source library:
> - load splash image from filesystem formatted usb storage
> - load splash image from filesystem formatted mmc storage
> - load splash image from filesystem formatted sata storage
> 
> Finally, use the new features on cm-fx6.
> 
> Cc: Igor Grinberg <grinberg at compulab.co.il>
> Cc: Tom Rini <trini at konsulko.com>
> 
> Nikita Kiryanov (5):
>   splash_source: rename *_read() to *_read_raw()
>   splash_source: add support for filesystem formatted mmc
>   splash_source: add support for filesystem formatted usb
>   splash_source: add support for fileystem formatted sata
>   arm: mx6: cm-fx6: add splash locations to cm-fx6
> 
>  board/compulab/cm_fx6/cm_fx6.c | 19 +++++++++
>  board/compulab/cm_t35/cm_t35.c |  1 +
>  common/splash_source.c         | 89 +++++++++++++++++++++++++++++++++++++-----
>  include/splash.h               | 10 +++++
>  4 files changed, 109 insertions(+), 10 deletions(-)
> 
> -- 
> 1.9.1
> 


More information about the U-Boot mailing list