[U-Boot] [PATCH 0/3 v2] video: lcd: splash screen prepare changes
Robert Winkler
robert.winkler at boundarydevices.com
Thu Jun 27 01:00:20 CEST 2013
Hello all,
I haven't heard from anyone but Igor. Does that mean it looks good?
Robert
On Mon, Jun 17, 2013 at 11:31 AM, Robert Winkler <
robert.winkler at boundarydevices.com> wrote:
> 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
>
>
More information about the U-Boot
mailing list