commit | 4b42cc4b31f682214ab473838f0de0584f58cba8 | [log] [tgz] |
---|---|---|
author | Patrick Rudolph <siro@das-labor.org> | Mon May 29 19:25:10 2017 +0200 |
committer | Kevin O'Connor <kevin@koconnor.net> | Mon Jun 12 15:10:05 2017 -0400 |
tree | 4762eb88fb50309ce113d9c6be740916d3f69e25 | |
parent | 58953eb793b7f43f9cbb72bd7802922746235266 [diff] |
SeaVGABios/cbvga: Advertise correct pixel format Accumulate the pixel format's bits instead relying on coreboot's bits_per_pixel, which says nothing about the active pixel format. Allows VBE to correctly advertise XRGB8 and BGRX8 framebuffer formats, commonly used by coreboot. Fixes at least Windows Bootloader and gfxboot. Signed-off-by: Patrick Rudolph <siro@das-labor.org>