summaryrefslogtreecommitdiff
path: root/Silicon/Intel/Vlv2SocBinPkg/X64RELEASE/IA32/SecCore.inf
diff options
context:
space:
mode:
Diffstat (limited to 'Silicon/Intel/Vlv2SocBinPkg/X64RELEASE/IA32/SecCore.inf')
-rw-r--r--Silicon/Intel/Vlv2SocBinPkg/X64RELEASE/IA32/SecCore.inf304
1 files changed, 152 insertions, 152 deletions
diff --git a/Silicon/Intel/Vlv2SocBinPkg/X64RELEASE/IA32/SecCore.inf b/Silicon/Intel/Vlv2SocBinPkg/X64RELEASE/IA32/SecCore.inf
index 45dd9b9..e3b8bbe 100644
--- a/Silicon/Intel/Vlv2SocBinPkg/X64RELEASE/IA32/SecCore.inf
+++ b/Silicon/Intel/Vlv2SocBinPkg/X64RELEASE/IA32/SecCore.inf
@@ -1,152 +1,152 @@
-#
-# This file contains an 'Intel Pre-EFI Module' and is licensed
-# for Intel CPUs and Chipsets under the terms of your license
-# agreement with Intel or your vendor. This file may be
-# modified by the user, subject to additional terms of the
-# license agreement
-#
-## @file
-# SecCore module that implements the SEC phase.
-# NOTE: This module was replaced by UefiCpuPkg/SecCore/SecCore.inf
-#
-# This is the first module taking control of the platform upon power-on/reset.
-# It implements the first phase of the security phase. The entry point function is
-# _ModuleEntryPoint in PlatformSecLib. The entry point function will switch to
-# protected mode, setup flat memory model, enable temporary memory and
-# call into SecStartup().
-#
-# Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.<BR>
-#
-# This software and associated documentation (if any) is furnished
-# under a license and may only be used or copied in accordance
-# with the terms of the license. Except as permitted by such
-# license, no part of this software or documentation may be
-# reproduced, stored in a retrieval system, or transmitted in any
-# form or by any means without the express written consent of
-# Intel Corporation.
-#
-#
-##
-
-# DO NOT EDIT
-# FILE auto-generated
-
-[Defines]
- INF_VERSION = 0x00010017
- BASE_NAME = SecCore
- FILE_GUID = 1BA0062E-C779-4582-8566-336AE8F78F09
- MODULE_TYPE = SEC
- VERSION_STRING = 1.0
- MODULE_UNI_FILE = SecCore.uni
-
-[Packages.IA32]
- MdePkg/MdePkg.dec
- MdeModulePkg/MdeModulePkg.dec
-
-[Binaries.IA32]
- PE32|SecCore.efi
- BIN|ResetVec.bin
-
-[PatchPcd.IA32]
- gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0x00000000e0000000|0x1CE8
-
-
-[Protocols.IA32]
-
-[Ppis.IA32]
- ## PRODUCES
- gEfiSecPlatformInformationPpiGuid
-
- ## PRODUCES
- gEfiTemporaryRamDonePpiGuid
-
- ## SOMETIMES_PRODUCES
- gEfiPeiFirmwareVolumeInfoPpiGuid
-
- ## SOMETIMES_PRODUCES
- gEfiPeiFirmwareVolumeInfo2PpiGuid
-
-
-[Guids.IA32]
- ## SOMETIMES_PRODUCES ## GUID # FV File System Guid.
- gEfiFirmwareFileSystem2Guid
-
- ## SOMETIMES_PRODUCES ## HOB # MemoryAllocation StackHob
- gEfiHobMemoryAllocStackGuid
-
- ## SOMETIMES_PRODUCES ## HOB # MemoryAllocation BspStoreHob
- gEfiHobMemoryAllocBspStoreGuid
-
- ## SOMETIMES_PRODUCES ## HOB # MemoryAllocation ModuleHob
- gEfiHobMemoryAllocModuleGuid
-
- ## SOMETIMES_CONSUMES ## UNDEFINED
- gEfiStatusCodeSpecificDataGuid
-
- ## SOMETIMES_CONSUMES ## UNDEFINED
- gEfiStatusCodeDataTypeDebugGuid
-
-
-[PcdEx.IA32]
-
-[LibraryClasses.IA32]
-## @LIB_INSTANCES
-# MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
-# MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
-# MdePkg/Library/PeiHobLib/PeiHobLib.inf
-# MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf
-# UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf
-# MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
-# MdePkg/Library/BaseLib/BaseLib.inf
-# MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
-# MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr.inf
-# MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
-# MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf
-# MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf
-# Vlv2TbltDevicePkg/Library/IntelPchAcpiTimerLib/IntelPchAcpiTimerLib.inf
-# DeviceCommonPkg/Library/UsbDebugPortLib/UsbDebugPortLibPei.inf
-# Vlv2TbltDevicePkg/Library/PlatformCmosLib/PlatformCmosLib.inf
-# Vlv2TbltDevicePkg/Library/PlatformHookSerialLib/PlatformHookSerialInitLib.inf
-# Vlv2TbltDevicePkg/Library/SerialPortLib/SerialPortLib.inf
-# DeviceCommonPkg/Library/CmosAccessLib/CmosAccessLib.inf
-# UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib.inf
-# MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
-# MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
-# Vlv2TbltDevicePkg/Library/PlatformSecLib/PlatformSecLib.inf
-# MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
-# MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
-# MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
-# MdeModulePkg/Library/CpuExceptionHandlerLibNull/CpuExceptionHandlerLibNull.inf
-# MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
-
-[Depex.IA32]
-
-
-#
-# The following information is for reference only and not required by the build tools.
-#
-# VALID_ARCHITECTURES = IA32 X64 IPF EBC
-#
-
-[BuildOptions.IA32]
-## @AsBuilt
-## MSFT:RELEASE_VS2015x86_IA32_SYMRENAME_FLAGS = Symbol renaming not needed for
-## MSFT:RELEASE_VS2015x86_IA32_ASLDLINK_FLAGS = /NODEFAULTLIB /ENTRY:ReferenceAcpiTable /SUBSYSTEM:CONSOLE
-## MSFT:RELEASE_VS2015x86_IA32_VFR_FLAGS = -l -n
-## MSFT:RELEASE_VS2015x86_IA32_PP_FLAGS = /nologo /E /TC /FIAutoGen.h /DMINNOW2_PO /DENBDT_PF_ENABLE=1 $(EXTERNAL_VGA_BUILD_OPTION) $(PCIE_ENUM_WA_BUILD_OPTION) $(X0_WA_ENABLE_BUILD_OPTION) $(A0_WA_ENABLE_BUILD_OPTION) $(MICROCODE_FREE_BUILD_OPTIONS) $(SIMICS_BUILD_OPTIONS) $(HYBRID_BUILD_OPTIONS) $(COMPACT_BUILD_OPTIONS) $(VP_BUILD_OPTIONS) $(SYSCTL_ID_BUILD_OPTION) /DCLKGEN_CONFIG_EXTRA=1 $(SYSCTL_X0_CONVERT_BOARD_OPTION) /DNOCS_S3_SUPPORT /DSATA_SUPPORT=1 /DPCIESC_SUPPORT=1 /DFTPM_ENABLE $(DSC_BYTI_SECURE_BOOT_BUILD_OPTIONS)
-## MSFT:RELEASE_VS2015x86_IA32_GENFW_FLAGS =
-## MSFT:RELEASE_VS2015x86_IA32_OPTROM_FLAGS = -e
-## MSFT:RELEASE_VS2015x86_IA32_SLINK_FLAGS = /NOLOGO /LTCG
-## MSFT:RELEASE_VS2015x86_IA32_ASM_FLAGS = /nologo /c /WX /W3 /Cx /coff /Zd $(VP_BUILD_OPTIONS) /D EDKII_GLUE_PciExpressBaseAddress=0E0000000h /DNOCS_S3_SUPPORT
-## MSFT:RELEASE_VS2015x86_IA32_ASL_FLAGS =
-## MSFT:RELEASE_VS2015x86_IA32_CC_FLAGS = /nologo /arch:IA32 /c /WX /GS- /W4 /Gs32768 /D UNICODE /O1b2 /GL /FIAutoGen.h /EHs-c- /GR- /GF /DMINNOW2_PO /DENBDT_PF_ENABLE=1 $(EXTERNAL_VGA_BUILD_OPTION) $(PCIE_ENUM_WA_BUILD_OPTION) $(X0_WA_ENABLE_BUILD_OPTION) $(A0_WA_ENABLE_BUILD_OPTION) $(MICROCODE_FREE_BUILD_OPTIONS) $(SIMICS_BUILD_OPTIONS) $(HYBRID_BUILD_OPTIONS) $(COMPACT_BUILD_OPTIONS) $(VP_BUILD_OPTIONS) $(SYSCTL_ID_BUILD_OPTION) /DCLKGEN_CONFIG_EXTRA=1 $(SYSCTL_X0_CONVERT_BOARD_OPTION) /DNOCS_S3_SUPPORT /DSATA_SUPPORT=1 /DPCIESC_SUPPORT=1 /DFTPM_ENABLE $(DSC_BYTI_SECURE_BOOT_BUILD_OPTIONS)
-## MSFT:RELEASE_VS2015x86_IA32_NASMB_FLAGS = -f bin
-## MSFT:RELEASE_VS2015x86_IA32_VFRPP_FLAGS = /nologo /E /TC /DVFRCOMPILE /FI$(MODULE_NAME)StrDefs.h /DMINNOW2_PO /DENBDT_PF_ENABLE=1 $(EXTERNAL_VGA_BUILD_OPTION) $(PCIE_ENUM_WA_BUILD_OPTION) $(X0_WA_ENABLE_BUILD_OPTION) $(A0_WA_ENABLE_BUILD_OPTION) $(MICROCODE_FREE_BUILD_OPTIONS) $(SIMICS_BUILD_OPTIONS) $(HYBRID_BUILD_OPTIONS) $(COMPACT_BUILD_OPTIONS) $(VP_BUILD_OPTIONS) $(SYSCTL_ID_BUILD_OPTION) /DCLKGEN_CONFIG_EXTRA=1 $(SYSCTL_X0_CONVERT_BOARD_OPTION) /DNOCS_S3_SUPPORT /DSATA_SUPPORT=1 /DPCIESC_SUPPORT=1 /DFTPM_ENABLE $(DSC_BYTI_SECURE_BOOT_BUILD_OPTIONS)
-## MSFT:RELEASE_VS2015x86_IA32_ASLCC_FLAGS = /nologo /c /FIAutoGen.h /TC /Dmain=ReferenceAcpiTable
-## MSFT:RELEASE_VS2015x86_IA32_APP_FLAGS = /nologo /E /TC /DMINNOW2_PO /DENBDT_PF_ENABLE=1 $(EXTERNAL_VGA_BUILD_OPTION) $(PCIE_ENUM_WA_BUILD_OPTION) $(X0_WA_ENABLE_BUILD_OPTION) $(A0_WA_ENABLE_BUILD_OPTION) $(MICROCODE_FREE_BUILD_OPTIONS) $(SIMICS_BUILD_OPTIONS) $(HYBRID_BUILD_OPTIONS) $(COMPACT_BUILD_OPTIONS) $(VP_BUILD_OPTIONS) $(SYSCTL_ID_BUILD_OPTION) /DCLKGEN_CONFIG_EXTRA=1 $(SYSCTL_X0_CONVERT_BOARD_OPTION) /DNOCS_S3_SUPPORT /DSATA_SUPPORT=1 /DPCIESC_SUPPORT=1 /DFTPM_ENABLE $(DSC_BYTI_SECURE_BOOT_BUILD_OPTIONS)
-## MSFT:RELEASE_VS2015x86_IA32_DLINK_FLAGS = /NOLOGO /NODEFAULTLIB /IGNORE:4001 /IGNORE:4254 /OPT:REF /OPT:ICF=10 /MAP /ALIGN:32 /SECTION:.xdata,D /SECTION:.pdata,D /MACHINE:X86 /LTCG /DLL /ENTRY:$(IMAGE_ENTRY_POINT) /SUBSYSTEM:EFI_BOOT_SERVICE_DRIVER /SAFESEH:NO /BASE:0 /DRIVER /MERGE:.rdata=.data
-## MSFT:RELEASE_VS2015x86_IA32_ASLPP_FLAGS = /nologo /E /C /FIAutoGen.h /DMINNOW2_PO /DENBDT_PF_ENABLE=1 $(EXTERNAL_VGA_BUILD_OPTION) $(PCIE_ENUM_WA_BUILD_OPTION) $(X0_WA_ENABLE_BUILD_OPTION) $(A0_WA_ENABLE_BUILD_OPTION) $(MICROCODE_FREE_BUILD_OPTIONS) $(SIMICS_BUILD_OPTIONS) $(HYBRID_BUILD_OPTIONS) $(COMPACT_BUILD_OPTIONS) $(VP_BUILD_OPTIONS) $(SYSCTL_ID_BUILD_OPTION) /DCLKGEN_CONFIG_EXTRA=1 $(SYSCTL_X0_CONVERT_BOARD_OPTION) /DNOCS_S3_SUPPORT /DSATA_SUPPORT=1 /DPCIESC_SUPPORT=1 /DFTPM_ENABLE $(DSC_BYTI_SECURE_BOOT_BUILD_OPTIONS)
-## MSFT:RELEASE_VS2015x86_IA32_OBJCOPY_FLAGS = objcopy not needed for
-## MSFT:RELEASE_VS2015x86_IA32_MAKE_FLAGS = /nologo
-## MSFT:RELEASE_VS2015x86_IA32_ASMLINK_FLAGS = /nologo /tiny
-## MSFT:RELEASE_VS2015x86_IA32_NASM_FLAGS = -Ox -f win32
+#
+# This file contains an 'Intel Pre-EFI Module' and is licensed
+# for Intel CPUs and Chipsets under the terms of your license
+# agreement with Intel or your vendor. This file may be
+# modified by the user, subject to additional terms of the
+# license agreement
+#
+## @file
+# SecCore module that implements the SEC phase.
+# NOTE: This module was replaced by UefiCpuPkg/SecCore/SecCore.inf
+#
+# This is the first module taking control of the platform upon power-on/reset.
+# It implements the first phase of the security phase. The entry point function is
+# _ModuleEntryPoint in PlatformSecLib. The entry point function will switch to
+# protected mode, setup flat memory model, enable temporary memory and
+# call into SecStartup().
+#
+# Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.<BR>
+#
+# This software and associated documentation (if any) is furnished
+# under a license and may only be used or copied in accordance
+# with the terms of the license. Except as permitted by such
+# license, no part of this software or documentation may be
+# reproduced, stored in a retrieval system, or transmitted in any
+# form or by any means without the express written consent of
+# Intel Corporation.
+#
+#
+##
+
+# DO NOT EDIT
+# FILE auto-generated
+
+[Defines]
+ INF_VERSION = 0x00010017
+ BASE_NAME = SecCore
+ FILE_GUID = 1BA0062E-C779-4582-8566-336AE8F78F09
+ MODULE_TYPE = SEC
+ VERSION_STRING = 1.0
+ MODULE_UNI_FILE = SecCore.uni
+
+[Packages.IA32]
+ MdePkg/MdePkg.dec
+ MdeModulePkg/MdeModulePkg.dec
+
+[Binaries.IA32]
+ PE32|SecCore.efi
+ BIN|ResetVec.bin
+
+[PatchPcd.IA32]
+ gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0x00000000e0000000|0x1CE8
+
+
+[Protocols.IA32]
+
+[Ppis.IA32]
+ ## PRODUCES
+ gEfiSecPlatformInformationPpiGuid
+
+ ## PRODUCES
+ gEfiTemporaryRamDonePpiGuid
+
+ ## SOMETIMES_PRODUCES
+ gEfiPeiFirmwareVolumeInfoPpiGuid
+
+ ## SOMETIMES_PRODUCES
+ gEfiPeiFirmwareVolumeInfo2PpiGuid
+
+
+[Guids.IA32]
+ ## SOMETIMES_PRODUCES ## GUID # FV File System Guid.
+ gEfiFirmwareFileSystem2Guid
+
+ ## SOMETIMES_PRODUCES ## HOB # MemoryAllocation StackHob
+ gEfiHobMemoryAllocStackGuid
+
+ ## SOMETIMES_PRODUCES ## HOB # MemoryAllocation BspStoreHob
+ gEfiHobMemoryAllocBspStoreGuid
+
+ ## SOMETIMES_PRODUCES ## HOB # MemoryAllocation ModuleHob
+ gEfiHobMemoryAllocModuleGuid
+
+ ## SOMETIMES_CONSUMES ## UNDEFINED
+ gEfiStatusCodeSpecificDataGuid
+
+ ## SOMETIMES_CONSUMES ## UNDEFINED
+ gEfiStatusCodeDataTypeDebugGuid
+
+
+[PcdEx.IA32]
+
+[LibraryClasses.IA32]
+## @LIB_INSTANCES
+# MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
+# MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
+# MdePkg/Library/PeiHobLib/PeiHobLib.inf
+# MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf
+# UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf
+# MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
+# MdePkg/Library/BaseLib/BaseLib.inf
+# MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
+# MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr.inf
+# MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
+# MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf
+# MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf
+# Vlv2TbltDevicePkg/Library/IntelPchAcpiTimerLib/IntelPchAcpiTimerLib.inf
+# DeviceCommonPkg/Library/UsbDebugPortLib/UsbDebugPortLibPei.inf
+# Vlv2TbltDevicePkg/Library/PlatformCmosLib/PlatformCmosLib.inf
+# Vlv2TbltDevicePkg/Library/PlatformHookSerialLib/PlatformHookSerialInitLib.inf
+# Vlv2TbltDevicePkg/Library/SerialPortLib/SerialPortLib.inf
+# DeviceCommonPkg/Library/CmosAccessLib/CmosAccessLib.inf
+# UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib.inf
+# MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
+# MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
+# Vlv2TbltDevicePkg/Library/PlatformSecLib/PlatformSecLib.inf
+# MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
+# MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
+# MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
+# MdeModulePkg/Library/CpuExceptionHandlerLibNull/CpuExceptionHandlerLibNull.inf
+# MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
+
+[Depex.IA32]
+
+
+#
+# The following information is for reference only and not required by the build tools.
+#
+# VALID_ARCHITECTURES = IA32 X64 IPF EBC
+#
+
+[BuildOptions.IA32]
+## @AsBuilt
+## MSFT:RELEASE_VS2015x86_IA32_SYMRENAME_FLAGS = Symbol renaming not needed for
+## MSFT:RELEASE_VS2015x86_IA32_ASLDLINK_FLAGS = /NODEFAULTLIB /ENTRY:ReferenceAcpiTable /SUBSYSTEM:CONSOLE
+## MSFT:RELEASE_VS2015x86_IA32_VFR_FLAGS = -l -n
+## MSFT:RELEASE_VS2015x86_IA32_PP_FLAGS = /nologo /E /TC /FIAutoGen.h /DMINNOW2_PO /DENBDT_PF_ENABLE=1 $(EXTERNAL_VGA_BUILD_OPTION) $(PCIE_ENUM_WA_BUILD_OPTION) $(X0_WA_ENABLE_BUILD_OPTION) $(A0_WA_ENABLE_BUILD_OPTION) $(MICROCODE_FREE_BUILD_OPTIONS) $(SIMICS_BUILD_OPTIONS) $(HYBRID_BUILD_OPTIONS) $(COMPACT_BUILD_OPTIONS) $(VP_BUILD_OPTIONS) $(SYSCTL_ID_BUILD_OPTION) /DCLKGEN_CONFIG_EXTRA=1 $(SYSCTL_X0_CONVERT_BOARD_OPTION) /DNOCS_S3_SUPPORT /DSATA_SUPPORT=1 /DPCIESC_SUPPORT=1 /DFTPM_ENABLE $(DSC_BYTI_SECURE_BOOT_BUILD_OPTIONS)
+## MSFT:RELEASE_VS2015x86_IA32_GENFW_FLAGS =
+## MSFT:RELEASE_VS2015x86_IA32_OPTROM_FLAGS = -e
+## MSFT:RELEASE_VS2015x86_IA32_SLINK_FLAGS = /NOLOGO /LTCG
+## MSFT:RELEASE_VS2015x86_IA32_ASM_FLAGS = /nologo /c /WX /W3 /Cx /coff /Zd $(VP_BUILD_OPTIONS) /D EDKII_GLUE_PciExpressBaseAddress=0E0000000h /DNOCS_S3_SUPPORT
+## MSFT:RELEASE_VS2015x86_IA32_ASL_FLAGS =
+## MSFT:RELEASE_VS2015x86_IA32_CC_FLAGS = /nologo /arch:IA32 /c /WX /GS- /W4 /Gs32768 /D UNICODE /O1b2 /GL /FIAutoGen.h /EHs-c- /GR- /GF /DMINNOW2_PO /DENBDT_PF_ENABLE=1 $(EXTERNAL_VGA_BUILD_OPTION) $(PCIE_ENUM_WA_BUILD_OPTION) $(X0_WA_ENABLE_BUILD_OPTION) $(A0_WA_ENABLE_BUILD_OPTION) $(MICROCODE_FREE_BUILD_OPTIONS) $(SIMICS_BUILD_OPTIONS) $(HYBRID_BUILD_OPTIONS) $(COMPACT_BUILD_OPTIONS) $(VP_BUILD_OPTIONS) $(SYSCTL_ID_BUILD_OPTION) /DCLKGEN_CONFIG_EXTRA=1 $(SYSCTL_X0_CONVERT_BOARD_OPTION) /DNOCS_S3_SUPPORT /DSATA_SUPPORT=1 /DPCIESC_SUPPORT=1 /DFTPM_ENABLE $(DSC_BYTI_SECURE_BOOT_BUILD_OPTIONS)
+## MSFT:RELEASE_VS2015x86_IA32_NASMB_FLAGS = -f bin
+## MSFT:RELEASE_VS2015x86_IA32_VFRPP_FLAGS = /nologo /E /TC /DVFRCOMPILE /FI$(MODULE_NAME)StrDefs.h /DMINNOW2_PO /DENBDT_PF_ENABLE=1 $(EXTERNAL_VGA_BUILD_OPTION) $(PCIE_ENUM_WA_BUILD_OPTION) $(X0_WA_ENABLE_BUILD_OPTION) $(A0_WA_ENABLE_BUILD_OPTION) $(MICROCODE_FREE_BUILD_OPTIONS) $(SIMICS_BUILD_OPTIONS) $(HYBRID_BUILD_OPTIONS) $(COMPACT_BUILD_OPTIONS) $(VP_BUILD_OPTIONS) $(SYSCTL_ID_BUILD_OPTION) /DCLKGEN_CONFIG_EXTRA=1 $(SYSCTL_X0_CONVERT_BOARD_OPTION) /DNOCS_S3_SUPPORT /DSATA_SUPPORT=1 /DPCIESC_SUPPORT=1 /DFTPM_ENABLE $(DSC_BYTI_SECURE_BOOT_BUILD_OPTIONS)
+## MSFT:RELEASE_VS2015x86_IA32_ASLCC_FLAGS = /nologo /c /FIAutoGen.h /TC /Dmain=ReferenceAcpiTable
+## MSFT:RELEASE_VS2015x86_IA32_APP_FLAGS = /nologo /E /TC /DMINNOW2_PO /DENBDT_PF_ENABLE=1 $(EXTERNAL_VGA_BUILD_OPTION) $(PCIE_ENUM_WA_BUILD_OPTION) $(X0_WA_ENABLE_BUILD_OPTION) $(A0_WA_ENABLE_BUILD_OPTION) $(MICROCODE_FREE_BUILD_OPTIONS) $(SIMICS_BUILD_OPTIONS) $(HYBRID_BUILD_OPTIONS) $(COMPACT_BUILD_OPTIONS) $(VP_BUILD_OPTIONS) $(SYSCTL_ID_BUILD_OPTION) /DCLKGEN_CONFIG_EXTRA=1 $(SYSCTL_X0_CONVERT_BOARD_OPTION) /DNOCS_S3_SUPPORT /DSATA_SUPPORT=1 /DPCIESC_SUPPORT=1 /DFTPM_ENABLE $(DSC_BYTI_SECURE_BOOT_BUILD_OPTIONS)
+## MSFT:RELEASE_VS2015x86_IA32_DLINK_FLAGS = /NOLOGO /NODEFAULTLIB /IGNORE:4001 /IGNORE:4254 /OPT:REF /OPT:ICF=10 /MAP /ALIGN:32 /SECTION:.xdata,D /SECTION:.pdata,D /MACHINE:X86 /LTCG /DLL /ENTRY:$(IMAGE_ENTRY_POINT) /SUBSYSTEM:EFI_BOOT_SERVICE_DRIVER /SAFESEH:NO /BASE:0 /DRIVER /MERGE:.rdata=.data
+## MSFT:RELEASE_VS2015x86_IA32_ASLPP_FLAGS = /nologo /E /C /FIAutoGen.h /DMINNOW2_PO /DENBDT_PF_ENABLE=1 $(EXTERNAL_VGA_BUILD_OPTION) $(PCIE_ENUM_WA_BUILD_OPTION) $(X0_WA_ENABLE_BUILD_OPTION) $(A0_WA_ENABLE_BUILD_OPTION) $(MICROCODE_FREE_BUILD_OPTIONS) $(SIMICS_BUILD_OPTIONS) $(HYBRID_BUILD_OPTIONS) $(COMPACT_BUILD_OPTIONS) $(VP_BUILD_OPTIONS) $(SYSCTL_ID_BUILD_OPTION) /DCLKGEN_CONFIG_EXTRA=1 $(SYSCTL_X0_CONVERT_BOARD_OPTION) /DNOCS_S3_SUPPORT /DSATA_SUPPORT=1 /DPCIESC_SUPPORT=1 /DFTPM_ENABLE $(DSC_BYTI_SECURE_BOOT_BUILD_OPTIONS)
+## MSFT:RELEASE_VS2015x86_IA32_OBJCOPY_FLAGS = objcopy not needed for
+## MSFT:RELEASE_VS2015x86_IA32_MAKE_FLAGS = /nologo
+## MSFT:RELEASE_VS2015x86_IA32_ASMLINK_FLAGS = /nologo /tiny
+## MSFT:RELEASE_VS2015x86_IA32_NASM_FLAGS = -Ox -f win32