Attention is currently required from: Patrick Rudolph. build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/55579 )
Change subject: [WIP,UGLY,NOTREADY]util/cbfstool: Add min-base option ......................................................................
Patch Set 4:
(2 comments)
File util/cbfstool/cbfs_image.c:
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-122037): https://review.coreboot.org/c/coreboot/+/55579/comment/d779a32c_309dad12 PS4, Line 768: DEBUG("cbfs_add_entry: ") Prefer using '"%s...", __func__' to using 'cbfs_add_entry', this function's name, in a string
File util/cbfstool/cbfstool.c:
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-122037): https://review.coreboot.org/c/coreboot/+/55579/comment/acce4e4d_46a1e549 PS4, Line 975: const uint32_t min_offset = param.minbase_assigned ? convert_addr_space(param.image_region, param.minbase) : 0; line over 96 characters