Attention is currently required from: Bao Zheng, Zheng Bao. Furquan Shaikh has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/55158 )
Change subject: cbfstool: Print out the CBFS offset and size ......................................................................
Patch Set 2:
(1 comment)
File util/cbfstool/cbfstool.c:
https://review.coreboot.org/c/coreboot/+/55158/comment/ff51e8c2_e271412b PS2, Line 1507: printf("cbfs_start: 0x%lx\n", image.buffer.offset); : printf("cbfs_size: 0x%lx\n", image.buffer.size);
Is it ugly? […]
There is already support for printing the offset of CBFS using `cbfstool FILE layout`. It prints out the offsets of all sections in the FILE. Can that be used for your purpose instead of adding cbfs_start:/cbfs_size: here?