These two patches enable better support for text highlighting and colors when using the "coreboot native vga" seavgabios option rom. It is a bit of a hack, but seems to improve things in a couple of boot loaders I tested.
This is also at (along with the previous usb series): https://github.com/KevinOConnor/seabios/tree/testing
-Kevin
Kevin O'Connor (2): vgabios: Add support for reading framebuffer in "direct" mode vgabios: Add support handling text mode attributes while in graphics mode
vgasrc/Kconfig | 6 ++++++ vgasrc/vgafb.c | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++-------- 2 files changed, 61 insertions(+), 8 deletions(-)