summaryrefslogtreecommitdiff
path: root/Vlv2TbltDevicePkg/Library/PchPlatformLib/PchPlatformLibrary.c
diff options
context:
space:
mode:
Diffstat (limited to 'Vlv2TbltDevicePkg/Library/PchPlatformLib/PchPlatformLibrary.c')
-rw-r--r--Vlv2TbltDevicePkg/Library/PchPlatformLib/PchPlatformLibrary.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/Vlv2TbltDevicePkg/Library/PchPlatformLib/PchPlatformLibrary.c b/Vlv2TbltDevicePkg/Library/PchPlatformLib/PchPlatformLibrary.c
index c92308f4e..a509b07c6 100644
--- a/Vlv2TbltDevicePkg/Library/PchPlatformLib/PchPlatformLibrary.c
+++ b/Vlv2TbltDevicePkg/Library/PchPlatformLib/PchPlatformLibrary.c
@@ -83,7 +83,12 @@ PchStepping (
case V_PCH_LPC_RID_D:
return PchC0;
break;
-
+
+ case V_PCH_LPC_RID_E:
+ case V_PCH_LPC_RID_F:
+ return PchD0;
+ break;
+
default:
return PchSteppingMax;
break;