build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/39200 )
Change subject: Doc/security/vboot: Add a script generated device list ......................................................................
Patch Set 3:
(2 comments)
https://review.coreboot.org/c/coreboot/+/39200/3/util/vboot_list/vboot_list.... File util/vboot_list/vboot_list.sh:
https://review.coreboot.org/c/coreboot/+/39200/3/util/vboot_list/vboot_list.... PS3, Line 19: sed -n '/config VENDOR/{n;s/^[\t[:space:]]+bool "(.*)"/\1/;p;}' $VENDORDIR/Kconfig.name line over 96 characters
https://review.coreboot.org/c/coreboot/+/39200/3/util/vboot_list/vboot_list.... PS3, Line 26: sed -n '/config BOARD/{n;s/^[\t[:space:]]+bool "(->\s+)?(.*)"/\2/;p;}' $BOARDDIR/Kconfig.name line over 96 characters