include/cpu/amd/msr: rename MSR_PSP_ADDR to PSP_ADDR_MSR
The new name is more consistent with the rest of the MSR definitions. Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: I5666d9837c61881639b5f292553a728e49c5ceb2 Reviewed-on: https://review.coreboot.org/c/coreboot/+/50855 Reviewed-by: Raul Rangel <rrangel@chromium.org> Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
@@ -78,7 +78,7 @@
|
||||
#define LS_CFG2_MSR 0xC001102D
|
||||
#define IBS_OP_DATA3_MSR 0xC0011037
|
||||
#define S3_RESUME_EIP_MSR 0xC00110E0
|
||||
#define MSR_PSP_ADDR 0xc00110a2
|
||||
#define PSP_ADDR_MSR 0xc00110a2
|
||||
|
||||
#define MSR_PATCH_LEVEL 0x0000008B
|
||||
#define CORE_PERF_BOOST_CTRL 0x15c
|
||||
|
Reference in New Issue
Block a user