From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Nelson Date: Sat, 22 Sep 2012 09:51:05 -0700 Subject: [U-Boot] [PATCH V4] i.MX6: mx6qsabrelite: Add splash screen support In-Reply-To: References: <1348268030-28723-1-git-send-email-eric.nelson@boundarydevices.com> Message-ID: <505DEC79.1050403@boundarydevices.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 x 600 LVDS (Boundary p/n Nit6X_1024x600) >> wvga-rgb - 800 x 480 RGB (Boundary p/n Nit6X_800x480) >> >> Auto-detects panel by probing the I2C touch controller of each. > > That's a nice solution! > > Is HDMI splash screen support also in the pipeline? > Yep. I want to get that one done before we add a second board which uses this structure. 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.