Julius Werner has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/39002 )
Change subject: lib/edid_fill_fb: Support multiple framebuffers ......................................................................
Patch Set 6:
(1 comment)
https://review.coreboot.org/c/coreboot/+/39002/6/src/include/framebuffer_inf... File src/include/framebuffer_info.h:
https://review.coreboot.org/c/coreboot/+/39002/6/src/include/framebuffer_inf... PS6, Line 37: bool fb_fill_framebuffer_info(struct fb_info *info, Does this function really need to be exported separately? I only see it used once with the xgifb stuff, and that looks like it could also just use fb_set_framebuffer_info().