Attention is currently required from: Furquan Shaikh, Aaron Durbin. build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/49332 )
Change subject: memlayout: Store region sizes as separate symbols ......................................................................
Patch Set 1:
(3 comments)
File src/include/memlayout.h:
https://review.coreboot.org/c/coreboot/+/49332/comment/ed968a45_d6ab51fa PS1, Line 36: #define RECORD_SIZE(name) \ Macros with multiple statements should be enclosed in a do - while loop
https://review.coreboot.org/c/coreboot/+/49332/comment/1835156c_8983143a PS1, Line 36: #define RECORD_SIZE(name) \ macros should not use a trailing semicolon
https://review.coreboot.org/c/coreboot/+/49332/comment/2b12f234_d7911477 PS1, Line 53: #define REGION_END(name, addr) \ Macros with complex values should be enclosed in parentheses