Revision: 13699
          http://edk2.svn.sourceforge.net/edk2/?rev=13699&view=rev
Author:   czhang46
Date:     2012-09-05 00:32:12 +0000 (Wed, 05 Sep 2012)
Log Message:
-----------
fix compile error in TcgPei

signed-off-by: Zhang Chao <[email protected]>
reviewed-by  : Dong Guo   <[email protected]> 

Modified Paths:
--------------
    trunk/edk2/SecurityPkg/Tcg/TcgPei/TcgPei.c

Modified: trunk/edk2/SecurityPkg/Tcg/TcgPei/TcgPei.c
===================================================================
--- trunk/edk2/SecurityPkg/Tcg/TcgPei/TcgPei.c  2012-09-04 09:43:22 UTC (rev 
13698)
+++ trunk/edk2/SecurityPkg/Tcg/TcgPei/TcgPei.c  2012-09-05 00:32:12 UTC (rev 
13699)
@@ -185,7 +185,7 @@
 
   TcgEventHdr.PCRIndex  = 0;
   TcgEventHdr.EventType = EV_S_CRTM_VERSION;
-  TcgEventHdr.EventSize = StrSize((CHAR16*)PcdGetPtr 
(PcdFirmwareVersionString));
+  TcgEventHdr.EventSize = (UINT32) StrSize((CHAR16*)PcdGetPtr 
(PcdFirmwareVersionString));
 
   return HashLogExtendEvent (
            PeiServices,

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to