From fe0c32e6db55e26e42d44f2959d825f1412b9db9 Mon Sep 17 00:00:00 2001 From: Naresh Solanki Date: Wed, 20 Nov 2024 14:57:06 +0530 Subject: [PATCH] soc/amd/glinda: Update PSP MBOX offset in Kconfig Glinda SoC PSP MBOX offset is 0x10970 & hence update the same in Kconfig TEST=Tested with Birman Plus and it solved the issue for psp timeout Before: [DEBUG] PSP: Notify SMM info... error: PSP command timeout After: [DEBUG] PSP: Notify SMM info... OK Change-Id: I328959513228fe0f9e78070eb6b302ef89857b42 Signed-off-by: Naresh Solanki Reviewed-on: https://review.coreboot.org/c/coreboot/+/85627 Reviewed-by: Felix Held Tested-by: build bot (Jenkins) --- src/soc/amd/glinda/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/soc/amd/glinda/Kconfig b/src/soc/amd/glinda/Kconfig index 68a1b6fa5e..aa8c85e3e5 100644 --- a/src/soc/amd/glinda/Kconfig +++ b/src/soc/amd/glinda/Kconfig @@ -380,6 +380,10 @@ config PSP_VERSTAGE_SIGNING_TOKEN help Add psp_verstage signature token to the build & PSP Directory Table +config PSPV2_MBOX_CMD_OFFSET + hex + default 0x10970 + endmenu config VBOOT