Hello Kyösti Mälkki, Patrick Rudolph, build bot (Jenkins), Nico Huber,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/34518
to look at the new patch set (#2).
Change subject: Remove broken bootsplash display code ......................................................................
Remove broken bootsplash display code
Legacy code, that most likely never worked for most people. It only allowed for 1024x768@16 jpegs, and did not check return values. This resolution is somewhat deprecated and displaying the bootsplash can be done by some payloads anyways (e.g. SeaBIOS, tianocore).
With no more use, the jpeg library as well as depedencies were removed as well.
Change-Id: I77619e1a885ed87123f4f5f185969d16d557e490 Signed-off-by: Johanna Schander coreboot@mimoja.de --- M src/device/oprom/realmode/x86.c M src/device/oprom/yabel/vbe.c D src/lib/jpeg.c D src/lib/jpeg.h M util/README.md D util/fuzz-tests/Makefile D util/fuzz-tests/README D util/fuzz-tests/description.md D util/fuzz-tests/jpeg-test-cases/coreboot.jpg D util/fuzz-tests/jpeg-test-cases/coreboot_2.jpg D util/fuzz-tests/jpeg-test.c 11 files changed, 1 insertion(+), 1,179 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/18/34518/2