public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Stefano Babic <sbabic@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 14/14] common: convert compulab splash load code to common code
Date: Thu, 29 Jan 2015 18:48:25 +0100	[thread overview]
Message-ID: <54CA7269.4080800@denx.de> (raw)
In-Reply-To: <1421224974-16631-15-git-send-email-nikita@compulab.co.il>

On 14/01/2015 09:42, Nikita Kiryanov wrote:
> Move board/compulab/common/splash.c code to
> common/splash_source.c to make it available for everybody. This move
> renames cl_splash_screen_prepare() to splash_source_load(), and
> the compilation of this code is conditional on CONFIG_SPLASH_SOURCE.
> 
> splash_source features:
> * Provide a standardized way for declaring board specific splash screen
>   locations
> * Provide existing routines for auto loading the splash image from the
>   locations as declared by the board
> * Introduce the "splashsource" environment variable, which makes it
>   possible to select the splash image source.
> 
> cm-t35 and cm-fx6 are updated to use the modified version.
> 
> Signed-off-by: Nikita Kiryanov <nikita@compulab.co.il>
> Cc: Stefano Babic <sbabic@denx.de>
> Cc: Tom Rini <trini@ti.com>
> Cc: Igor Grinberg <grinberg@compulab.co.il>
> Cc: Anatolij Gustschin <agust@denx.de>
> ---

Applied to u-boot-imx, thanks !

Best regards,
Stefano Babic



-- 
=====================================================================
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================

  parent reply	other threads:[~2015-01-29 17:48 UTC|newest]

Thread overview: 50+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-14  8:42 [U-Boot] [PATCH 00/14] cm-fx6 updates and a new splash screen feature Nikita Kiryanov
2015-01-14  8:42 ` [U-Boot] [PATCH 01/14] arm: mx6: cm-fx6: expand boot sequence Nikita Kiryanov
2015-01-19 19:18   ` Igor Grinberg
2015-01-29 17:48   ` Stefano Babic
2015-01-14  8:42 ` [U-Boot] [PATCH 02/14] arm: mx6: cm-fx6: change dtb node for ethaddr Nikita Kiryanov
2015-01-19 19:19   ` Igor Grinberg
2015-01-29 17:48   ` Stefano Babic
2015-01-14  8:42 ` [U-Boot] [PATCH 03/14] compulab: eeprom: allow reading mac address from multiple eeproms Nikita Kiryanov
2015-01-19 19:19   ` Igor Grinberg
2015-01-29 17:48   ` Stefano Babic
2015-01-14  8:42 ` [U-Boot] [PATCH 04/14] arm: mx6: cm-fx6: pass 2nd nic mac addr to Linux Nikita Kiryanov
2015-01-19 19:20   ` Igor Grinberg
2015-01-29 17:48   ` Stefano Babic
2015-01-14  8:42 ` [U-Boot] [PATCH 05/14] arm: mx6: cm-fx6: increase size of malloc area Nikita Kiryanov
2015-01-29 17:48   ` Stefano Babic
2015-01-14  8:42 ` [U-Boot] [PATCH 06/14] arm: mx6: cm-fx6: add hdmi console support Nikita Kiryanov
2015-01-14 11:34   ` [U-Boot] [PATCH 06/14] arm: mx6: cm-fx6: add hdmi console Soeren Moch
2015-01-18 12:48     ` Nikita Kiryanov
2015-01-19 19:20   ` [U-Boot] [PATCH 06/14] arm: mx6: cm-fx6: add hdmi console support Igor Grinberg
2015-01-29 17:48   ` Stefano Babic
2015-01-14  8:42 ` [U-Boot] [PATCH 07/14] arm: mx6: cm-fx6: display compulab logo Nikita Kiryanov
2015-01-19 19:20   ` Igor Grinberg
2015-01-22  9:58   ` Stefano Babic
2015-01-22 17:33     ` Nikita Kiryanov
2015-01-23  9:47       ` Stefano Babic
2015-01-23 10:21         ` Igor Grinberg
2015-01-29 17:48   ` Stefano Babic
2015-01-14  8:42 ` [U-Boot] [PATCH 08/14] arm: mx6: cm-fx6: add support for usb keyboard Nikita Kiryanov
2015-01-19 19:21   ` Igor Grinberg
2015-01-29 17:48   ` Stefano Babic
2015-01-14  8:42 ` [U-Boot] [PATCH 09/14] compulab: splash: use errno values Nikita Kiryanov
2015-01-19 19:21   ` Igor Grinberg
2015-01-29 17:48   ` Stefano Babic
2015-01-14  8:42 ` [U-Boot] [PATCH 10/14] compulab: splash: refactor splash.c Nikita Kiryanov
2015-01-19 19:21   ` Igor Grinberg
2015-01-29 17:48   ` Stefano Babic
2015-01-14  8:42 ` [U-Boot] [PATCH 11/14] compulab: splash: support multiple splash sources Nikita Kiryanov
2015-01-19 19:21   ` Igor Grinberg
2015-01-29 17:48   ` Stefano Babic
2015-01-14  8:42 ` [U-Boot] [PATCH 12/14] compulab: splash: support loading splash from sf Nikita Kiryanov
2015-01-29 17:48   ` Stefano Babic
2015-01-14  8:42 ` [U-Boot] [PATCH 13/14] arm: mx6: cm-fx6: add splash screen support Nikita Kiryanov
2015-01-29 17:48   ` Stefano Babic
2015-01-14  8:42 ` [U-Boot] [PATCH 14/14] common: convert compulab splash load code to common code Nikita Kiryanov
2015-01-14 16:05   ` Tom Rini
2015-01-19 19:24   ` Igor Grinberg
2015-01-29 17:48   ` Stefano Babic [this message]
2015-01-14 16:39 ` [U-Boot] [PATCH 00/14] cm-fx6 updates and a new splash screen feature Tom Rini
2015-01-14 22:48 ` Simon Glass
2015-01-18 11:50   ` Nikita Kiryanov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=54CA7269.4080800@denx.de \
    --to=sbabic@denx.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox