Aaron Durbin has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/45964 )
Change subject: soc/amd/picasso: Die if the workbuf is missing two boots in a row ......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/c/coreboot/+/45964/1/src/soc/amd/picasso/bootblo... File src/soc/amd/picasso/bootblock/bootblock.c:
https://review.coreboot.org/c/coreboot/+/45964/1/src/soc/amd/picasso/bootblo... PS1, Line 142: if ((!vbnv_cmos_failed()) && cmos_read(CMOS_RECOVERY_BYTE) == src/soc/amd/picasso/bootblock/bootblock.c:142:9: error: implicit declaration of function 'vbnv_cmos_failed' [-Werror=implicit-function-declaration] if ((!vbnv_cmos_failed()) && cmos_read(CMOS_RECOVERY_BYTE) == ^~~~~~~~~~~~~~~~