diff --git a/Platform/AlderlakeBoardPkg/Library/Stage2BoardInitLib/AcpiPlatform.c b/Platform/AlderlakeBoardPkg/Library/Stage2BoardInitLib/AcpiPlatform.c index 1f40f093..4e38dc1e 100644 --- a/Platform/AlderlakeBoardPkg/Library/Stage2BoardInitLib/AcpiPlatform.c +++ b/Platform/AlderlakeBoardPkg/Library/Stage2BoardInitLib/AcpiPlatform.c @@ -561,7 +561,7 @@ UpdateCpuNvs ( /// /// Update NVS ASL items. /// - CpuNvs->Cpuid = GetCpuFamily() | GetCpuStepping(); + CpuNvs->Cpuid = (UINT32)GetCpuFamily() | (UINT32)GetCpuStepping(); CpuNvs->Revision = 1; ///