audk/MdeModulePkg/Core/Dxe
qhuang8 57b4ecb94b Fix several code review minor comments:
1. Line 79:Use the pre-initialized global variable mPoolHeadList = INITIALIZE_LIST_HEAD_VARIABLE (mPoolHeadList) to remove the statement in line 102
2. Line 337: The debug print statement: “Addr = %x” should change to “Addr = %p” since the expected Buffer is VOID *; How about “(len %x) %,d” ? The Size & Pool->Used belong to type UINTN? Cast it to UINT64 and use %lx 
3.Line 413, 418, 425, 477: Use “Buffer != NULL” instead of “NULL != Buffer”  
4. Line 451: The debug print statement: “FreePool = %x” should change to FreePool = %p” since Head->Data is pointer; How about “(len %x) %,d” ? The Head->Size& Pool->Used belong to type UINTN? Cast it to UINT64 and use %lx 


git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5916 6f19259b-4bc3-4df7-8a09-765794883524
2008-09-17 13:29:44 +00:00
..
Dispatcher Remove the internal CoreCreateProtocolNotifyEvent() in DxeCore, for UefiLib provide the similar function EfiCreateProtocolNotifyEvent(). DxeCore can use that library function. 2008-09-12 01:12:31 +00:00
DxeMain clean up DxeCore to remove some dead code. 2008-09-01 11:32:49 +00:00
Event Merge the global data in ExecData.c to Event.c 2008-09-16 07:53:15 +00:00
FwVol follow up the comments from code review. 2008-09-16 05:19:25 +00:00
FwVolBlock Add EFIAPI modifier for all GCD services APIs 2008-09-10 03:25:49 +00:00
Gcd Comments for CoreInitializeMemoryServices should be updated 2008-09-16 07:35:17 +00:00
Hand Add VA_END to end the VA_START. 2008-09-17 02:30:24 +00:00
Image Remove the unnecessary spin_lock protection around CoreUnloadImage. There is almost zero possibility for this reentrancy issue here. With this change, we also keep EDK 2 and EDK core's CoreUnloadImage consistent with each other. 2008-09-17 02:20:24 +00:00
Library Remove the internal CoreCreateProtocolNotifyEvent() in DxeCore, for UefiLib provide the similar function EfiCreateProtocolNotifyEvent(). DxeCore can use that library function. 2008-09-12 01:12:31 +00:00
Mem Fix several code review minor comments: 2008-09-17 13:29:44 +00:00
Misc 1. Use AllocateAlignedPages() to remove tricky logic in DebugImageInfo.c 2008-09-02 05:51:05 +00:00
SectionExtraction Fix several approved code review comments: 2008-08-28 02:53:16 +00:00
DebugImageInfo.h 1. Use AllocateAlignedPages() to remove tricky logic in DebugImageInfo.c 2008-09-02 05:51:05 +00:00
DxeMain.h Merge the global data in ExecData.c to Event.c 2008-09-16 07:53:15 +00:00
DxeMain.inf Merge the global data in ExecData.c to Event.c 2008-09-16 07:53:15 +00:00
Event.h The file name Exec.h contains UEFI Event support functions and structure. But its file name is not very meaningful and we can consider renaming it. 2008-09-16 07:22:44 +00:00
FwVolBlock.h Updated EFI_FVB_ATTRIBUTES to EFI_FVB_ATTRIBUTES_2. 2008-09-03 08:55:55 +00:00
FwVolDriver.h follow up the comments from code review. 2008-09-16 05:19:25 +00:00
Gcd.h Code Scrub for Dxe Core. 2008-07-24 02:54:45 +00:00
Handle.h Rename Hand.h to Handle.h. 2008-09-09 05:29:23 +00:00
Image.h Remove the prototype of internal functions to avoid the sync efforts. 2008-09-09 05:36:40 +00:00
Imem.h Remove unused global variable. 2008-09-09 01:50:38 +00:00
Library.h Remove the internal CoreCreateProtocolNotifyEvent() in DxeCore, for UefiLib provide the similar function EfiCreateProtocolNotifyEvent(). DxeCore can use that library function. 2008-09-12 01:12:31 +00:00