Attention is currently required from: Martin L Roth, Nico Huber, Paul Menzel.
Nigel Tao has posted comments on this change by Nigel Tao. ( https://review.coreboot.org/c/coreboot/+/83895?usp=email )
Change subject: lib/jpeg: avoid calling malloc and free ......................................................................
Patch Set 2:
(1 comment)
Patchset:
PS2: Adding reviewers and CC based on the people mentioned in: https://review.coreboot.org/c/coreboot/+/83476 https://review.coreboot.org/c/coreboot/+/78271
This (and the related https://review.coreboot.org/c/coreboot/+/83894) is my first coreboot gerrit contribution and I'm also very new to coreboot. Please let me know if I'm doing something wrong. I've surely added too many reviewers but I don't know who the primary reviewer should be.
After following the coreboot tutorial, I've tested this patch on qemu with the config below (and an 800x600 bootsplash.jpg file):
``` CONFIG_BOOTSPLASH=y CONFIG_BOOTSPLASH_IMAGE=y CONFIG_GENERIC_LINEAR_FRAMEBUFFER=y CONFIG_PAYLOAD_ELF=y CONFIG_PAYLOAD_FILE="payloads/coreinfo/build/coreinfo.elf" ```