u-boot-brain/board/compulab/common
Nikita Kiryanov f82eb2fa5d common: convert compulab splash load code to common code
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>
Reviewed-by: Tom Rini <trini@ti.com>
Acked-by: Igor Grinberg <grinberg@compulab.co.il>
2015-01-29 17:44:08 +01:00
..
common.c omap3: cm-t35: move get_board_serial() fallback 2014-11-06 11:04:41 -05:00
common.h common: convert compulab splash load code to common code 2015-01-29 17:44:08 +01:00
eeprom.c compulab: eeprom: allow reading mac address from multiple eeproms 2015-01-29 17:42:28 +01:00
eeprom.h compulab: eeprom: allow reading mac address from multiple eeproms 2015-01-29 17:42:28 +01:00
Makefile common: convert compulab splash load code to common code 2015-01-29 17:44:08 +01:00
omap3_display.c cm_t35: use scf0403 driver 2013-11-12 10:12:07 +01:00
omap3_smc911x.c omap3: cm-t35: move the SMC911x code 2014-11-06 11:04:40 -05:00