index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
splash.c
Age
Commit message (
Expand
)
Author
2023-04-24
common: Replace #ifdef and #if with if's
Nikhil M Jain
2023-04-24
common: Enable splash functions at SPL
Nikhil M Jain
2023-03-07
video console: implement multiple fonts configuration
Dzmitry Sankouski
2023-02-10
Correct SPL use of SPLASH_SOURCE
Simon Glass
2022-10-30
video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEO
Simon Glass
2022-10-30
video: Drop use of the lcd header file
Simon Glass
2022-10-30
splash: support raw image from MMC
Julien Masson
2022-08-10
common: Drop display_options.h from common header
Simon Glass
2021-12-26
video: Convert CONFIG_VIDEO_LOGO to Kconfig
Simon Glass
2021-08-02
global: Convert simple_strtoul() with hex to hextoul()
Simon Glass
2020-06-28
splash: Fix build warning on 64 bits CPU
Ye Li
2019-10-31
splash: fix build breakage with newer llvm-7
Anatolij Gustschin
2019-09-21
splash: fix splash banner output
Anatolij Gustschin
2019-09-21
splash: fix logo drawing if CONFIG_VIDEO_LOGO enabled
Anatolij Gustschin
2019-08-11
env: Move env_get() to env.h
Simon Glass
2019-06-04
splash: display splash in DM_VIDEO configurations
Igor Opaniuk
2017-08-16
env: Rename getenv/_f() to env_get()
Simon Glass
2016-07-26
splash: Introduce default_splash_locations
Alexey Brodkin
2015-02-10
lcd: split splash code into its own function
Nikita Kiryanov
2014-07-18
common:splash: use __weak
Jeroen Hofstee
2013-07-08
video: consolidate splash screen alignment code
Anatolij Gustschin
2013-07-01
video: lcd: Make splash_screen_prepare weak, remove config macro
Robert Winkler
2013-07-01
video: lcd: Add CONFIG_SPLASH_SCREEN_PREPARE support to CONFIG_VIDEO
Robert Winkler