Maximilian Brune has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/84384?usp=email )
Change subject: Updating MESSAGE and RESOPONSE address for SMU Mail box for STX ......................................................................
Updating MESSAGE and RESOPONSE address for SMU Mail box for STX
Signed-off-by: Avinash Munduru AvinashMunduru@amd.com Change-Id: I427186aa9f0fb0650b2ab8d6171a51a33edf2778 Tested-by: Avinash Munduru Avinash.Munduru@amd.com Reviewed-by: Anand Vaikar Anand.Vaikar@amd.com --- M src/soc/amd/glinda/include/soc/smu.h 1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/84/84384/1
diff --git a/src/soc/amd/glinda/include/soc/smu.h b/src/soc/amd/glinda/include/soc/smu.h index 32d5856..7916774 100644 --- a/src/soc/amd/glinda/include/soc/smu.h +++ b/src/soc/amd/glinda/include/soc/smu.h @@ -6,8 +6,8 @@ #define AMD_GLINDA_SMU_H
/* SMU mailbox register offsets in SMN */ -#define SMN_SMU_MESG_ID 0x3b10528 -#define SMN_SMU_MESG_RESP 0x3b10578 +#define SMN_SMU_MESG_ID 0x3b10928 +#define SMN_SMU_MESG_RESP 0x3b10978 #define SMN_SMU_MESG_ARGS_BASE 0x3b10998
#define SMU_NUM_ARGS 6