Christian Gmeiner wrote:
I did some more research and came up with the following idea/plan:
- search for valid edid binary blob (maybe this can be done with cbfs
from coreboot)
- extend vgasrc/geodevga.c to make use of edid information's
- extend vgasrc/vbe.c to support edid calls (104f15)
What do you think?
I think it sounds good, but perhaps also consider storing the edid not in binary but in a format easier to work with, like text?
//Peter