Re: [U-Boot] [PATCH V4] i.MX6: mx6qsabrelite: Add splash screen support

2012-10-03 Thread Stefano Babic
On 03/10/2012 17:06, Eric Nelson wrote: > On 10/03/2012 07:37 AM, Eric Nelson wrote: >> On 10/03/2012 01:09 AM, Stefano Babic wrote: >>> On 03/10/2012 02:31, Eric Nelson wrote: I'm not sure which tree I should use though. u-boot-imx/master? u-boot-imx/next? /

Re: [U-Boot] [PATCH V4] i.MX6: mx6qsabrelite: Add splash screen support

2012-10-03 Thread Eric Nelson
On 10/03/2012 07:37 AM, Eric Nelson wrote: On 10/03/2012 01:09 AM, Stefano Babic wrote: On 03/10/2012 02:31, Eric Nelson wrote: I'm not sure which tree I should use though. u-boot-imx/master? u-boot-imx/next? /next will require that I revert the previous version. We will do another thing.

Re: [U-Boot] [PATCH V4] i.MX6: mx6qsabrelite: Add splash screen support

2012-10-03 Thread Eric Nelson
On 10/03/2012 01:09 AM, Stefano Babic wrote: On 03/10/2012 02:31, Eric Nelson wrote: Hi Stefano, Hi Eric, I have HDMI detection and display support working well. In the process, I've refactored the display detection and activation logic to use some callbacks instead of conditionals. I'd

Re: [U-Boot] [PATCH V4] i.MX6: mx6qsabrelite: Add splash screen support

2012-10-03 Thread Stefano Babic
On 03/10/2012 02:31, Eric Nelson wrote: > > Hi Stefano, > Hi Eric, > I have HDMI detection and display support working well. > > In the process, I've refactored the display detection and activation > logic to use some callbacks instead of conditionals. > > I'd like to submit the new code as a

Re: [U-Boot] [PATCH V4] i.MX6: mx6qsabrelite: Add splash screen support

2012-10-02 Thread Eric Nelson
On 09/23/2012 03:53 PM, Eric Nelson wrote: On 09/22/2012 10:19 AM, Eric Nelson wrote: On 09/22/2012 10:02 AM, Fabio Estevam wrote: Hi Eric, On Sat, Sep 22, 2012 at 1:51 PM, Eric Nelson wrote: Interestingly, I saw U-Boot display on HDMI during my testing, so I'm pretty certain that all we ne

Re: [U-Boot] [PATCH V4] i.MX6: mx6qsabrelite: Add splash screen support

2012-09-24 Thread Stefano Babic
On 24/09/2012 17:21, Stefano Babic wrote: >> This patch requires the previous change to name the CCGRx bitfields: >> >> http://patchwork.ozlabs.org/patch/185856/ > > Ah, ok, I see ! Next iteration, thanks. The patch depends also on the following patches: i.MX6: define struct iomuxc and IOMUX

Re: [U-Boot] [PATCH V4] i.MX6: mx6qsabrelite: Add splash screen support

2012-09-24 Thread Stefano Babic
On 24/09/2012 17:11, Eric Nelson wrote: > Sorry Stefano, > >> >> Between V3 and V4 you changed also ipu_common.c, and that change does >> not apply. >> >>> /* address of boot parameters */ >>> diff --git a/drivers/video/ipu_common.c b/drivers/video/ipu_common.c >>> index cc8f881..5f0a1a8

Re: [U-Boot] [PATCH V4] i.MX6: mx6qsabrelite: Add splash screen support

2012-09-24 Thread Eric Nelson
Sorry Stefano, On 09/24/2012 08:02 AM, Stefano Babic wrote: On 22/09/2012 00:53, Eric Nelson wrote: Adds support for two LVDS panels and one RGB panel to the SABRE-Lite board: Hannstar-XGA - 1024 x 768 LVDS (Freescale part number MCIMX-LVDS1) wsvga-lvds- 1024 x

Re: [U-Boot] [PATCH V4] i.MX6: mx6qsabrelite: Add splash screen support

2012-09-24 Thread Stefano Babic
On 22/09/2012 00:53, Eric Nelson wrote: > Adds support for two LVDS panels and one RGB panel to the SABRE-Lite > board: > Hannstar-XGA - 1024 x 768 LVDS (Freescale part number MCIMX-LVDS1) > wsvga-lvds - 1024 x 600 LVDS (Boundary p/n Nit6X_1024x600) > wvga-rgb

Re: [U-Boot] [PATCH V4] i.MX6: mx6qsabrelite: Add splash screen support

2012-09-23 Thread Eric Nelson
On 09/22/2012 10:19 AM, Eric Nelson wrote: On 09/22/2012 10:02 AM, Fabio Estevam wrote: Hi Eric, On Sat, Sep 22, 2012 at 1:51 PM, Eric Nelson wrote: Interestingly, I saw U-Boot display on HDMI during my testing, so I'm pretty certain that all we need is the HDMI transmitter initialization se

Re: [U-Boot] [PATCH V4] i.MX6: mx6qsabrelite: Add splash screen support

2012-09-22 Thread Eric Nelson
On 09/22/2012 10:02 AM, Fabio Estevam wrote: Hi Eric, On Sat, Sep 22, 2012 at 1:51 PM, Eric Nelson wrote: Interestingly, I saw U-Boot display on HDMI during my testing, so I'm pretty certain that all we need is the HDMI transmitter initialization sequence. Excellent, could you please share

Re: [U-Boot] [PATCH V4] i.MX6: mx6qsabrelite: Add splash screen support

2012-09-22 Thread Fabio Estevam
Hi Eric, On Sat, Sep 22, 2012 at 1:51 PM, Eric Nelson wrote: > Interestingly, I saw U-Boot display on HDMI during my testing, > so I'm pretty certain that all we need is the HDMI transmitter > initialization sequence. Excellent, could you please share the HDMI transmitter init sequence? Thanks

Re: [U-Boot] [PATCH V4] i.MX6: mx6qsabrelite: Add splash screen support

2012-09-22 Thread Eric Nelson
On 09/22/2012 08:12 AM, Fabio Estevam wrote: Hi Eric, On Fri, Sep 21, 2012 at 7:53 PM, Eric Nelson wrote: Adds support for two LVDS panels and one RGB panel to the SABRE-Lite board: Hannstar-XGA - 1024 x 768 LVDS (Freescale part number MCIMX-LVDS1) wsvga-lvds - 1024

Re: [U-Boot] [PATCH V4] i.MX6: mx6qsabrelite: Add splash screen support

2012-09-22 Thread Fabio Estevam
Hi Eric, On Fri, Sep 21, 2012 at 7:53 PM, Eric Nelson wrote: > Adds support for two LVDS panels and one RGB panel to the SABRE-Lite > board: > Hannstar-XGA - 1024 x 768 LVDS (Freescale part number MCIMX-LVDS1) > wsvga-lvds - 1024 x 600 LVDS (Boundary p/n Nit6X_1024x600) >

[U-Boot] [PATCH V4] i.MX6: mx6qsabrelite: Add splash screen support

2012-09-21 Thread Eric Nelson
Adds support for two LVDS panels and one RGB panel to the SABRE-Lite board: Hannstar-XGA - 1024 x 768 LVDS (Freescale part number MCIMX-LVDS1) wsvga-lvds - 1024 x 600 LVDS (Boundary p/n Nit6X_1024x600) wvga-rgb - 800 x 480 RGB (Boundary p/n Nit6X_800x480) Aut