Re: [U-Boot] [PATCH v2 2/8] video/console: Implement reverse video ANSI sequence for DM_VIDEO

2019-04-17 Thread Anatolij Gustschin
On Sun, 14 Apr 2019 15:05:36 +0200 Anatolij Gustschin ag...@denx.de wrote: ... > Changes in v2: > - Fix to render standard bg colors (as used to be before v1 2/8 patch). >Catched by "dm video_ansi" test. > > drivers/video/vidconsole-uclass.c | 13 +++-- > drivers/video/video-uclass.c

[U-Boot] [PATCH v2 2/8] video/console: Implement reverse video ANSI sequence for DM_VIDEO

2019-04-14 Thread Anatolij Gustschin
From: Andre Przywara The video console for DM_VIDEO compliant drivers only understands a very small number of ANSI sequences. First and foremost it misses the "reverse video" command, which is used by our own bootmenu command to highlight the selected entry. To avoid forcing people to use their