summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
Commit message (Expand)AuthorAgeFilesLines
* Don't align image address for TeImage, because TeImage section alignment is u...lgao42008-09-231-3/+5
* HiiLibGetCurrentLanguage returns the current UEFI variable "PlatformLang" (if...qwang122008-09-214-4/+4
* remove the unused msa/npsd fileslgao42008-09-201-491/+0
* 1. Sync Bug:PXE Boot issue- UefiPxeBc driver currently does not follow PXE Specvanjeff2008-09-193-63/+69
* 1. Add three sample PCD in HelloWorld application for user reference of PCD u...lgao42008-09-194-20/+66
* 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
* Fixed one bug in consplitter console input Start/Stop functions for those han...vanjeff2008-09-172-26/+18
* Update the comments.qwang122008-09-172-4/+8
* 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
* MdePkg/Include/Uefi/UefiTcgPlatform.h:jljusten2008-09-161-1/+1
* 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-163-12/+17
* remove duplicated code.vanjeff2008-09-121-10/+0
* add param ImageHandle for MnpFlushServiceData().vanjeff2008-09-123-6/+8
* move protocol close process from MnpDriverBindingStart() to MnpFlushServiceDa...vanjeff2008-09-122-11/+11
* 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
* clean up the un-suitable ';' location when declaring the functions.vanjeff2008-09-0455-1258/+629
* Update prototype of DxeLoadCore().xli242008-09-042-2/+2
* Fix a typo in Pcd nameqhuang82008-09-043-4/+4
* remove EFI_EVENT_ alias, replace them with EVT_vanjeff2008-09-046-11/+11
* Remove unnecessary CONST.vanjeff2008-09-041-2/+2
* Remove unnecessary CONST.vanjeff2008-09-041-2/+2
* Use Numeric Opcode to host the backward compatibility as the VarEqVal in Fram...qwang122008-09-031-2/+2
* Updated EFI_FVB_ATTRIBUTES to EFI_FVB_ATTRIBUTES_2.vanjeff2008-09-035-9/+9
* move ProcessFv() from dispatcher.c to FwVol.cklu22008-09-032-132/+134