audk/MdeModulePkg/Core/DxeIplPeim
andrewfish 635021c594 Fix 64-bit bug in DxeIpl. You can't cast an & UINT64 to a UINT32 *, as the upper 32-bits do not get updated. In my case there was data on the stack for the upper 32-bits and it caused the size to be greater than 4GB.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10659 6f19259b-4bc3-4df7-8a09-765794883524
2010-07-18 17:56:06 +00:00
..
Arm Update the copyright notice format 2010-04-24 09:49:11 +00:00
Ebc Update the copyright notice format 2010-04-24 09:49:11 +00:00
Ia32 Update the copyright notice format 2010-04-24 09:49:11 +00:00
Ipf Update the copyright notice format 2010-04-24 09:49:11 +00:00
X64 Update the copyright notice format 2010-04-24 09:49:11 +00:00
DxeIpl.h Update the copyright notice format 2010-04-24 09:49:11 +00:00
DxeIpl.inf Update the copyright notice format 2010-04-24 09:49:11 +00:00
DxeLoad.c Fix 64-bit bug in DxeIpl. You can't cast an & UINT64 to a UINT32 *, as the upper 32-bits do not get updated. In my case there was data on the stack for the upper 32-bits and it caused the size to be greater than 4GB. 2010-07-18 17:56:06 +00:00