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
/
lcd_console.c
Age
Commit message (
Expand
)
Author
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