summaryrefslogtreecommitdiff
path: root/MdeModulePkg
AgeCommit message (Expand)AuthorFilesLines
2008-09-23Don't align image address for TeImage, because TeImage section alignment is u...lgao41-3/+5
2008-09-21HiiLibGetCurrentLanguage returns the current UEFI variable "PlatformLang" (if...qwang124-4/+4
2008-09-20remove the unused msa/npsd fileslgao41-491/+0
2008-09-191. Sync Bug:PXE Boot issue- UefiPxeBc driver currently does not follow PXE Specvanjeff3-63/+69
2008-09-191. Add three sample PCD in HelloWorld application for user reference of PCD u...lgao44-20/+66
2008-09-18Rollback change done in 5919: "Remove the status code EFI_ALREADY_STARTED to ...qwang121-2/+2
2008-09-18Remove the GrowBuffer function. Just use the simple way to get the buffer siz...qwang121-92/+48
2008-09-17Adjust the function layout to remove the prototype of internal functions to r...qhuang81-306/+210
2008-09-17Apply HighBitSet() in MDE baseLib to retire the internal function CoreHighest...qhuang82-46/+2
2008-09-17Remove the status code EFI_ALREADY_STARTED to avoid confusion since it is not...qhuang81-3/+3
2008-09-17Adjust the function layout of Timer.c to remove the prototype to reduce sync ...qhuang81-113/+70
2008-09-17Refine code to remove the last entry of mArchProtocol.qhuang81-8/+13
2008-09-17Fix several code review minor comments:qhuang81-14/+13
2008-09-17Fix several code review minor comments:qhuang81-12/+13
2008-09-17Fixed one bug in consplitter console input Start/Stop functions for those han...vanjeff2-26/+18
2008-09-17Update the comments.qwang122-4/+8
2008-09-17Add VA_END to end the VA_START.qwang121-0/+5
2008-09-17Remove the unnecessary spin_lock protection around CoreUnloadImage. There is ...qwang121-16/+0
2008-09-16MdePkg/Include/Uefi/UefiTcgPlatform.h:jljusten1-1/+1
2008-09-16CoreHandleProtocol function description should be corrected.eric_tian1-4/+12
2008-09-16Merge the global data in ExecData.c to Event.ceric_tian4-77/+60
2008-09-16Comments for CoreInitializeMemoryServices should be updatederic_tian3-23/+15
2008-09-16The file name Exec.h contains UEFI Event support functions and structure. But...eric_tian3-4/+4
2008-09-16follow up the comments from code review.eric_tian3-12/+17
2008-09-12remove duplicated code.vanjeff1-10/+0
2008-09-12add param ImageHandle for MnpFlushServiceData().vanjeff3-6/+8
2008-09-12move protocol close process from MnpDriverBindingStart() to MnpFlushServiceDa...vanjeff2-11/+11
2008-09-12Remove the internal CoreCreateProtocolNotifyEvent() in DxeCore, for UefiLib p...qhuang84-94/+4
2008-09-10Update the usage of ALIGN_VARIABLE for the interface change.qhuang81-2/+1
2008-09-10Fix a bug by adding CoreReleaseProtocolLock.qwang122-2/+3
2008-09-10Add EFIAPI modifier for all GCD services APIsqhuang83-0/+28
2008-09-09Remove the prototype of internal functions to avoid the sync efforts.qhuang83-261/+171
2008-09-09Rename Hand.h to Handle.h.qwang123-4/+4
2008-09-09Adjust the field position of PROTOCOL_NOTIFY.qwang121-2/+2
2008-09-091) Update some comment.qwang123-17/+29
2008-09-09Remove unused global variable.qhuang82-6/+0
2008-09-09Remove two obsolete function prototypes.qhuang81-29/+0
2008-09-08Change field Handle to type IHANDLE to remove the type casting.qwang122-3/+3
2008-09-08Remove NULL_HANDLE. NULL_HANDLE should be replaced with NULL as consistency. ...qwang123-17/+17
2008-09-08Add more comment for EFI_DEP_REPLACE_TRUEqwang121-1/+4
2008-09-08Remove a dead macro EFI_DXESERVICEqwang121-6/+0
2008-09-04clean up the un-suitable ';' location when declaring the functions.vanjeff55-1258/+629
2008-09-04Update prototype of DxeLoadCore().xli242-2/+2
2008-09-04Fix a typo in Pcd nameqhuang83-4/+4
2008-09-04remove EFI_EVENT_ alias, replace them with EVT_vanjeff6-11/+11
2008-09-04Remove unnecessary CONST.vanjeff1-2/+2
2008-09-04Remove unnecessary CONST.vanjeff1-2/+2
2008-09-03Use Numeric Opcode to host the backward compatibility as the VarEqVal in Fram...qwang121-2/+2
2008-09-03Updated EFI_FVB_ATTRIBUTES to EFI_FVB_ATTRIBUTES_2.vanjeff5-9/+9
2008-09-03move ProcessFv() from dispatcher.c to FwVol.cklu22-132/+134