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

These 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.

These 2 patches do that and the first can be accepted without the
second if we decide not to make it weak.

One other note, I'm submitting this based on Anatolij's tree since
it's video related but board/compulab/cm_t35 does not exist in his
tree.  If the second patch is accepted, cm_t35 will have to change
since it uses the non-weak method.  I will submit an optional 3rd
patch to Stefano's tree with the necessary changes.


Robert Winkler (2):
  video: lcd: Add CONFIG_SPLASH_SCREEN_PREPARE support to CONFIG_VIDEO
  video: lcd: Make splash_screen_prepare weak, remove config macro

 README                      |  8 --------
 common/Makefile             |  1 +
 common/lcd.c                | 19 ++++++-------------
 common/splash.c             | 31 +++++++++++++++++++++++++++++++
 doc/README.splashprepare    |  8 ++++++++
 drivers/video/cfb_console.c |  8 ++++++--
 include/lcd.h               |  1 -
 include/splash.h            | 30 ++++++++++++++++++++++++++++++
 8 files changed, 82 insertions(+), 24 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] 8+ messages in thread

end of thread, other threads:[~2013-06-18 16:50 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-14 17:00 [U-Boot] [PATCH 0/2] video: lcd: splash screen prepare changes Robert Winkler
2013-06-14 17:00 ` [U-Boot] [PATCH 1/2] video: lcd: Add CONFIG_SPLASH_SCREEN_PREPARE support to CONFIG_VIDEO Robert Winkler
2013-06-17  5:34   ` Igor Grinberg
2013-06-17 17:08     ` Robert Winkler
2013-06-18  6:20       ` Igor Grinberg
2013-06-18 16:50         ` Robert Winkler
2013-06-14 17:00 ` [U-Boot] [PATCH 2/2] video: lcd: Make splash_screen_prepare weak, remove config macro Robert Winkler
2013-06-17  5:48 ` [U-Boot] [PATCH 0/2] video: lcd: splash screen prepare changes Igor Grinberg

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