audk/EdkModulePkg
ajfish e47b06c339 MAX_POOL_SIZE was hardcoded to 0xFFFFFF00. MAX_POOL_SIZE was replaced with MAX_ADDRESS and POOL_OVERHEAD. MAX_POOL_SIZE is used to prevent a large allocation from passing since adding the POOL_OVERHAD to the allocation (done internally) could cause the size to wrap around and be small. This would cause a return value of success that was an error.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1833 6f19259b-4bc3-4df7-8a09-765794883524
2006-10-24 01:20:09 +00:00
..
Application/HelloWorld Remove the duplicated Copy Right in msa header. 2006-09-27 09:26:40 +00:00
Bus Follow up tracker EDKT285. 2006-10-23 06:10:44 +00:00
Core MAX_POOL_SIZE was hardcoded to 0xFFFFFF00. MAX_POOL_SIZE was replaced with MAX_ADDRESS and POOL_OVERHEAD. MAX_POOL_SIZE is used to prevent a large allocation from passing since adding the POOL_OVERHAD to the allocation (done internally) could cause the size to wrap around and be small. This would cause a return value of success that was an error. 2006-10-24 01:20:09 +00:00
Include Clean up used library class definitions. 2006-10-23 05:12:16 +00:00
Library Follow up tracker EDKT285. 2006-10-23 06:10:44 +00:00
Universal Ported the EBC driver to use the MDE Base Math lib functions. Removed math functions from EBC driver. Need to check to see if MDE Math lib ASSERT behavior will cause any issues with EBC driver? 2006-10-22 08:15:46 +00:00
Blank.pad Delete Build directory 2006-09-20 14:24:17 +00:00
EdkModulePkg.fpd Change IPF_PE32_PEIM IPF layout to contain ${PLATFORM_DIR}/Blank.pad for XIP IPF CODE 16byte align. 2006-10-23 11:42:17 +00:00
EdkModulePkg.spd Declare PCD Feature flags for protocols produced by the Device Path Module and decompression methods supported by the DXE IPL 2006-09-19 19:11:53 +00:00