On Mon, Jul 13, 2015 at 06:18:05AM +0000, He, Tim wrote:
> I still couldn't apply the patch, could you please send me the patch again as 
> attached file? I suspect the email content ignored some character. 

I've attached the two patch files (type redefinitions and change of UEFI 
version string).

I've also pushed the changesets to 
https://github.com/bcran/edk2/commits/svn/branches/UDK2014.SP1 .

-- 
Bruce
diff --git a/Vlv2TbltDevicePkg/PlatformSetupDxe/VfrStrings.uni b/Vlv2TbltDevicePkg/PlatformSetupDxe/VfrStrings.uni
index 2aed705..695b0b3 100644
Binary files a/Vlv2TbltDevicePkg/PlatformSetupDxe/VfrStrings.uni and b/Vlv2TbltDevicePkg/PlatformSetupDxe/VfrStrings.uni differ
diff --git a/Vlv2DeviceRefCodePkg/ValleyView2Soc/CPU/Include/Protocol/PpmPlatformPolicy.h b/Vlv2DeviceRefCodePkg/ValleyView2Soc/CPU/Include/Protocol/PpmPlatformPolicy.h
index 4b9f992..6029d14 100644
--- a/Vlv2DeviceRefCodePkg/ValleyView2Soc/CPU/Include/Protocol/PpmPlatformPolicy.h
+++ b/Vlv2DeviceRefCodePkg/ValleyView2Soc/CPU/Include/Protocol/PpmPlatformPolicy.h
@@ -110,7 +110,7 @@ typedef struct _PPM_TURBO_SETTINGS {
 //
 // Platform Policy
 //
-typedef struct _PPM_PLATFORM_POLICY_PROTOCOL {
+struct _PPM_PLATFORM_POLICY_PROTOCOL {
   UINT8                                 Revision;
   PPM_FUNCTION_ENABLES                  FunctionEnables;
   PPM_CUSTOM_VID_TABLE                  CustomVidTable;
@@ -133,6 +133,6 @@ typedef struct _PPM_PLATFORM_POLICY_PROTOCOL {
   //
   UINT16                                Reserve10;
   UINT8                                 Reserve11;
-} PPM_PLATFORM_POLICY_PROTOCOL;
+};
 
 #endif
diff --git a/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Ppi/SmbusPolicy.h b/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Ppi/SmbusPolicy.h
index c4eba99..bd9164a 100644
--- a/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Ppi/SmbusPolicy.h
+++ b/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Ppi/SmbusPolicy.h
@@ -34,12 +34,12 @@ Abstract:
 
 typedef struct _PEI_SMBUS_POLICY_PPI PEI_SMBUS_POLICY_PPI;
 
-typedef struct _PEI_SMBUS_POLICY_PPI {
+struct _PEI_SMBUS_POLICY_PPI {
   UINTN   BaseAddress;
   UINT32  PciAddress;
   UINT8   NumRsvdAddress;
   UINT8   *RsvdAddress;
-} PEI_SMBUS_POLICY_PPI;
+};
 
 extern EFI_GUID gPeiSmbusPolicyPpiGuid;
 
------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-devel

Reply via email to