summaryrefslogtreecommitdiff
path: root/UefiCpuPkg/Library/MpInitLib/MpLib.c
diff options
context:
space:
mode:
authorPaul Grimes <paul.grimes@amd.com>2024-06-04 09:13:38 -0700
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2024-06-18 05:45:15 +0000
commit55c3ecde32edf88eee2ff51ef1c1fe372ad423f7 (patch)
tree8c9b520654d797d15162bebd01ca0a77fdb7a37c /UefiCpuPkg/Library/MpInitLib/MpLib.c
parentd40c71ef3f44e44684c1b478356b9654d351fd6b (diff)
downloadedk2-55c3ecde32edf88eee2ff51ef1c1fe372ad423f7.zip
edk2-55c3ecde32edf88eee2ff51ef1c1fe372ad423f7.tar.gz
edk2-55c3ecde32edf88eee2ff51ef1c1fe372ad423f7.tar.bz2
UefiCpuPkg/MpInitLib: Update references to SEV-SNP header file
Update reference to SevSnpMsr.h as part of a refactor of MSR definitions and SEV-SNP related defines. Remove family-specific references (filename) as these defines are common to all modern EPYC Processors. Signed-off-by: Paul Grimes <paul.grimes@amd.com>
Diffstat (limited to 'UefiCpuPkg/Library/MpInitLib/MpLib.c')
-rw-r--r--UefiCpuPkg/Library/MpInitLib/MpLib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/UefiCpuPkg/Library/MpInitLib/MpLib.c b/UefiCpuPkg/Library/MpInitLib/MpLib.c
index f972988..8fbcebd 100644
--- a/UefiCpuPkg/Library/MpInitLib/MpLib.c
+++ b/UefiCpuPkg/Library/MpInitLib/MpLib.c
@@ -10,7 +10,7 @@
#include "MpLib.h"
#include <Library/CcExitLib.h>
-#include <Register/Amd/Fam17Msr.h>
+#include <Register/Amd/SevSnpMsr.h>
#include <Register/Amd/Ghcb.h>
EFI_GUID mCpuInitMpLibHobGuid = CPU_INIT_MP_LIB_HOB_GUID;