Attention is currently required from: Arthur Heymans.
Angel Pons has posted comments on this change by Arthur Heymans. ( https://review.coreboot.org/c/coreboot/+/84043?usp=email )
Change subject: util/cbfstool: Deal with how lld organizes loadable segments ......................................................................
Patch Set 4: Code-Review+1
(1 comment)
File util/cbfstool/cbfs-mkstage.c:
https://review.coreboot.org/c/coreboot/+/84043/comment/9fbdcf89_a6e458d3?usp... : PS4, Line 318: /* : * lld pads the memsz of the .text vaddr till the vaddr of car.data. Since we don't load : * XIP stages at runtime, we don't care. : */ nit: reflow comment
```suggestion /* * lld pads the memsz of the .text vaddr till the vaddr of car.data. * Since we don't load XIP stages at runtime, we don't care. */ ```