-
- Downloads
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>
Showing
- board/compulab/cm_fx6/cm_fx6.c 3 additions, 2 deletionsboard/compulab/cm_fx6/cm_fx6.c
- board/compulab/cm_t35/cm_t35.c 3 additions, 2 deletionsboard/compulab/cm_t35/cm_t35.c
- board/compulab/common/Makefile 0 additions, 1 deletionboard/compulab/common/Makefile
- board/compulab/common/common.h 0 additions, 21 deletionsboard/compulab/common/common.h
- common/Makefile 1 addition, 0 deletionscommon/Makefile
- common/splash_source.c 15 additions, 4 deletionscommon/splash_source.c
- doc/README.splashprepare 13 additions, 0 deletionsdoc/README.splashprepare
- include/configs/cm_fx6.h 1 addition, 0 deletionsinclude/configs/cm_fx6.h
- include/configs/cm_t35.h 1 addition, 0 deletionsinclude/configs/cm_t35.h
- include/splash.h 11 additions, 0 deletionsinclude/splash.h
Loading
Please register or sign in to comment