Branch: refs/heads/master Home: https://github.com/tianocore/edk2 Commit: aa1cd447b346e8cc8141df2fe2d321b032c08acb https://github.com/tianocore/edk2/commit/aa1cd447b346e8cc8141df2fe2d321b032c08acb Author: Liu, Zhiguang <zhiguang....@intel.com> Date: 2023-03-07 (Tue, 07 Mar 2023)
Changed paths: M UefiCpuPkg/Application/Cpuid/Cpuid.c M UefiCpuPkg/Library/RegisterCpuFeaturesLib/CpuFeaturesInitialize.c Log Message: ----------- UefiCpuPkg: Calculate DisplayFamily correctly REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4348 Per SDM: DisplayFamily = Extended_Family_ID + Family_ID. DisplayModelID = (Extended_Model_ID << 4) + Family_ID. Correct the related code. Cc: Eric Dong <eric.d...@intel.com> Reviewed-by: Ray Ni <ray...@intel.com> Cc: Rahul Kumar <rahul1.ku...@intel.com> Acked-by: Gerd Hoffmann <kra...@redhat.com> Reviewed-by: Star Zeng <star.z...@intel.com> Cc: Mike Maslenkin <mike.maslen...@gmail.com> Signed-off-by: Zhiguang Liu <zhiguang....@intel.com> _______________________________________________ edk2-commits mailing list edk2-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/edk2-commits