Attention is currently required from: Elyes Haouas.
Julius Werner has posted comments on this change by Elyes Haouas. ( https://review.coreboot.org/c/coreboot/+/84277?usp=email )
Change subject: edid.h: Increase EDID_ASCII_STRING_LENGTH to 14 ......................................................................
Patch Set 1:
(1 comment)
Patchset:
PS1: The 13 here come from the EDID specification, we should not change it. The panels in src/drivers/mipi don't have real EDIDs, we're just reusing the data structure to have a common interface for display parameters. I think the correct fix here is to just truncate the MIPI panel names in whatever way makes sense to fit in 13 bytes (without terminating '\0').