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