diff mbox

[U-Boot,08/10] Trats: add LCD download menu support

Message ID 1386093806-2948-9-git-send-email-p.marczak@samsung.com
State Changes Requested
Delegated to: Minkyu Kang
Headers show

Commit Message

Przemyslaw Marczak Dec. 3, 2013, 6:03 p.m. UTC
Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com>
Cc: Lukasz Majewski <l.majewski@samsung.com>
---
 include/configs/trats.h |   10 ++++++++++
 1 file changed, 10 insertions(+)

Comments

Ɓukasz Majewski Dec. 4, 2013, 6:08 a.m. UTC | #1
Hi Przemyslaw,

> Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com>
> Cc: Lukasz Majewski <l.majewski@samsung.com>
> ---
>  include/configs/trats.h |   10 ++++++++++
>  1 file changed, 10 insertions(+)
> 
> diff --git a/include/configs/trats.h b/include/configs/trats.h
> index 9738a00..d3bed99 100644
> --- a/include/configs/trats.h
> +++ b/include/configs/trats.h
> @@ -19,6 +19,7 @@
>  #define CONFIG_EXYNOS4210	/* which is in a EXYNOS4210 */
>  #define CONFIG_TRATS		/* working with TRATS */
>  #define CONFIG_TIZEN		/* TIZEN lib */
> +#define CONFIG_BOARD_NAME	"TRATS"
>  
>  #include <asm/arch/cpu.h>	/* get chip and board defs */
>  
> @@ -313,6 +314,15 @@
>  /* Common misc for Samsung */
>  #define CONFIG_MISC_INIT_R	1
>  
> +/* Download menu - Samsung common */
> +#define CONFIG_LCD_MENU			1
> +#define CONFIG_LCD_MENU_BOARD		1
> +
> +/* LCD console */
> +#define LCD_BPP			LCD_COLOR16
> +#undef  LCD_TEST_PATTERN
> +#define CONFIG_SYS_WHITE_ON_BLACK	1
> +
>  /* LCD */
>  #define CONFIG_EXYNOS_FB
>  #define CONFIG_LCD

Acked-by: Lukasz Majewski <l.majewski@samsung.com>
Minkyu Kang Dec. 11, 2013, 8:15 a.m. UTC | #2
On 04/12/13 03:03, Przemyslaw Marczak wrote:
> Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com>
> Cc: Lukasz Majewski <l.majewski@samsung.com>
> ---
>  include/configs/trats.h |   10 ++++++++++
>  1 file changed, 10 insertions(+)
> 
> diff --git a/include/configs/trats.h b/include/configs/trats.h
> index 9738a00..d3bed99 100644
> --- a/include/configs/trats.h
> +++ b/include/configs/trats.h
> @@ -19,6 +19,7 @@
>  #define CONFIG_EXYNOS4210	/* which is in a EXYNOS4210 */
>  #define CONFIG_TRATS		/* working with TRATS */
>  #define CONFIG_TIZEN		/* TIZEN lib */
> +#define CONFIG_BOARD_NAME	"TRATS"
>  
>  #include <asm/arch/cpu.h>	/* get chip and board defs */
>  
> @@ -313,6 +314,15 @@
>  /* Common misc for Samsung */
>  #define CONFIG_MISC_INIT_R	1
>  
> +/* Download menu - Samsung common */
> +#define CONFIG_LCD_MENU			1
> +#define CONFIG_LCD_MENU_BOARD		1
> +
> +/* LCD console */
> +#define LCD_BPP			LCD_COLOR16
> +#undef  LCD_TEST_PATTERN

Where is this define?

> +#define CONFIG_SYS_WHITE_ON_BLACK	1
> +
>  /* LCD */
>  #define CONFIG_EXYNOS_FB
>  #define CONFIG_LCD
> 

Thanks,
Minkyu Kang.
Przemyslaw Marczak Dec. 11, 2013, 1:32 p.m. UTC | #3
Dear Minkyu,

On 12/11/2013 09:15 AM, Minkyu Kang wrote:
> On 04/12/13 03:03, Przemyslaw Marczak wrote:
>> Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com>
>> Cc: Lukasz Majewski <l.majewski@samsung.com>
>> ---
>>   include/configs/trats.h |   10 ++++++++++
>>   1 file changed, 10 insertions(+)
>>
>> diff --git a/include/configs/trats.h b/include/configs/trats.h
>> index 9738a00..d3bed99 100644
>> --- a/include/configs/trats.h
>> +++ b/include/configs/trats.h
>> @@ -19,6 +19,7 @@
>>   #define CONFIG_EXYNOS4210	/* which is in a EXYNOS4210 */
>>   #define CONFIG_TRATS		/* working with TRATS */
>>   #define CONFIG_TIZEN		/* TIZEN lib */
>> +#define CONFIG_BOARD_NAME	"TRATS"
>>
>>   #include <asm/arch/cpu.h>	/* get chip and board defs */
>>
>> @@ -313,6 +314,15 @@
>>   /* Common misc for Samsung */
>>   #define CONFIG_MISC_INIT_R	1
>>
>> +/* Download menu - Samsung common */
>> +#define CONFIG_LCD_MENU			1
>> +#define CONFIG_LCD_MENU_BOARD		1
>> +
>> +/* LCD console */
>> +#define LCD_BPP			LCD_COLOR16
>> +#undef  LCD_TEST_PATTERN
>
> Where is this define?
>

This left after test. Will be removed from every board header.

>> +#define CONFIG_SYS_WHITE_ON_BLACK	1
>> +
>>   /* LCD */
>>   #define CONFIG_EXYNOS_FB
>>   #define CONFIG_LCD
>>
>
> Thanks,
> Minkyu Kang.
>

Regards
diff mbox

Patch

diff --git a/include/configs/trats.h b/include/configs/trats.h
index 9738a00..d3bed99 100644
--- a/include/configs/trats.h
+++ b/include/configs/trats.h
@@ -19,6 +19,7 @@ 
 #define CONFIG_EXYNOS4210	/* which is in a EXYNOS4210 */
 #define CONFIG_TRATS		/* working with TRATS */
 #define CONFIG_TIZEN		/* TIZEN lib */
+#define CONFIG_BOARD_NAME	"TRATS"
 
 #include <asm/arch/cpu.h>	/* get chip and board defs */
 
@@ -313,6 +314,15 @@ 
 /* Common misc for Samsung */
 #define CONFIG_MISC_INIT_R	1
 
+/* Download menu - Samsung common */
+#define CONFIG_LCD_MENU			1
+#define CONFIG_LCD_MENU_BOARD		1
+
+/* LCD console */
+#define LCD_BPP			LCD_COLOR16
+#undef  LCD_TEST_PATTERN
+#define CONFIG_SYS_WHITE_ON_BLACK	1
+
 /* LCD */
 #define CONFIG_EXYNOS_FB
 #define CONFIG_LCD