Re: [U-Boot] [PATCH RESEND] Added support for splash screen positioning

2009-07-16 Thread Anatolij Gustschin
Matthias Weisser wrote: This patch adds support splash image positioning by adding an additional variable splashpos to the environment. Please see README for details. Signed-off-by: Matthias Weisser matthias.weis...@graf-syteco.de --- README | 19 +++

Re: [U-Boot] [PATCH RESEND] Added support for splash screen positioning

2009-07-13 Thread Matthias Fuchs
On Thursday 09 July 2009 16:07, Matthias Weisser wrote: This patch adds support splash image positioning by adding an additional variable splashpos to the environment. Please see README for details. Signed-off-by: Matthias Weisser matthias.weis...@graf-syteco.de Works fine! Acked-by:

Re: [U-Boot] [PATCH RESEND] Added support for splash screen positioning

2009-07-09 Thread Matthias Weisser
Hi Matthias Matthias Fuchs matthias.fu...@esd.eu schrieb am 06.07.2009 um 11:23: Hi, I posted a similiar patch a long time ago: http://lists.denx.de/pipermail/u-boot/2007-July/022741.html Missed that. Sorry. If we can use a powerful splashimage variable, I would vote for my patch and

Re: [U-Boot] [PATCH RESEND] Added support for splash screen positioning

2009-07-09 Thread Matthias Fuchs
On Thursday 09 July 2009 11:45, Matthias Weisser wrote: Hi Matthias Matthias Fuchs matthias.fu...@esd.eu schrieb am 06.07.2009 um 11:23: Hi, I posted a similiar patch a long time ago: http://lists.denx.de/pipermail/u-boot/2007-July/022741.html Missed that. Sorry. If we

[U-Boot] [PATCH RESEND] Added support for splash screen positioning

2009-07-09 Thread Matthias Weisser
This patch adds support splash image positioning by adding an additional variable splashpos to the environment. Please see README for details. Signed-off-by: Matthias Weisser matthias.weis...@graf-syteco.de --- README | 19 +++ common/lcd.c|

Re: [U-Boot] [PATCH RESEND] Added support for splash screen positioning

2009-07-06 Thread Matthias Fuchs
Hi, I posted a similiar patch a long time ago: http://lists.denx.de/pipermail/u-boot/2007-July/022741.html It's also a little bit more powerful because is supports alignment on top/center/bottom and right/center/left on the screen. I couldn't find the answer posting on my patch. But I think it

Re: [U-Boot] [PATCH RESEND] Added support for splash screen positioning

2009-07-06 Thread Wolfgang Denk
Dear Matthias Fuchs, In message 200907061123.07261.matthias.fu...@esd.eu you wrote: I posted a similiar patch a long time ago: http://lists.denx.de/pipermail/u-boot/2007-July/022741.html Hmm... seems it got lost in the mists of time... It's also a little bit more powerful because is

Re: [U-Boot] [PATCH RESEND] Added support for splash screen positioning

2009-07-04 Thread Wolfgang Denk
Dear Matthias Weisser, In message 1246460471-12737-1-git-send-email-matthias.weis...@graf-syteco.de you wrote: This patch adds support splash image positioning by optinally adding x and y coordinates to the splashimage environment variable. Signed-off-by: Matthias Weisser