|
From: <hc...@us...> - 2012-11-02 05:39:27
|
Revision: 2563
http://edk2-buildtools.svn.sourceforge.net/edk2-buildtools/?rev=2563&view=rev
Author: hchen30
Date: 2012-11-02 05:39:20 +0000 (Fri, 02 Nov 2012)
Log Message:
-----------
Change the type of HashType from UINT32 to EFI_GUID to follow UEFI spec.
Assigned-by: Hess Chen (hes...@in...)
Reviewed-by: Jiewen Yao (jie...@in...)
Modified Paths:
--------------
trunk/BaseTools/Source/C/Include/Common/UefiMultiPhase.h
Modified: trunk/BaseTools/Source/C/Include/Common/UefiMultiPhase.h
===================================================================
--- trunk/BaseTools/Source/C/Include/Common/UefiMultiPhase.h 2012-10-30 08:30:45 UTC (rev 2562)
+++ trunk/BaseTools/Source/C/Include/Common/UefiMultiPhase.h 2012-11-02 05:39:20 UTC (rev 2563)
@@ -117,9 +117,9 @@
// WIN_CERTIFICATE_UEFI_GUID.CertData
//
typedef struct _EFI_CERT_BLOCK_RSA_2048_SHA256 {
- UINT32 HashType;
- UINT8 PublicKey[256];
- UINT8 Signature[256];
+ EFI_GUID HashType;
+ UINT8 PublicKey[256];
+ UINT8 Signature[256];
} EFI_CERT_BLOCK_RSA_2048_SHA256;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|