U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] lcd: fix console address is not initialized
@ 2015-01-28  1:13 Bo Shen
  2015-01-29  8:51 ` Anatolij Gustschin
  2015-01-29 14:00 ` [U-Boot] " Tom Rini
  0 siblings, 2 replies; 4+ messages in thread
From: Bo Shen @ 2015-01-28  1:13 UTC (permalink / raw)
  To: u-boot

This commit 904672e (lcd: refactor lcd console stuff into its
own file), which cause lcd console address is not initialized.

This patch initialize the lcd console use the default value,
will be update when splash screen is enabled.

Signed-off-by: Bo Shen <voice.shen@atmel.com>
---
Hi Tom,
  If no objection of this patch, can you apply it as soon as possible. 
Or else most Atmel SoC based boards (which enable lcd info) will be
broken.
  Thanks.

 common/lcd.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/common/lcd.c b/common/lcd.c
index cc34b8a..1195a54 100644
--- a/common/lcd.c
+++ b/common/lcd.c
@@ -268,6 +268,7 @@ void lcd_clear(void)
 	console_rows = panel_info.vl_row / VIDEO_FONT_HEIGHT;
 #endif
 	console_cols = panel_info.vl_col / VIDEO_FONT_WIDTH;
+	lcd_init_console(lcd_base, console_rows, console_cols);
 	lcd_init_console(lcd_logo(), console_rows, console_cols);
 	lcd_sync();
 }
-- 
2.3.0.rc0

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [U-Boot] [PATCH] lcd: fix console address is not initialized
  2015-01-28  1:13 [U-Boot] [PATCH] lcd: fix console address is not initialized Bo Shen
@ 2015-01-29  8:51 ` Anatolij Gustschin
  2015-01-29  8:55   ` Bo Shen
  2015-01-29 14:00 ` [U-Boot] " Tom Rini
  1 sibling, 1 reply; 4+ messages in thread
From: Anatolij Gustschin @ 2015-01-29  8:51 UTC (permalink / raw)
  To: u-boot

Hi,

On Wed, 28 Jan 2015 09:13:22 +0800
Bo Shen <voice.shen@atmel.com> wrote:

> This commit 904672e (lcd: refactor lcd console stuff into its
> own file), which cause lcd console address is not initialized.
> 
> This patch initialize the lcd console use the default value,
> will be update when splash screen is enabled.
> 
> Signed-off-by: Bo Shen <voice.shen@atmel.com>
> ---
> Hi Tom,
>   If no objection of this patch, can you apply it as soon as possible. 
> Or else most Atmel SoC based boards (which enable lcd info) will be
> broken.
>   Thanks.
> 
>  common/lcd.c | 1 +
>  1 file changed, 1 insertion(+)

Slightly modified the commit log and applied to u-boot-video/master.

Thanks!

Anatolij

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] [PATCH] lcd: fix console address is not initialized
  2015-01-29  8:51 ` Anatolij Gustschin
@ 2015-01-29  8:55   ` Bo Shen
  0 siblings, 0 replies; 4+ messages in thread
From: Bo Shen @ 2015-01-29  8:55 UTC (permalink / raw)
  To: u-boot

Hi Anatolij,

On 01/29/2015 04:51 PM, Anatolij Gustschin wrote:
> Hi,
>
> On Wed, 28 Jan 2015 09:13:22 +0800
> Bo Shen <voice.shen@atmel.com> wrote:
>
>> This commit 904672e (lcd: refactor lcd console stuff into its
>> own file), which cause lcd console address is not initialized.
>>
>> This patch initialize the lcd console use the default value,
>> will be update when splash screen is enabled.
>>
>> Signed-off-by: Bo Shen <voice.shen@atmel.com>
>> ---
>> Hi Tom,
>>    If no objection of this patch, can you apply it as soon as possible.
>> Or else most Atmel SoC based boards (which enable lcd info) will be
>> broken.
>>    Thanks.
>>
>>   common/lcd.c | 1 +
>>   1 file changed, 1 insertion(+)
>
> Slightly modified the commit log and applied to u-boot-video/master.

Thanks.

> Thanks!
>
> Anatolij
>

Best Regards,
Bo Shen

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] lcd: fix console address is not initialized
  2015-01-28  1:13 [U-Boot] [PATCH] lcd: fix console address is not initialized Bo Shen
  2015-01-29  8:51 ` Anatolij Gustschin
@ 2015-01-29 14:00 ` Tom Rini
  1 sibling, 0 replies; 4+ messages in thread
From: Tom Rini @ 2015-01-29 14:00 UTC (permalink / raw)
  To: u-boot

On Wed, Jan 28, 2015 at 09:13:22AM +0800, Bo Shen wrote:

> This commit 904672e (lcd: refactor lcd console stuff into its
> own file), which cause lcd console address is not initialized.
> 
> This patch initialize the lcd console use the default value,
> will be update when splash screen is enabled.
> 
> Signed-off-by: Bo Shen <voice.shen@atmel.com>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20150129/075d6134/attachment.sig>

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-01-29 14:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-28  1:13 [U-Boot] [PATCH] lcd: fix console address is not initialized Bo Shen
2015-01-29  8:51 ` Anatolij Gustschin
2015-01-29  8:55   ` Bo Shen
2015-01-29 14:00 ` [U-Boot] " Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox