build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/21437 )
Change subject: ifdtool: port the feature to set AltMeDisable/HAP bit here ......................................................................
Patch Set 63:
(4 comments)
https://review.coreboot.org/#/c/21437/63/util/ifdtool/ifdtool.c File util/ifdtool/ifdtool.c:
https://review.coreboot.org/#/c/21437/63/util/ifdtool/ifdtool.c@188 PS63, Line 188: printf("Peculiar firmware descriptor, assuming Ibex Peak compatibility.\n"); line over 80 characters
https://review.coreboot.org/#/c/21437/63/util/ifdtool/ifdtool.c@197 PS63, Line 197: printf("Peculiar firmware descriptor, assuming Wildcat Point compatibility.\n"); line over 80 characters
https://review.coreboot.org/#/c/21437/63/util/ifdtool/ifdtool.c@1650 PS63, Line 1650: fpsba_t* fpsba = find_fpsba(image, size); "foo* bar" should be "foo *bar"
https://review.coreboot.org/#/c/21437/63/util/ifdtool/ifdtool.c@1651 PS63, Line 1651: fmsba_t* fmsba = find_fmsba(image, size); "foo* bar" should be "foo *bar"