Hello Kyösti Mälkki, Patrick Rudolph, Christoph Pomaska, Philipp Deppenwiese, 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 (#6).
Change subject: src/device/oprom src/lib: Remove broken bootsplash display code ......................................................................
src/device/oprom src/lib: 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 Documentation/util.md M src/device/Kconfig M src/device/oprom/realmode/x86.c M src/device/oprom/yabel/vbe.c M src/lib/Makefile.inc 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 14 files changed, 0 insertions(+), 1,194 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/18/34518/6