On 29 January 2018 at 00:19, Heinrich Schuchardt <[email protected]> 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 <[email protected]> > --- > 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 <[email protected]> _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

