[U-Boot] [PATCH 0/2] video: lcd: splash screen prepare changes

Igor Grinberg grinberg at compulab.co.il
Mon Jun 17 07:48:36 CEST 2013


On 06/14/13 20:00, Robert Winkler wrote:
> 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.

That's because recently I've moved it from board/cm_t35 to
board/compulab/cm_t35 and probably Anatolij has not updated
his tree to the latest upstream.

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

-- 
Regards,
Igor.


More information about the U-Boot mailing list