[U-Boot] [PATCH] mx53loco: Add support for SEIKO 4.3'' WVGA panel

2012-10-18 Thread Fabio Estevam
Add support for SEIKO 4.3'' WVGA panel on mx53loco. By default, the CLAA WVGA panel is selected. In order to support the SEIKO panel, undef CONFIG_CLAA_WVGA and define CONFIG_SEIKO_WVGA in mx53loco.h. Signed-off-by: Fabio Estevam --- board/freescale/mx53loco/mx53loco.c | 26 +

Re: [U-Boot] [PATCH] mx53loco: Add support for SEIKO 4.3'' WVGA panel

2012-11-04 Thread Albert ARIBAUD
Hi Marek, On Thu, 25 Oct 2012 13:14:38 +0200, Marek Vasut wrote: > Dear Fabio Estevam, > > CCing Albert. > > > Hi Stefano, > > > > On Thu, Oct 25, 2012 at 8:28 AM, Stefano Babic wrote: > > > Yes, I thins is due to the fact that size for the framebuffer is > > > allocated before relocation. T

Re: [U-Boot] [PATCH] mx53loco: Add support for SEIKO 4.3'' WVGA panel

2012-10-18 Thread Otavio Salvador
On Thu, Oct 18, 2012 at 3:49 PM, Fabio Estevam wrote: > Add support for SEIKO 4.3'' WVGA panel on mx53loco. > > By default, the CLAA WVGA panel is selected. > > In order to support the SEIKO panel, undef CONFIG_CLAA_WVGA > and define CONFIG_SEIKO_WVGA in mx53loco.h. > > Signed-off-by: Fabio Esteva

Re: [U-Boot] [PATCH] mx53loco: Add support for SEIKO 4.3'' WVGA panel

2012-10-20 Thread Stefano Babic
Am 18/10/2012 20:49, schrieb Fabio Estevam: > Add support for SEIKO 4.3'' WVGA panel on mx53loco. > > By default, the CLAA WVGA panel is selected. > > In order to support the SEIKO panel, undef CONFIG_CLAA_WVGA > and define CONFIG_SEIKO_WVGA in mx53loco.h. Hi Fabio, in this way you have two dif

Re: [U-Boot] [PATCH] mx53loco: Add support for SEIKO 4.3'' WVGA panel

2012-10-23 Thread Fabio Estevam
Hi Stefano, On Sat, Oct 20, 2012 at 12:03 PM, Stefano Babic wrote: > What about to use a u-boot environment to select the display ? Could be > a better solution for you ? You can then have a single u-boot image > managing both displays. I did in this way for the mt_ventoux board > (board/mt_vent

Re: [U-Boot] [PATCH] mx53loco: Add support for SEIKO 4.3'' WVGA panel

2012-10-25 Thread Stefano Babic
Am 23/10/2012 19:36, schrieb Fabio Estevam: > Hi Stefano, > > On Sat, Oct 20, 2012 at 12:03 PM, Stefano Babic wrote: > >> What about to use a u-boot environment to select the display ? Could be >> a better solution for you ? You can then have a single u-boot image >> managing both displays. I di

Re: [U-Boot] [PATCH] mx53loco: Add support for SEIKO 4.3'' WVGA panel

2012-10-25 Thread Fabio Estevam
Hi Stefano, On Thu, Oct 25, 2012 at 8:28 AM, Stefano Babic wrote: > Yes, I thins is due to the fact that size for the framebuffer is > allocated before relocation. This was also a reason for me to migrate to > CONFIG_VIDEO instead of CONFIG_LCD. mx53loco.h defines CONFIG_VIDEO, not CONFIG_LCD.

Re: [U-Boot] [PATCH] mx53loco: Add support for SEIKO 4.3'' WVGA panel

2012-10-25 Thread Marek Vasut
Dear Fabio Estevam, CCing Albert. > Hi Stefano, > > On Thu, Oct 25, 2012 at 8:28 AM, Stefano Babic wrote: > > Yes, I thins is due to the fact that size for the framebuffer is > > allocated before relocation. This was also a reason for me to migrate to > > CONFIG_VIDEO instead of CONFIG_LCD. >