Acidanthera UEFI Development Kit based on EDK II edk2-stable202311
Go to file
geekboy15a 3c47fe65ed MdePkg: Fixed hang/reset in thunk code when building with GCC X64
Reverted changes of data areas from .long back to .space 4.  This was done
because the size of .long is based off of .int and may vary.  Using a fixed size
is required because these values are for patching code.  Also note that .space
will automatically initialize the data to zero.  Not initializing all values to
zero was causing the hang/reset.

Signed-off-by: geekboy15a
Reviewed-by: darylm503
Reviewed-by: jljusten



git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12079 6f19259b-4bc3-4df7-8a09-765794883524
2011-08-02 22:29:50 +00:00
AppPkg Make it easy to build the socket applications 2011-08-02 20:50:57 +00:00
ArmPkg ArmPkg: Fix ARM builds for XCode32 2011-07-28 14:58:52 +00:00
ArmPlatformPkg ArmPkg: Fix ARM builds for XCode32 2011-07-28 14:58:52 +00:00
ArmRealViewEbPkg Fix the build break in two open source packages caused by check in 10660. 2010-07-23 02:37:28 +00:00
BaseTools Revert last patch about "Modal form" opcode support. 2011-06-08 08:24:52 +00:00
BeagleBoardPkg BeagleBoardPkg: Ensure there is no pending IRQ and disable timer 2011-07-20 15:13:06 +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 Update code to pass packaging tool. 2011-05-30 09:56:57 +00:00
DuetPkg Fix ICC build error. 2011-07-01 04:59:47 +00:00
EdkCompatibilityPkg Fixed the issue in RuntimeStatusCode library that may not work on the early dispatched Runtime driver. 2011-08-02 06:26:07 +00:00
EdkShellBinPkg Clean up DEC files: 2011-05-09 17:48:32 +00:00
EdkShellPkg Update EdkShellPkg.dsc read me to add a note to remind developers to update platform FDF files when they want to debug shell package to replace binaries from EdkShellBinPkg 2010-06-01 00:56:57 +00:00
EmbeddedPkg ArmPlatformPkg: Remove PcdStandalone from Sec module and Introduce ArmPlatformSecExtraAction() 2011-07-06 16:07:54 +00:00
EmulatorPkg EmulatorPkg/build.sh: Add build target to command line 2011-07-29 23:58:57 +00:00
FatBinPkg Clean up DEC files: 2011-05-09 17:49:17 +00:00
IntelFrameworkModulePkg Fixed the issue in RuntimeStatusCode library that may not work on the early dispatched Runtime driver. 2011-08-02 06:23:16 +00:00
IntelFrameworkPkg For libraries that have multiple module types support, just define a [Depex] section for specified module types that are permitted to have a [Depex] section. 2011-07-27 08:54:57 +00:00
MdeModulePkg MdeModulePkg: Add SmmLockBox PEI implementation 2011-08-02 21:06:13 +00:00
MdePkg MdePkg: Fixed hang/reset in thunk code when building with GCC X64 2011-08-02 22:29:50 +00:00
NetworkPkg 1. Fix a bug : netboot6 client hangs if DHCPv6 Advertisement received without netboot6 info 2011-07-18 08:28:30 +00:00
Nt32Pkg Clean up invalid keywords and missing keywords in [Define] section of INF/DEC files. 2011-06-28 02:24:46 +00:00
Omap35xxPkg BeagleBoardPkg: Ensure there is no pending IRQ and disable timer 2011-07-20 15:13:06 +00:00
OptionRomPkg Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is valid/invalid. 2011-07-06 03:44:19 +00:00
OvmfPkg OvmfPkg/Include/Guid: Add XenInfo GUID 2011-07-29 23:59:12 +00:00
PcAtChipsetPkg Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is valid/invalid. 2011-07-05 09:22:57 +00:00
PerformancePkg Update code to pass packaging tool. 2011-05-30 09:56:57 +00:00
ShellBinPkg update due to a DSC error. 2011-05-17 20:55:57 +00:00
ShellPkg cleanup function and eliminate build error. 2011-08-01 15:18:19 +00:00
SourceLevelDebugPkg Update DebugLib to provide support for "err" command in the EFI Shell to adjust the filter mask for DEBUG() messages. The "err" command provide the ability to adjust this filter mask at a global level through an EFI Variable and at the module level through a the Debug Mask Protocol. In order to support the degree of flexibility, the DebugLib needs to use library to abstract the get/set operations to the filter mask. 2011-03-10 22:41:43 +00:00
StdLib Fix GCC build breaks. 2011-08-02 20:52:36 +00:00
StdLibPrivateInternalFiles Changes so that Argv points to narrow-character versions of the command-line arguments. 2011-07-30 00:25:54 +00:00
UefiCpuPkg Fix typo that breaks the build. 2011-07-08 06:51:30 +00:00
UnixPkg Clean up invalid keywords and missing keywords in [Define] section of INF/DEC files. 2011-06-28 02:24:46 +00:00
BuildNotes2.txt minor format update 2011-02-15 12:12:21 +00:00
edksetup.bat Correct copyright year 2011-02-16 12:21:31 +00:00
edksetup.sh Correct copyright year 2011-02-16 12:21:31 +00:00