Patrick Georgi has posted comments on this change. ( https://review.coreboot.org/21598 )
Change subject: util/cbfstool: Add "expand" command to make CBFS span an fmap region ......................................................................
Patch Set 2:
(1 comment)
https://review.coreboot.org/#/c/21598/1/util/cbfstool/cbfstool.c File util/cbfstool/cbfstool.c:
https://review.coreboot.org/#/c/21598/1/util/cbfstool/cbfstool.c@1114 PS1, Line 1114: /* Obtain the source region. */
nit: Shouldn't this default to COREBOOT like the other commands? (Or, if it
You're right. I originally used source_region which needs this guard. Fixed.