From mboxrd@z Thu Jan 1 00:00:00 1970 From: Igor Grinberg Date: Mon, 17 Jun 2013 08:48:36 +0300 Subject: [U-Boot] [PATCH 0/2] video: lcd: splash screen prepare changes In-Reply-To: <1371229203-10840-1-git-send-email-robert.winkler@boundarydevices.com> References: <1371229203-10840-1-git-send-email-robert.winkler@boundarydevices.com> Message-ID: <51BEA334.4000804@compulab.co.il> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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.