14 Jan, 2017

1 commit


26 Jul, 2016

1 commit

  • This change introduces default_splash_locations which
    simplifies splash recovery from the first partition of
    USB/MMC/SATA drive.

    Given usual mapping of the first partition of external media for
    basic boot stuff like uImage/zImage, .dtb etc it looks quite
    obvious option to put there splash.bmp as well.

    Signed-off-by: Alexey Brodkin
    Cc: Nikita Kiryanov
    Cc: Simon Glass
    Cc: Jeroen Hofstee
    Signed-off-by: Anatolij Gustschin

    Alexey Brodkin
     

14 Jun, 2016

1 commit


16 Nov, 2015

3 commits


10 Feb, 2015

2 commits

  • Conflicts:
    include/splash.h

    Signed-off-by: Tom Rini

    Tom Rini
     
  • lcd_logo() currently performs tasks well beyond just displaying the logo.
    It has code which displays splash image, it has logic which determines
    when the different display features are displayed, and it is coupled with
    the lcd console because it holds the responsibility of returning the
    lcd console base address.

    Make lcd_logo() just about the logo by:
    * Moving splash image display code into a dedicated function
    * Moving the logic regarding when various features are displayed to
    lcd_clear() (which is arguably not the correct name for housing such
    code either, but it is currently the most fitting location code wise)
    * Move the responsibility of setting the console base address to
    lcd_clear() too.

    Signed-off-by: Nikita Kiryanov
    Reviewed-by: Simon Glass
    Tested-by: Bo Shen
    Tested-by: Josh Wu
    Cc: Bo Shen
    Cc: Simon Glass
    Cc: Anatolij Gustschin

    Nikita Kiryanov
     

30 Jan, 2015

1 commit

  • 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
    Cc: Stefano Babic
    Cc: Tom Rini
    Cc: Igor Grinberg
    Cc: Anatolij Gustschin
    Reviewed-by: Tom Rini
    Acked-by: Igor Grinberg

    Nikita Kiryanov
     

09 Jul, 2013

1 commit


02 Jul, 2013

1 commit