]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
Merge tag 'video-for-2019.07-rc1' of git://git.denx.de/u-boot-video
authorTom Rini <trini@konsulko.com>
Mon, 15 Apr 2019 11:30:07 +0000 (07:30 -0400)
committerTom Rini <trini@konsulko.com>
Mon, 15 Apr 2019 11:30:07 +0000 (07:30 -0400)
- optional backlight PWM polarity config via polarity cell
- bug fix for ASCII characters > 127
- ANSI sequence handling extensions (implement clear line,
  reverse video and relative cursor movement commands)
- preparation for doing character set translations
- left/right and up/down arrow keys translation to ANSI
  control sequences for cursor movement to fix selection
  with an USB keyboard in bootmenu
- CONFIG_SYS_WHITE_ON_BLACK font scheme configuration for
  sunxi boards


Trivial merge