index
:
u-boot.git
dependabot/pip/doc/sphinx/pygments-2.20.0
dependabot/pip/doc/sphinx/requests-2.33.0
dependabot/pip/tools/patman/aiohttp-3.13.4
master
next
origin
u-boot-2009.11.y
u-boot-2013.01.y
u-boot-2016.09.y
u-boot-2023.07.y
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
lcd_console.c
Age
Commit message (
Expand
)
Author
2022-10-30
video: Drop common LCD implementation
Simon Glass
2022-10-30
Drop CONFIG_LCD_LOGO
Simon Glass
2022-10-30
video: Drop CONFIG_LCD_INFO_BELOW_LOGO
Simon Glass
2021-09-30
WS cleanup: remove trailing empty lines
Wolfgang Denk
2021-08-02
global: Convert simple_strtoul() with decimal to dectoul()
Simon Glass
2020-05-18
common: Drop log.h from common header
Simon Glass
2020-05-18
command: Remove the cmd_tbl_t typedef
Simon Glass
2019-12-02
common: Move serial functions out of common.h
Simon Glass
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2015-04-18
common/lcd_console: introduce display/framebuffer rotation
Hannes Petermaier
2015-04-18
common/lcd_console: move single static variables into common (static) structure
Hannes Petermaier
2015-04-18
common/lcd_console: ask only one-time for bg/fg-color per call
Hannes Petermaier
2015-04-18
common/lcd_console: cleanup lcd_drawchars/lcd_putc_xy
Hannes Petermaier
2015-03-05
common/lcd: Add command for writing to lcd-display
Hannes Petermaier
2015-03-05
common/lcd: Add command for setting cursor within lcd-console
Hannes Petermaier
2015-01-10
lcd_console: remove unused defines
Nikita Kiryanov
2015-01-10
lcd: refactor lcd console stuff into its own file
Nikita Kiryanov