]> git.ipfire.org Git - people/ms/u-boot.git/commit
dm: video: Add color ANSI escape sequence support
authorRob Clark <robdclark@gmail.com>
Wed, 13 Sep 2017 22:12:22 +0000 (18:12 -0400)
committerAnatolij Gustschin <agust@denx.de>
Fri, 29 Sep 2017 15:55:16 +0000 (17:55 +0200)
commit703d885c228074fb24b4d51673a9422fac49fa9b
treedcdd8ca8211dc55be2f530ea2868bf2b3e8be789
parenta085aa1f2737baf60d322296f02c066ee3c6a53e
dm: video: Add color ANSI escape sequence support

Note that this doesn't differentiate (due to lack of information in
video_priv) between different possible component orders for 32bpp.
But the main user at this point is efi_loader, and GOP expects xBGR
so any video drivers that this is incorrect for already have problems.
(Also, conveniently, this matches what simple-framebuffer bindings
expect for kernels that use the simple-framebuffer DT binding to
take over the bootloader display.)

Signed-off-by: Rob Clark <robdclark@gmail.com>
drivers/video/vidconsole-uclass.c