summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Core/Dxe
Commit message (Expand)AuthorAgeFilesLines
* Don't align image address for TeImage, because TeImage section alignment is u...lgao42008-09-231-3/+5
* Rollback change done in 5919: "Remove the status code EFI_ALREADY_STARTED to ...qwang122008-09-181-2/+2
* Remove the GrowBuffer function. Just use the simple way to get the buffer siz...qwang122008-09-181-92/+48
* Adjust the function layout to remove the prototype of internal functions to r...qhuang82008-09-171-306/+210
* Apply HighBitSet() in MDE baseLib to retire the internal function CoreHighest...qhuang82008-09-172-46/+2
* Remove the status code EFI_ALREADY_STARTED to avoid confusion since it is not...qhuang82008-09-171-3/+3
* Adjust the function layout of Timer.c to remove the prototype to reduce sync ...qhuang82008-09-171-113/+70
* Refine code to remove the last entry of mArchProtocol.qhuang82008-09-171-8/+13
* Fix several code review minor comments:qhuang82008-09-171-14/+13
* Fix several code review minor comments:qhuang82008-09-171-12/+13
* Add VA_END to end the VA_START.qwang122008-09-171-0/+5
* Remove the unnecessary spin_lock protection around CoreUnloadImage. There is ...qwang122008-09-171-16/+0
* CoreHandleProtocol function description should be corrected.eric_tian2008-09-161-4/+12
* Merge the global data in ExecData.c to Event.ceric_tian2008-09-164-77/+60
* Comments for CoreInitializeMemoryServices should be updatederic_tian2008-09-163-23/+15
* The file name Exec.h contains UEFI Event support functions and structure. But...eric_tian2008-09-163-4/+4
* follow up the comments from code review.eric_tian2008-09-162-12/+15
* Remove the internal CoreCreateProtocolNotifyEvent() in DxeCore, for UefiLib p...qhuang82008-09-124-94/+4
* Update the usage of ALIGN_VARIABLE for the interface change.qhuang82008-09-101-2/+1
* Fix a bug by adding CoreReleaseProtocolLock.qwang122008-09-102-2/+3
* Add EFIAPI modifier for all GCD services APIsqhuang82008-09-103-0/+28
* Remove the prototype of internal functions to avoid the sync efforts.qhuang82008-09-093-261/+171
* Rename Hand.h to Handle.h.qwang122008-09-093-4/+4
* Adjust the field position of PROTOCOL_NOTIFY.qwang122008-09-091-2/+2
* 1) Update some comment.qwang122008-09-093-17/+29
* Remove unused global variable.qhuang82008-09-092-6/+0
* Remove two obsolete function prototypes.qhuang82008-09-091-29/+0
* Change field Handle to type IHANDLE to remove the type casting.qwang122008-09-082-3/+3
* Remove NULL_HANDLE. NULL_HANDLE should be replaced with NULL as consistency. ...qwang122008-09-083-17/+17
* Add more comment for EFI_DEP_REPLACE_TRUEqwang122008-09-081-1/+4
* Remove a dead macro EFI_DXESERVICEqwang122008-09-081-6/+0
* Updated EFI_FVB_ATTRIBUTES to EFI_FVB_ATTRIBUTES_2.vanjeff2008-09-034-6/+6
* 1. Use AllocateAlignedPages() to remove tricky logic in DebugImageInfo.cqhuang82008-09-022-41/+3
* clean up DxeCore to remove some dead code.qhuang82008-09-012-80/+0
* Clean up DxeCore to use report status code macros in ReportStatusCode to reti...qhuang82008-09-016-109/+25
* Fix several approved code review comments:qhuang82008-08-281-671/+483
* Clean up DxeCore to remove duplicate memory allocation & device path utility ...qhuang82008-08-2731-559/+92
* Add dependency of DevicePathLib to DxeCore so that the internal device path r...qhuang82008-08-272-0/+2
* remove the unused msa files in MdeModulePkg.lgao42008-08-251-243/+0
* Remove the global variable of gDxeCoreBS and uses the gBS in UefiBootServices...qhuang82008-08-206-10/+8
* Add GLOBAL_REMOVE_IF_UNREFERENCED modifier in the array and change the protoc...qhuang82008-08-181-18/+17
* Remove an unreferenced field in PROTOCOL_INTERFACE data structure.qhuang82008-08-181-2/+0
* 1) Change DEBUG_ERROR TO DEBUG_LOAD as InstallProtocolInterface information i...qwang122008-08-081-3/+3
* Fix UEFI Boot Service CreateEvent() to follow UEFI Specification with respect...mdkinney2008-08-011-2/+2
* Increase size of function addresses printed in DEBUG messages from 10 to 11 c...mdkinney2008-08-011-2/+2
* Using Spin lock instead of using RaiseTpl() to prevent UnloadImage() re-entra...vanjeff2008-08-011-3/+11
* Minor clean up.qhuang82008-07-262-7/+7
* Code Scrub for Dxe Core.qhuang82008-07-2438-2551/+2546
* Code scrub for DxeCoreqhuang82008-07-1825-567/+327
* Code scrube for MdeModule Definitions.lgao42008-07-082-4/+0