2016-01-18 21:34 GMT+01:00 Ben Gardner <[email protected]>: > Is there a work-around for this? For example, is there an option to > pad the FMAP out to 4 KB? The workaround is indeed to increase the FMAP region's size to 4K.
To do this, edit $(top)/Makefile.inc, line 708 (since you're on x86, otherwise line 723): FMAP_FMAP_SIZE := 0x100 to FMAP_FMAP_SIZE := 0x1000 Patrick -- Google Germany GmbH, ABC-Str. 19, 20354 Hamburg Registergericht und -nummer: Hamburg, HRB 86891, Sitz der Gesellschaft: Hamburg Geschäftsführer: Matthew Scott Sucherman, Paul Terence Manicle -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

