public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/5] Add support for additional splash screen locations
@ 2015-08-30  8:42 Nikita Kiryanov
  2015-08-30  8:42 ` [U-Boot] [PATCH 1/5] splash_source: rename *_read() to *_read_raw() Nikita Kiryanov
                   ` (7 more replies)
  0 siblings, 8 replies; 17+ messages in thread
From: Nikita Kiryanov @ 2015-08-30  8:42 UTC (permalink / raw)
  To: u-boot

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@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 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

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2015-10-26 12:00 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-30  8:42 [U-Boot] [PATCH 0/5] Add support for additional splash screen locations Nikita Kiryanov
2015-08-30  8:42 ` [U-Boot] [PATCH 1/5] splash_source: rename *_read() to *_read_raw() Nikita Kiryanov
2015-10-21 12:14   ` Igor Grinberg
2015-08-30  8:42 ` [U-Boot] [PATCH 2/5] splash_source: add support for filesystem formatted mmc Nikita Kiryanov
2015-10-21 12:25   ` Igor Grinberg
2015-10-23 10:51     ` Nikita Kiryanov
2015-08-30  8:42 ` [U-Boot] [PATCH 3/5] splash_source: add support for filesystem formatted usb Nikita Kiryanov
2015-10-21 13:01   ` Igor Grinberg
2015-10-23 10:23     ` Nikita Kiryanov
2015-10-23 13:12       ` Igor Grinberg
2015-10-26 12:00         ` Nikita Kiryanov
2015-08-30  8:42 ` [U-Boot] [PATCH 4/5] splash_source: add support for fileystem formatted sata Nikita Kiryanov
2015-08-30  8:42 ` [U-Boot] [PATCH 5/5] arm: mx6: cm-fx6: add splash locations to cm-fx6 Nikita Kiryanov
2015-10-21 12:30   ` Igor Grinberg
2015-08-30  9:42 ` [U-Boot] [PATCH 0/5] Add support for additional splash screen locations Nikita Kiryanov
2015-09-21 16:11 ` Nikita Kiryanov
2015-10-21 11:52 ` Nikita Kiryanov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox