Attention is currently required from: Felix Singer, Raul Rangel, Martin L Roth, Stefan Reinauer, Nicholas Chin.
build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/63799 )
Change subject: util/scripts: Add script to show platforms, CPU, type, and date added ......................................................................
Patch Set 4:
(3 comments)
File util/scripts/show_platforms.sh:
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-160918): https://review.coreboot.org/c/coreboot/+/63799/comment/56d545cf_d28d5dea PS4, Line 26: grep -v "SUBTYPE|COMMON|SOCKET|ENABLE|CONSOLE|SMU|depends on|ESPI|INTEL_CSE|NORTHBRIDGE_AMD_AGESA|INTEL_SLOT|REBOOT|DISABLE" | line length of 142 exceeds 96 columns
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-160918): https://review.coreboot.org/c/coreboot/+/63799/comment/7786c51b_ea22a5a3 PS4, Line 39: platform_type="$(sed -nE -e 's/Category: (.*)/\1/p' "${file/Kconfig/board_info.txt}" 2>/dev/null)" line length of 100 exceeds 96 columns
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-160918): https://review.coreboot.org/c/coreboot/+/63799/comment/85be18cc_9db1ee13 PS4, Line 42: printf "| %-29s | %-22s | %-10s | %-9s |\n" "${platformname}" "${chip}" "${create_date}" "${platform_type}" line length of 111 exceeds 96 columns