Hello Kyösti Mälkki, Christoph Pomaska, Stefan Reinauer, Jonathan Neuschäfer, build bot (Jenkins), Patrick Georgi, Martin Roth,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/34537
to look at the new patch set (#7).
Change subject: src/device/oprom: Fix bootsplash display code for optionroms ......................................................................
src/device/oprom: Fix bootsplash display code for optionroms
So far the bootsplash is only correctly rendered if the framebuffer is setup as 1024x768@16.
This commit removes this limit by using the actual resolutions and combines the code for x86 and yabel.
For the moment the bootsplash is still limited to VGA-OptionROM framebuffer init.
Change-Id: I5ab7b8a0f28badaa16e25dbe807158870d06e26a Signed-off-by: Johanna Schander coreboot@mimoja.de --- M src/device/oprom/Makefile.inc A src/device/oprom/bootsplash.c A src/device/oprom/bootsplash.h M src/device/oprom/realmode/x86.c M src/device/oprom/yabel/vbe.c 5 files changed, 88 insertions(+), 43 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/37/34537/7