Acidanthera UEFI Development Kit based on EDK II edk2-stable202311
Go to file
Wang, Yu 537bc12400 Add VS2013 tool chain in BaseTools\Conf\tools_def.template. Also, two issues came up related to vs2013 build and caused the build to fail.
Vs2013 issue #1:  warning message about uninitialized variables or pointers like this:
s:\incbld\ia32\intelframeworkmodulepkg\bus\isa\isabusdxe\isabus.c(395) : warning C4701: potentially uninitialized local variable 'DevicePathData' used
s:\incbld\ia32\intelframeworkmodulepkg\bus\isa\isabusdxe\isabus.c(395) : warning C4703: potentially uninitialized local pointer variable 'DevicePathData' used
LINK : fatal error LNK1257: code generation failed
The following online messages shows discussions related to this vs2013 issue and how Microsoft engineer responded.  They suggest a work around by adding the initialization for the variables.
https://connect.microsoft.com/VisualStudio/feedback/details/816730/bogus-warning-from-vs-2013

Vs2013 issue #2:
C:\Program Files\Windows Kits\8.1\include\um\winnt.h(5105) : error C2220: warning treated as error - no 'object' file generated
C:\Program Files\Windows Kits\8.1\include\um\winnt.h(5105) : warning C4005: 'InterlockedCompareExchange64' : macro redefinition
This happened for Nt32Pkg.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Wang, Yu <yu.wang@intel.com>
Reviewed-by: Gao, Liming <liming.gao@intel.com>


git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15722 6f19259b-4bc3-4df7-8a09-765794883524
2014-07-31 06:14:01 +00:00
AppPkg Enable the build command override the .DSC file contents to enable debug output and specify which debug messages are displayed. An example: 2013-11-19 02:37:37 +00:00
ArmPkg ArmPkg: Remove BasePeCoffLib 2014-07-29 14:13:21 +00:00
ArmPlatformPkg ArmPlatformPkg/ArmVExpressPkg: Fix armcc warning causing build failure 2014-07-29 14:21:05 +00:00
BaseTools Add VS2013 tool chain in BaseTools\Conf\tools_def.template. Also, two issues came up related to vs2013 build and caused the build to fail. 2014-07-31 06:14:01 +00:00
BeagleBoardPkg ArmPkg: Remove BasePeCoffLib 2014-07-29 14:13:21 +00:00
Conf Adding top-level Conf directory for next generation of EDK II build infrastructure tools. 2007-06-20 19:33:23 +00:00
CryptoPkg Add comments for clarification about memset implementation. 2014-07-16 02:48:20 +00:00
DuetPkg Fixed one code error, should use & instead of |. 2014-07-10 01:25:41 +00:00
EdkCompatibilityPkg Refine code to make it more safely. 2014-06-26 03:16:27 +00:00
EdkShellBinPkg New EdkShell binaries. 2014-01-10 04:57:57 +00:00
EdkShellPkg EdkShellPkg/ShellR64.patch: Adding missing files from the patch 2014-01-14 15:31:01 +00:00
EmbeddedPkg EmbeddedPkg/Lan9118Dxe: Handle EFI_STATUS from PhySoftReset() & SoftReset() 2014-07-04 14:47:11 +00:00
EmulatorPkg EmulatorPkg: Add support for GCC48 & GCC49 toolchains 2014-07-28 17:37:25 +00:00
FatBinPkg New FatDxe binary. 2014-01-10 02:44:43 +00:00
IntelFrameworkModulePkg Update code to support VS2013 tool chain. 2014-07-28 07:41:49 +00:00
IntelFrameworkPkg Update IntelFrameworkPkg version: 0.92->0.93 2014-01-10 01:18:20 +00:00
IntelFspPkg Add IntelFspPkg to support create FSP bin based on EDKII. 2014-07-29 02:21:52 +00:00
IntelFspWrapperPkg Add IntelFspWrapper to support boot EDKII on FSP bin. 2014-07-24 06:52:43 +00:00
MdeModulePkg MdeModulePkg: Removed valid text mode check in SetAttribute interface in GraphicsConsole. 2014-07-31 03:21:39 +00:00
MdePkg Add ACPI5.1 header file. 2014-07-28 06:20:36 +00:00
NetworkPkg Update code to support VS2013 tool chain. 2014-07-28 07:43:23 +00:00
Nt32Pkg Fix build error with VS2013 toolchain for NT32 Package caused by function redefinition, use #if fix the error. 2014-07-28 07:36:46 +00:00
Omap35xxPkg ARM Packages: Fixed missing braces (the warning was disabled by GCC) 2014-06-20 18:24:51 +00:00
OptionRomPkg Fix wrong usage sizeof(SIZE). 2014-07-23 02:13:14 +00:00
OvmfPkg OvmfPkg/build.sh: Support IA32+X64 build 2014-07-28 18:12:11 +00:00
PcAtChipsetPkg PcAtChipsetPkg: Enable timer interrupt through I/O APIC 2014-06-20 07:18:08 +00:00
PerformancePkg Refine code to make it more safely. 2014-06-26 03:18:44 +00:00
SecurityPkg Update code to support VS2013 tool chain. 2014-07-28 07:45:49 +00:00
ShellBinPkg ShellBinPkg: Updated ARM and AArch64 EFI Shell binaries 2014-05-07 12:58:55 +00:00
ShellPkg Update code to support VS2013 tool chain. 2014-07-29 02:00:55 +00:00
SourceLevelDebugPkg Fixed typos: hanlder should be handler. 2014-07-09 03:51:56 +00:00
StdLib StdLib/LibC/StdLib/Malloc.c: Revert cast removal to fix GCC build breakage. 2014-07-24 23:16:47 +00:00
StdLibPrivateInternalFiles EADK (StdLib, AppPkg, StdLibPrivateInternalFiles): Update ReadMe.txt in all packages. 2013-10-24 23:14:10 +00:00
UefiCpuPkg 1. Save/restore ICR high 32bit value and check Delivery Status before sending IPI. It could be fix the interrupted issue between ICR high/low writes by SMI handler. 2014-07-11 02:36:56 +00:00
UnixPkg UnixPkg: Remove UnixPkg files (It is replaced by EmulatorPkg) 2013-07-29 21:09:55 +00:00
BuildNotes2.txt Update to new SVN URL in readme.txt 2013-06-08 05:26:39 +00:00
edksetup.bat Contributed-under: TianoCore Contribution Agreement 1.0 2014-06-18 09:01:33 +00:00
edksetup.sh edksetup.sh: Ensure that WORKSPACE points to the top of an edk2 checkout 2014-07-28 17:37:40 +00:00