public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/3 v2] video: lcd: splash screen prepare changes
@ 2013-06-17 18:31 Robert Winkler
  2013-06-17 18:31 ` [U-Boot] [PATCH 1/3 v2] video: lcd: Add CONFIG_SPLASH_SCREEN_PREPARE support to CONFIG_VIDEO Robert Winkler
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Robert Winkler @ 2013-06-17 18:31 UTC (permalink / raw)
  To: u-boot

The first 2 patches are the result of discussion in these threads:
http://lists.denx.de/pipermail/u-boot/2013-May/155463.html
http://lists.denx.de/pipermail/u-boot/2013-June/155630.html
http://lists.denx.de/pipermail/u-boot/2013-June/155632.html

The upshot is, move splash_screen_prepare to a common location
so it can be used in cfb_console.c and (possibly) make it weak.

The first patch can be accepted without the last two.  The third
patch is a fix for cm_t35 that's only necessary if we make it weak. 

Robert Winkler (3):
  video: lcd: Add CONFIG_SPLASH_SCREEN_PREPARE support to CONFIG_VIDEO
  video: lcd: Make splash_screen_prepare weak, remove config macro
  omap: cm_t35: Fix cm_t35 for weak splash_screen_prepare

 README                         |  8 --------
 board/compulab/cm_t35/cm_t35.c |  2 +-
 common/Makefile                |  1 +
 common/lcd.c                   | 16 +++-------------
 common/splash.c                | 31 +++++++++++++++++++++++++++++++
 doc/README.splashprepare       |  8 ++++++++
 drivers/video/cfb_console.c    |  5 +++--
 include/configs/cm_t35.h       |  1 -
 include/lcd.h                  |  1 -
 include/splash.h               | 29 +++++++++++++++++++++++++++++
 10 files changed, 76 insertions(+), 26 deletions(-)
 create mode 100644 common/splash.c
 create mode 100644 doc/README.splashprepare
 create mode 100644 include/splash.h

-- 
1.8.3

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

end of thread, other threads:[~2013-07-01 19:57 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-17 18:31 [U-Boot] [PATCH 0/3 v2] video: lcd: splash screen prepare changes Robert Winkler
2013-06-17 18:31 ` [U-Boot] [PATCH 1/3 v2] video: lcd: Add CONFIG_SPLASH_SCREEN_PREPARE support to CONFIG_VIDEO Robert Winkler
2013-06-18  6:23   ` Igor Grinberg
2013-06-17 18:31 ` [U-Boot] [PATCH 2/3] video: lcd: Make splash_screen_prepare weak, remove config macro Robert Winkler
2013-06-18  6:24   ` Igor Grinberg
2013-06-17 18:31 ` [U-Boot] [PATCH 3/3] omap: cm_t35: Fix cm_t35 for weak splash_screen_prepare Robert Winkler
2013-06-18  6:26   ` Igor Grinberg
2013-06-18 16:28     ` Robert Winkler
2013-06-19  5:38       ` Igor Grinberg
2013-06-26 23:00 ` [U-Boot] [PATCH 0/3 v2] video: lcd: splash screen prepare changes Robert Winkler
2013-07-01 19:57   ` Anatolij Gustschin

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