From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nikita Kiryanov Date: Sun, 18 Jan 2015 13:50:50 +0200 Subject: [U-Boot] [PATCH 00/14] cm-fx6 updates and a new splash screen feature In-Reply-To: References: <1421224974-16631-1-git-send-email-nikita@compulab.co.il> Message-ID: <54BB9E1A.8070509@compulab.co.il> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Simon, On 01/15/2015 12:48 AM, Simon Glass wrote: > Hi Nikita, > > On 14 January 2015 at 01:42, Nikita Kiryanov wrote: >> This series consists of updates for cm-fx6. Some of these updates (specifically: >> compulab: splash: use errno values >> compulab: splash: refactor splash.c >> compulab: splash: support multiple splash sources >> compulab: splash: support loading splash from sf) >> produce an end result which is not really compulab specific and could be useful >> for other boards as well, so as a last step in the series this code is converted >> to common code (common: convert compulab splash load code to common code). >> >> The new feature: CONFIG_SPLASH_SOURCE >> This user option will enable splash_source.c, a module which implements a >> standard way for boards to define a collection of splash screen locations, as >> well as routines for loading the splash image into memory. >> >> When invoked using splash_source_load(locations, size), the module will consult >> the environment variable "splashsource" and compare its value with the splash >> location names as provided by board code. If there's a match, that splash >> location is used. If there's no mach, no splash image will be loaded. If >> splashsource is left undefined, the first splash location is used as default. > > Are you planning to work on joining up video and lcd beyond this series? Yes. I already started working on the next step. > > Regards, > Simon > -- Regards, Nikita Kiryanov