Attention is currently required from: Jakub Czapiga, Jan Dabros, Yu-Ping Wu. Julius Werner has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/60080 )
Change subject: libpayload: Enable vboot integration ......................................................................
Patch Set 3:
(1 comment)
File payloads/libpayload/vboot/Kconfig:
https://review.coreboot.org/c/coreboot/+/60080/comment/f897e141_8ad60f1a PS3, Line 5: config VBOOT Actually, on second thought maybe it would be better to call this CONFIG_VBOOT_LIB and make the text something like "Compile verified boot (vboot) library", since that's the name of the coreboot option which is closer to what this actually does. Turning this on doesn't really enable boot verification in any way (coreboot does that by actually verifying the RW section and then passing it through lib_sysinfo), it just makes the library functions available for things like crypto support.