Re: [U-Boot] [PATCH 2/5] lcd: add option for board specific splash screen preparation

2013-01-26 Thread Jeroen Hofstee
Hello Igor, On 01/25/2013 07:45 AM, Igor Grinberg wrote: On 01/25/13 00:34, Jeroen Hofstee wrote: Hello Igor, On 01/24/2013 09:35 AM, Igor Grinberg wrote: On 01/24/13 00:13, Jeroen Hofstee wrote: Hello Nikita, On 01/23/2013 09:31 AM, Nikita Kiryanov wrote: On 01/21/2013 09:14 PM, Jeroen Ho

Re: [U-Boot] [PATCH 2/5] lcd: add option for board specific splash screen preparation

2013-01-24 Thread Igor Grinberg
On 01/25/13 00:34, Jeroen Hofstee wrote: > Hello Igor, > > On 01/24/2013 09:35 AM, Igor Grinberg wrote: >> On 01/24/13 00:13, Jeroen Hofstee wrote: >>> Hello Nikita, >>> >>> On 01/23/2013 09:31 AM, Nikita Kiryanov wrote: On 01/21/2013 09:14 PM, Jeroen Hofstee wrote: > > mmm, I am not

Re: [U-Boot] [PATCH 2/5] lcd: add option for board specific splash screen preparation

2013-01-24 Thread Jeroen Hofstee
Hello Igor, On 01/24/2013 09:35 AM, Igor Grinberg wrote: On 01/24/13 00:13, Jeroen Hofstee wrote: Hello Nikita, On 01/23/2013 09:31 AM, Nikita Kiryanov wrote: On 01/21/2013 09:14 PM, Jeroen Hofstee wrote: mmm, I am not so sure I agree that loading a bitmap in lcd_enable is a _problem_, whil

Re: [U-Boot] [PATCH 2/5] lcd: add option for board specific splash screen preparation

2013-01-24 Thread Igor Grinberg
On 01/24/13 00:13, Jeroen Hofstee wrote: > Hello Nikita, > > On 01/23/2013 09:31 AM, Nikita Kiryanov wrote: >> On 01/21/2013 09:14 PM, Jeroen Hofstee wrote: >>> Hello Nikita, >>> >>> On 01/21/2013 08:51 AM, Nikita Kiryanov wrote: Hi Jeroen, On 01/20/2013 10:34 PM, Jeroen Hofstee wro

Re: [U-Boot] [PATCH 2/5] lcd: add option for board specific splash screen preparation

2013-01-23 Thread Jeroen Hofstee
Hello Nikita, On 01/23/2013 09:31 AM, Nikita Kiryanov wrote: On 01/21/2013 09:14 PM, Jeroen Hofstee wrote: Hello Nikita, On 01/21/2013 08:51 AM, Nikita Kiryanov wrote: Hi Jeroen, On 01/20/2013 10:34 PM, Jeroen Hofstee wrote: [...] diff --git a/include/lcd.h b/include/lcd.h index c24164a..4a

Re: [U-Boot] [PATCH 2/5] lcd: add option for board specific splash screen preparation

2013-01-23 Thread Nikita Kiryanov
On 01/21/2013 09:14 PM, Jeroen Hofstee wrote: Hello Nikita, On 01/21/2013 08:51 AM, Nikita Kiryanov wrote: Hi Jeroen, On 01/20/2013 10:34 PM, Jeroen Hofstee wrote: [...] diff --git a/include/lcd.h b/include/lcd.h index c24164a..4ac4ddd 100644 --- a/include/lcd.h +++ b/include/lcd.h @@ -47,6 +

Re: [U-Boot] [PATCH 2/5] lcd: add option for board specific splash screen preparation

2013-01-21 Thread Jeroen Hofstee
Hello Nikita, On 01/21/2013 08:51 AM, Nikita Kiryanov wrote: Hi Jeroen, On 01/20/2013 10:34 PM, Jeroen Hofstee wrote: [...] diff --git a/include/lcd.h b/include/lcd.h index c24164a..4ac4ddd 100644 --- a/include/lcd.h +++ b/include/lcd.h @@ -47,6 +47,7 @@ extern struct vidinfo panel_info; ext

Re: [U-Boot] [PATCH 2/5] lcd: add option for board specific splash screen preparation

2013-01-20 Thread Nikita Kiryanov
Hi Jeroen, On 01/20/2013 10:34 PM, Jeroen Hofstee wrote: [...] diff --git a/include/lcd.h b/include/lcd.h index c24164a..4ac4ddd 100644 --- a/include/lcd.h +++ b/include/lcd.h @@ -47,6 +47,7 @@ extern struct vidinfo panel_info; extern void lcd_ctrl_init (void *lcdbase); extern void lcd_enabl

Re: [U-Boot] [PATCH 2/5] lcd: add option for board specific splash screen preparation

2013-01-20 Thread Jeroen Hofstee
On 12/23/2012 08:03 AM, Nikita Kiryanov wrote: Currently there is no logical place to put the code that prepares the splash image data. The splash image data should be ready in memory before bmp_display() is called, and after the environment is ready (since lcd.c looks for the splash image in an

[U-Boot] [PATCH 2/5] lcd: add option for board specific splash screen preparation

2012-12-22 Thread Nikita Kiryanov
Currently there is no logical place to put the code that prepares the splash image data. The splash image data should be ready in memory before bmp_display() is called, and after the environment is ready (since lcd.c looks for the splash image in an address specified by the environment variable "sp