16 Aug, 2017

1 commit

  • We are now using an env_ prefix for environment functions. Rename these
    two functions for consistency. Also add function comments in common.h.

    Quite a few places use getenv() in a condition context, provoking a
    warning from checkpatch. These are fixed up in this patch also.

    Suggested-by: Wolfgang Denk
    Signed-off-by: Simon Glass

    Simon Glass
     

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
     

10 Feb, 2015

1 commit

  • 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
     

19 Jul, 2014

1 commit


09 Jul, 2013

1 commit


02 Jul, 2013

2 commits