Attention is currently required from: Nico Huber, Matt DeVillier, Arthur Heymans, Patrick Rudolph. build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/55803 )
Change subject: [TESTME] mb/google/auron: Refactor memory-down SPD handling ......................................................................
Patch Set 5:
(3 comments)
File src/mainboard/google/auron/variants/lulu/spd/spd.c:
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-125546): https://review.coreboot.org/c/coreboot/+/55803/comment/9e05abca_28092c12 PS5, Line 27: return !((spd_index == 0b0000) || (spd_index == 0b0011) || (spd_index == 0b1010)); Avoid gcc v4.3+ binary constant extension: <0b0000>
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-125546): https://review.coreboot.org/c/coreboot/+/55803/comment/d5ef31ce_fdd51c07 PS5, Line 27: return !((spd_index == 0b0000) || (spd_index == 0b0011) || (spd_index == 0b1010)); Avoid gcc v4.3+ binary constant extension: <0b0011>
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-125546): https://review.coreboot.org/c/coreboot/+/55803/comment/a46279b9_2a126dec PS5, Line 27: return !((spd_index == 0b0000) || (spd_index == 0b0011) || (spd_index == 0b1010)); Avoid gcc v4.3+ binary constant extension: <0b1010>