From 8268a01d2ca41cddbcccac9a4559d37e782eedc2 Mon Sep 17 00:00:00 2001 From: Shifei Lu Date: Tue, 10 Mar 2015 03:16:48 +0000 Subject: Add code to identify D0 stepping ValleyView SoC. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Shifei Lu Reviewed-by: David Wei git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17034 6f19259b-4bc3-4df7-8a09-765794883524 --- Vlv2TbltDevicePkg/Library/PchPlatformLib/PchPlatformLibrary.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Vlv2TbltDevicePkg') 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; -- cgit v1.2.3