Vlv2TbltDevicePkg: Fix VS2015 build breaks
https://bugzilla.tianocore.org/show_bug.cgi?id=911 Fix minor code issues that break VS2015 builds. Cc: David Wei <david.wei@intel.com> Cc: Mang Guo <mang.guo@intel.com> Cc: Jiewen Yao <jiewen.yao@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com> Reviewed-by: David Wei <david.wei@intel.com>
This commit is contained in:
@@ -1185,7 +1185,6 @@ UpdatePlatformInformation (
|
|||||||
)
|
)
|
||||||
{
|
{
|
||||||
UINT32 MicroCodeVersion;
|
UINT32 MicroCodeVersion;
|
||||||
CHAR16 Buffer[40];
|
|
||||||
CHAR16 Buffer[40];
|
CHAR16 Buffer[40];
|
||||||
UINT8 IgdVBIOSRevH;
|
UINT8 IgdVBIOSRevH;
|
||||||
UINT8 IgdVBIOSRevL;
|
UINT8 IgdVBIOSRevL;
|
||||||
|
@@ -28,12 +28,6 @@ Abstract:
|
|||||||
Abstract:
|
Abstract:
|
||||||
|
|
||||||
BIOS processor cache details.
|
BIOS processor cache details.
|
||||||
Misc. subclass type 7.
|
|
||||||
SMBIOS type 7.
|
|
||||||
|
|
||||||
--*/
|
|
||||||
#include "CommonHeader.h"
|
|
||||||
#include "MiscSubclassDriver.h"
|
|
||||||
Misc. subclass type 7.
|
Misc. subclass type 7.
|
||||||
SMBIOS type 7.
|
SMBIOS type 7.
|
||||||
|
|
||||||
|
@@ -147,7 +147,7 @@ PostPmInitCallBack (
|
|||||||
|
|
||||||
Initialize GT Post Routines.
|
Initialize GT Post Routines.
|
||||||
|
|
||||||
@param ImageHandle Handle for the image of this driver
|
@param ImageHandle Handle for the image of this driver
|
||||||
@param DxePlatformSaPolicy SA DxePlatformPolicy protocol
|
@param DxePlatformSaPolicy SA DxePlatformPolicy protocol
|
||||||
|
|
||||||
@retval EFI_SUCCESS GT POST initialization complete
|
@retval EFI_SUCCESS GT POST initialization complete
|
||||||
|
Reference in New Issue
Block a user