[U-Boot] [PATCH v3 1/4] dm: video: show correct colors in graphical console
Simon Glass
sjg at chromium.org
Sun Feb 4 13:40:20 UTC 2018
On 29 January 2018 at 00:19, Heinrich Schuchardt <xypron.glpk at gmx.de> wrote:
> Get RGB sequence in pixels right (swap blue and red).
> Do not set reserved bits.
>
> qemu-system-i386 -display sdl -vga virtio and
> qemu-system-i386 -display sdl -vga cirrus
> now display the similar colors (highlighting still missing) as
> qemu-system-i386 -nographic
>
> Testing is possible via
>
> setenv efi_selftest test output
> bootefi selftest
>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
> ---
> v3
> no change
> v2
> no change
> ---
> drivers/video/vidconsole-uclass.c | 13 ++++++-------
> test/dm/video.c | 2 +-
> 2 files changed, 7 insertions(+), 8 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list