summaryrefslogtreecommitdiff
path: root/MdePkg/Library
AgeCommit message (Expand)AuthorFilesLines
2007-02-121) Added BIT0, BIT1, …, BIT63 to the Base Defines qwang1218-3880/+6732
2007-02-06updated the comment according to latest version of MWG.vanjeff5-10/+8
2007-02-051.Drop the support of UEFI_APPLICATION for UefiDriverLibqhuang86-16/+10
2007-02-021. removed BaseTimerLibLocalApic from MdePkg and Nt32TimerLib from EdkNt32Pkg.vanjeff5-35/+62
2007-01-30Fix a typo in last check in.qhuang81-2/+2
2007-01-30Add supported module type & arch filter for all libraries in MdePkg to filter...qhuang840-232/+232
2007-01-26Make MDE and EdkModule packages avoid all Intel IPF compiler warnings except ...xli241-12/+12
2007-01-26removed SupModuleList firstlyvanjeff1-1/+1
2007-01-25Make MDE package pass intel IPF compiler with /W4 /WX switched on.xli2461-398/+1399
2007-01-25BaseMemoryLibSse2 library doesn't support IPF and EBC. I remove these archs f...lgao41-1/+1
2007-01-24Added DXE_RUNTIME_DRIVER in the SupModuleList since DxeStatusCode in EdkModul...jwang361-1/+1
2007-01-24add <SupModuleList> in <LibraryClass> item for TimerLib. Inform build tool th...vanjeff1-3/+3
2007-01-23git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2287 6f1...yshang11-1/+1
2007-01-23Updated the function comments in UefiDriverEntryLib to fix EDKT502.yshang11-20/+12
2007-01-18Add two useful functions in UefiLib for the implementation of Component Name,...qhuang81-1/+125
2007-01-17supmodulelist not supported by now, i remove it firstly.vanjeff1-1/+1
2007-01-16Fix PeLoad function can't handle invalid PeImage to skip correct debug entry.lgao41-2/+2
2007-01-15Correct TeImage Header based on PeiCis spec.lgao41-1/+1
2007-01-15Correct TeImage file format and Clean up PeiRebase tool to remove unused code...lgao41-2/+5
2007-01-12Correctly skip debug entry.lgao41-5/+4
2007-01-10Mark some .c files as MSFT only.bbahnsen1-5/+5
2007-01-101. Added comments to ASM filesbxing45-77/+184
2007-01-09The header file applies to all architectures.bbahnsen2-4/+4
2007-01-09Add in UefiApplicationEntryPoint library class and library instance. qwang122-0/+145
2007-01-06Use ASM_PFX to optionnaly set the underscore prefixtgingold96-206/+206
2006-12-29Fixed tracker EDKT395bxing1-7/+105
2006-12-28add <SupModuleList> in <LibraryClass> item for TimerLib. Inform build tool th...vanjeff1-2/+4
2006-12-28Refix the previous issue.qhuang81-1/+1
2006-12-28Fix a typo in UefiLib. The parameter type of Registration should be "VOID **"...qhuang81-1/+1
2006-12-20Update DxeSmmDriverEntryPoint library to only support IA32 and X64 CPU archsmdkinney1-2/+2
2006-12-12Update BaseDebugLibNull to not touch any global variables or PCD settingsmdkinney2-58/+57
2006-12-08The EFI_IMAGE_REL_BASED_DIR64 type has been in switch for all common relocati...klu21-18/+1
2006-12-08Handle new relocation type EFI_IMAGE_REL_BASED_DIR64 for X64.klu21-16/+33
2006-12-06Move registration and processing of ExitBootServices() events into UefiDriver...mdkinney1-0/+67
2006-11-25Fix IPF alignment issue when building a Report Status Code messagemdkinney1-1/+1
2006-11-24Add volatile to modify LockValue in ReleaseSpinLock().xli241-1/+1
2006-11-23To Fix PVCS 429.yshang11-2/+9
2006-11-23Add volatile to modify LockValue in AcquireLockOrFail().xli241-1/+1
2006-11-23Port a couple of files to gnu assembly.bbahnsen2-0/+124
2006-11-22Add PeiServiceTablePointerLib that uses KR1 to save/restore the PEI Services ...mdkinney4-0/+237
2006-11-22Add 64-bit I/O port functions that ASSERT()mdkinney1-0/+50
2006-11-22Remove DXE Core Entry Point Library Classmdkinney1-10/+7
2006-11-22Remove Peim Entry Point Library Classmdkinney1-14/+10
2006-11-20fix one bug on Timer Frequency return.vanjeff1-1/+1
2006-11-18Remove duplicate <Extern> for the lib constructor and destructormdkinney1-4/+0
2006-11-17Add Thunk16.S -- needs to be ported from masm.bbahnsen1-0/+0
2006-11-17Add gnu x86 assembly sources.bbahnsen1-1/+86
2006-11-17Add an underscore for gcc.bbahnsen1-1/+1
2006-11-16Initial port to x86_64 gnu assembly.bbahnsen83-0/+3120
2006-11-15Enabled 4G+ memory in thunk.bxing1-16/+22