[U-Boot] Please pull u-boot-video
Anatolij Gustschin
agust at denx.de
Sun Apr 14 18:10:51 UTC 2019
Hi Tom,
please pull video updates for v2019.07-rc1.
Travis CI: https://travis-ci.org/vdsao/u-boot-video/builds/519908888
Thanks,
Anatolij
The following changes since commit cf5eebeb18f7790d5030eb94f51fca0ebcd6e406:
Merge tag 'pull-12apr19' of git://git.denx.de/u-boot-dm (2019-04-13 08:27:35 -0400)
are available in the Git repository at:
git://git.denx.de/u-boot-video.git tags/video-for-2019.07-rc1
for you to fetch changes up to 7b64a70a3a0113f9cd5356b3260d4740edb03265:
sunxi: allow boards to de-select SYS_WHITE_ON_BLACK font scheme (2019-04-14 14:18:48 +0200)
----------------------------------------------------------------
- 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
----------------------------------------------------------------
Andre Przywara (7):
video/console: Fix DM_VIDEO font glyph array indexing
video/console: Implement reverse video ANSI sequence for DM_VIDEO
video/console: Implement relative cursor movement ANSI handling
video/console: Implement ANSI clear line command
video/console: Factor out actual character output
usb: kbd: Properly translate up/down arrow keys
sunxi: allow boards to de-select SYS_WHITE_ON_BLACK font scheme
Stefan Mavrodiev (1):
video: backlight: Parse PWM polarity cell
common/usb_kbd.c | 24 ++++++++-
drivers/video/Kconfig | 2 +-
drivers/video/console_normal.c | 3 +-
drivers/video/console_rotate.c | 7 +--
drivers/video/pwm_backlight.c | 11 ++++
drivers/video/vidconsole-uclass.c | 111 ++++++++++++++++++++++++++++++++------
drivers/video/video-uclass.c | 1 +
include/configs/sunxi-common.h | 1 -
include/video.h | 2 +
9 files changed, 138 insertions(+), 24 deletions(-)
More information about the U-Boot
mailing list