From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Nelson Date: Wed, 03 Oct 2012 07:37:49 -0700 Subject: [U-Boot] [PATCH V4] i.MX6: mx6qsabrelite: Add splash screen support In-Reply-To: <506BF2C8.70003@denx.de> References: <1348268030-28723-1-git-send-email-eric.nelson@boundarydevices.com> <505DEC79.1050403@boundarydevices.com> <505DF305.8000505@boundarydevices.com> <505F9306.5080704@boundarydevices.com> <506B877C.7000002@boundarydevices.com> <506BF2C8.70003@denx.de> Message-ID: <506C4DBD.1020604@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 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 like to submit the new code as a V5 of the splash screen patch: >> http://patchwork.ozlabs.org/patch/186278/ > > Nice ! > >> >> 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. It makes no sense that the old version flows > into mainline. And on the -next we are allowed to modify and rebase the > tree. > > I drop the previous series from next. Please then resubmit using > u-boot-imx/next. > Will do. Thanks Stefano.