audk/EdkModulePkg/Core/Pei
qhuang8 a3657e3e7a MemoryAllocationLib: For boundary case: “AllocationSize + OverAllocationSize >= 4G”
DxeMemoryAllocationLib: Change the behavior from returning NULL to ASSERT ()
PeiMemoryAllocationLib: Add ASSERT ()
I also add ASSERT () in Pei Service AllocatePool () to catch if allocation size > 64K
DebugLib:
Header file (DebugLib.h): Fix an issue in ASSERT_PROTOCOL_ALREADY_INSTALLED(Handle, Guid).  
In contrast with LocateProtocol (), the first & second parameter type of HandleProtocol () is EFI_HANDLE & EFI_GUID respectively.
UefiLib: 
For UnicodeStringDisplayLength (CONST CHAR8 *String), return 0 if String is NULL.
BasePrintLib: 
Add missing “EFIAPI” to UnicodeValueToString() and AsciiValueToString() and move their definitions from PrintLibInternal.c to PrintLib.c.
Fix the comments error(Maximum Length TIME”)


git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@275 6f19259b-4bc3-4df7-8a09-765794883524
2006-05-25 10:13:26 +00:00
..
BootMode Initial import. 2006-04-21 22:54:32 +00:00
Dependency Fix capitalization 2006-05-19 22:43:26 +00:00
Dispatcher Initial import. 2006-04-21 22:54:32 +00:00
FwVol Initial import. 2006-04-21 22:54:32 +00:00
Hob Initial import. 2006-04-21 22:54:32 +00:00
Image git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@150 6f19259b-4bc3-4df7-8a09-765794883524 2006-05-14 09:14:46 +00:00
Ipf Initial import. 2006-04-21 22:54:32 +00:00
Memory MemoryAllocationLib: For boundary case: “AllocationSize + OverAllocationSize >= 4G” 2006-05-25 10:13:26 +00:00
PeiMain git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@150 6f19259b-4bc3-4df7-8a09-765794883524 2006-05-14 09:14:46 +00:00
Ppi Initial import. 2006-04-21 22:54:32 +00:00
Reset Initial import. 2006-04-21 22:54:32 +00:00
Security Initial import. 2006-04-21 22:54:32 +00:00
StatusCode Initial import. 2006-04-21 22:54:32 +00:00
PeiMain.h Initial import. 2006-04-21 22:54:32 +00:00
PeiMain.mbd git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@150 6f19259b-4bc3-4df7-8a09-765794883524 2006-05-14 09:14:46 +00:00
PeiMain.msa Convert backslashes to forward slashes in many build files. This is necessary for Linux support. 2006-04-26 20:53:56 +00:00
build.xml Convert backslashes to forward slashes in many build files. This is necessary for Linux support. 2006-04-26 20:53:56 +00:00