Marcello Sylvester Bauer 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 4:
(3 comments)
https://review.coreboot.org/c/coreboot/+/39200/2/Documentation/security/vboo... File Documentation/security/vboot/index.md:
https://review.coreboot.org/c/coreboot/+/39200/2/Documentation/security/vboo... PS2, Line 15: list_vboot
this file needs to be referenced by a toctree, that is: […]
Done
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
Done
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
Done