Attention is currently required from: Felix Held, Fred Reitberger, Jason Glenesk, Matt DeVillier, Zheng Bao.
Hello Zheng Bao,
I'd like you to do a code review. Please visit
https://review.coreboot.org/c/coreboot/+/85664?usp=email
to review the following change.
Change subject: AB recovery: Enable CBFS verification and disable VBOOT ......................................................................
AB recovery: Enable CBFS verification and disable VBOOT
Change-Id: I0b89e7be11c198ab1819a3506dc55127345e5279 Signed-off-by: Zheng Bao fishbaozi@gmail.com --- M src/soc/amd/cezanne/Kconfig 1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/64/85664/1
diff --git a/src/soc/amd/cezanne/Kconfig b/src/soc/amd/cezanne/Kconfig index c6846a1..59c7c73 100644 --- a/src/soc/amd/cezanne/Kconfig +++ b/src/soc/amd/cezanne/Kconfig @@ -410,6 +410,8 @@
config PSP_AB_RECOVERY bool "Use A/B Recovery scheme" + depends on !VBOOT + select CBFS_VERIFICATION default n help Enable the PSP A/B Recovery mechanism