util/x86emu/yabel/vbe.c:647: error: 'vbe_mode_info_t' has no member named 'framebuffer_address' make: *** [util/x86emu/yabel/vbe.o] Error 1
Appears to be something wrong with the union in structure vbe_mode_info_t in vbe.c. It points to another structure vesa_mode_info_t, but I am not sure why it is not working?????
It compiles for me with 5132, but not 5135. You could look at the changes: http://tracker.coreboot.org/trac/coreboot/changeset/5135
Thanks, Myles