<div dir="ltr"><div><div><div><div>Hi, <br><br></div>I was trying to build coreboot with the latest git code and build failed when CONFIG_MAINBOARD_DO_NATIVE_VGA_INIT is set. Some of the error message is:<br><br>$ make<br>    CREATE     build/mainboard/lenovo/x220/cbfs-file.c7KD3B.out (from src/mainboard/lenovo/x220/cmos.default)<br>Created CBFS (capacity = 1046552 bytes)<br>E: Input file size (68464) greater than page size (65536).<br>    GEN        generated/romstage.ld<br>    LINK       cbfs/fallback/romstage.debug<br>    OBJCOPY    cbfs/fallback/romstage.elf<br>    CBFS       coreboot.pre<br>    CC         northbridge/intel/sandybridge/gma_sandybridge_lvds.ramstage.o<br>src/northbridge/intel/sandybridge/gma_sandybridge_lvds.c: In function 'i915lightup_sandy':<br>src/northbridge/intel/sandybridge/gma_sandybridge_lvds.c:195:21: error: 'struct edid' has no member named 'hborder'<br>  right_border = edid.hborder;<br>                     ^<br><br></div>After I searched the git log, I found this commit cause the error:<br>commit 7dbf9c6747ccdfa8b993d3843a22722742957611<br>Author: David Hendricks <<a href="mailto:dhendrix@chromium.org">dhendrix@chromium.org</a>><br>Date:   Thu Jul 30 18:49:48 2015 -0700<br><br>    edid: Use edid_mode struct to reduce redundancy<br>    <br>    This replaces various timing mode parameters parameters with<br>    an edid_mode struct within the edid struct.<br>    <br></div>I hope someone will fix the error soon.<br><br></div>Iru Cai<br><br></div>