[coreboot] cbfstool: CBFS alignment broken due to FMAP

Patrick Georgi pgeorgi at google.com
Mon Jan 18 21:46:38 CET 2016


2016-01-18 21:34 GMT+01:00 Ben Gardner <gardner.ben at gmail.com>:
> 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



More information about the coreboot mailing list