Revision: 17028
          http://sourceforge.net/p/edk2/code/17028
Author:   zwei4
Date:     2015-03-09 09:37:41 +0000 (Mon, 09 Mar 2015)
Log Message:
-----------
Add code to identify D0 stepping. 

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Shifei Lu <shifeix.a...@intel.com>
Reviewed-by: David Wei <david....@intel.com>

Modified Paths:
--------------
    
branches/UDK2014.SP1/Vlv2TbltDevicePkg/Library/PchPlatformLib/PchPlatformLibrary.c

Modified: 
branches/UDK2014.SP1/Vlv2TbltDevicePkg/Library/PchPlatformLib/PchPlatformLibrary.c
===================================================================
--- 
branches/UDK2014.SP1/Vlv2TbltDevicePkg/Library/PchPlatformLib/PchPlatformLibrary.c
  2015-03-09 09:36:37 UTC (rev 17027)
+++ 
branches/UDK2014.SP1/Vlv2TbltDevicePkg/Library/PchPlatformLib/PchPlatformLibrary.c
  2015-03-09 09:37:41 UTC (rev 17028)
@@ -1,25 +1,16 @@
 /**
 
 Copyright (c) 2012  - 2014, Intel Corporation. All rights reserved
-                                                                               
    
+                                                                               
    
+  This program and the accompanying materials are licensed and made available 
under
+  the terms and conditions of the BSD License that accompanies this 
distribution.  
+  The full text of the license may be found at                                 
    
+  http://opensource.org/licenses/bsd-license.php.                              
    
+                                                                               
    
+  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,        
    
+  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR 
IMPLIED.    
+                                                                               
    
 
-  This program and the accompanying materials are licensed and made available 
under
-
-  the terms and conditions of the BSD License that accompanies this 
distribution.  
-
-  The full text of the license may be found at                                 
    
-
-  http://opensource.org/licenses/bsd-license.php.                              
    
-
-                                                                               
    
-
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,        
    
-
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR 
IMPLIED.    
-
-                                                                               
    
-
-
   @file
   PchPlatformLib.c
 
@@ -92,7 +83,12 @@
     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;


------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
edk2-commits mailing list
edk2-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to