Attention is currently required from: Nico Huber, Matt DeVillier, Tim Wawrzynczak, 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 6:
(3 comments)
File src/mainboard/google/auron/variants/lulu/spd/spd.c:
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-126382): https://review.coreboot.org/c/coreboot/+/55803/comment/3e468952_269dd89e PS6, 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-126382): https://review.coreboot.org/c/coreboot/+/55803/comment/f69b0ac8_86c2341c PS6, 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-126382): https://review.coreboot.org/c/coreboot/+/55803/comment/49d2767a_93d0115c PS6, Line 27: return !((spd_index == 0b0000) || (spd_index == 0b0011) || (spd_index == 0b1010)); Avoid gcc v4.3+ binary constant extension: <0b1010>