Naresh Solanki has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/85627?usp=email )
Change subject: src/soc/amd/glinda: Update PSP MBOX offset in Kconfig ......................................................................
src/soc/amd/glinda: Update PSP MBOX offset in Kconfig
Glinda SoC PSP MBOX offset is 0x10970 & hence update the same in Kconfig
Change-Id: I328959513228fe0f9e78070eb6b302ef89857b42 Signed-off-by: Naresh Solanki naresh.solanki@9elements.com --- M src/soc/amd/glinda/Kconfig 1 file changed, 3 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/27/85627/1
diff --git a/src/soc/amd/glinda/Kconfig b/src/soc/amd/glinda/Kconfig index 68a1b6f..5f1c57e 100644 --- a/src/soc/amd/glinda/Kconfig +++ b/src/soc/amd/glinda/Kconfig @@ -380,6 +380,9 @@ help Add psp_verstage signature token to the build & PSP Directory Table
+config PSPV2_MBOX_CMD_OFFSET + hex + default 0x10970 endmenu
config VBOOT