From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Thu, 6 Sep 2012 20:55:28 +0200 Subject: [U-Boot] [PATCH v3 3/6] video: cfb_console: logo can be positioned via the splashpos variable In-Reply-To: <1346911659-3080-3-git-send-email-Bastian.Ruppert@Sewerin.de> References: <1346538565-1821-1-git-send-email-agust@denx.de> <1346911659-3080-3-git-send-email-Bastian.Ruppert@Sewerin.de> Message-ID: <20120906205528.4b31e4ff@wker> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, On Thu, 6 Sep 2012 08:07:36 +0200 Bastian Ruppert wrote: > Extend the driver for placing the video/bmp logo as specified > by "splashpos" environment variable. > > Signed-off-by: Bastian Ruppert > Signed-off-by: Anatolij Gustschin > CC: Tom Rini > CC: Stefano Babic > --- > v3: > - logo offset calculation is no longer based on BMP_ALIGN_CENTER > if "m" specifier is used in splashpos > > v2: > - remove some ifdefs > - revise commit log > - adjust video_logo_height by video_logo_ypos and thus > fix return address for video console offset > - add BMP_ALIGN_CENTER case to logo_plot() for proper logo > offset calculation if "m" specifier is used in splashpos > --- > drivers/video/cfb_console.c | 93 +++++++++++++++++++++++++++++++----------- > 1 files changed, 68 insertions(+), 25 deletions(-) Acked-by: Anatolij Gustschin Thanks!