soc/amd/sabrina/include/smu: update mailbox SMN addresses

The SMU message response register was moved compared to Cezanne.

Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Change-Id: Ie384de52b1efb1d52f9018315a4b72916a4c9cee
Reviewed-on: https://review.coreboot.org/c/coreboot/+/61095
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Jason Glenesk <jason.glenesk@gmail.com>
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
This commit is contained in:
Felix Held 2022-01-13 18:53:16 +01:00
parent bc1febad5b
commit 91068c95b7
2 changed files with 1 additions and 5 deletions

View File

@ -1,13 +1,11 @@
/* SPDX-License-Identifier: GPL-2.0-only */ /* SPDX-License-Identifier: GPL-2.0-only */
/* TODO: Check if this is still correct */
#ifndef AMD_SABRINA_SMU_H #ifndef AMD_SABRINA_SMU_H
#define AMD_SABRINA_SMU_H #define AMD_SABRINA_SMU_H
/* SMU mailbox register offsets in SMN */ /* SMU mailbox register offsets in SMN */
#define SMN_SMU_MESG_ID 0x3b10528 #define SMN_SMU_MESG_ID 0x3b10528
#define SMN_SMU_MESG_RESP 0x3b10564 #define SMN_SMU_MESG_RESP 0x3b10578
#define SMN_SMU_MESG_ARGS_BASE 0x3b10998 #define SMN_SMU_MESG_ARGS_BASE 0x3b10998
#define SMU_NUM_ARGS 6 #define SMU_NUM_ARGS 6

View File

@ -1,7 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-only */ /* SPDX-License-Identifier: GPL-2.0-only */
/* TODO: Check if this is still correct */
#include <console/console.h> #include <console/console.h>
#include <amdblocks/smu.h> #include <amdblocks/smu.h>
#include <soc/smu.h> #include <soc/smu.h>