From: Nikita Kiryanov <nikita@compulab.co.il>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH V2 0/5] Add support for additional splash screen locations
Date: Sun, 8 Nov 2015 10:27:16 +0200 [thread overview]
Message-ID: <20151108082716.GA17041@skynet> (raw)
In-Reply-To: <1446112484-24787-1-git-send-email-nikita@compulab.co.il>
Ping!
On Thu, Oct 29, 2015 at 11:54:39AM +0200, 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.
>
> Changes in V2:
> - Rebased over current mainline.
> - Added "splashfile" env variable to select splash file name dynamically.
> Also available: default value "splash.bmp"
> - Added documentation for the feature.
> - Refactored device initialization code so that #ifdefs are outside of
> the functions. This affects patches 3 and 4.
>
> Cc: Igor Grinberg <grinberg@compulab.co.il>
> Cc: Tom Rini <trini@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 filesystem 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 | 125 +++++++++++++++++++++++++++++++++++++----
> doc/README.splashprepare | 5 ++
> include/splash.h | 10 ++++
> 5 files changed, 150 insertions(+), 10 deletions(-)
>
> --
> 1.9.1
>
next prev parent reply other threads:[~2015-11-08 8:27 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-29 9:54 [U-Boot] [PATCH V2 0/5] Add support for additional splash screen locations Nikita Kiryanov
2015-10-29 9:54 ` [U-Boot] [PATCH V2 1/5] splash_source: rename *_read() to *_read_raw() Nikita Kiryanov
2015-10-29 9:54 ` [U-Boot] [PATCH V2 2/5] splash_source: add support for filesystem formatted mmc Nikita Kiryanov
2015-10-29 9:54 ` [U-Boot] [PATCH V2 3/5] splash_source: add support for filesystem formatted usb Nikita Kiryanov
2015-10-29 9:54 ` [U-Boot] [PATCH V2 4/5] splash_source: add support for filesystem formatted sata Nikita Kiryanov
2015-10-29 9:54 ` [U-Boot] [PATCH V2 5/5] arm: mx6: cm-fx6: add splash locations to cm-fx6 Nikita Kiryanov
2015-11-08 8:27 ` Nikita Kiryanov [this message]
2015-11-15 8:14 ` [U-Boot] [PATCH V2 0/5] Add support for additional splash screen locations Nikita Kiryanov
2015-11-16 7:58 ` Nikita Kiryanov
2015-11-16 7:59 ` Stefano Babic
2015-11-16 11:03 ` Stefano Babic
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20151108082716.GA17041@skynet \
--to=nikita@compulab.co.il \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.