summaryrefslogtreecommitdiff
path: root/MdePkg/Library
AgeCommit message (Expand)AuthorFilesLines
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
2006-11-14Add IPF support in Base IO Lib, and related change in fpd filegtian2-1/+447
2006-11-14Rename PcdPlatformBusSpeed to PcdFSBClock and update help text.vanjeff1-1/+1
2006-11-13rename PcdGenericPlatformBusSpeed to PcdFSBClock to avoid confusing.vanjeff2-3/+3
2006-11-131. Rename PcdPlatformBusSpeed to PcdGenericPlatformBusSpeedvanjeff1-1/+13
2006-11-13git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1931 6f1...xli241-2/+12
2006-11-10added help text for PcdPlatformBusSpeedvanjeff1-1/+1
2006-11-07added PcdPlatformBusSpeed for BaseTimerLibLocalApic, thus this timer instance...vanjeff2-12/+13
2006-11-06Ia32/DivS64x64Remainder.c is not tool-chain specific, it supports both gcc an...xli241-1/+1
2006-11-03According to MDE Library specification, BaseIoLibIntrinsic Module only suppor...xli241-1/+1
2006-11-031. Add the fix for the following Bugs:cwu1154-71/+71
2006-10-301. In event.c, a function's name is not spelled correctly, a typo.mikewuping1-0/+24
2006-10-23Remove the library instance of BaseReportStatusCodeLibNullqhuang82-506/+0
2006-10-23Did not check in new files correctly the first time!ajfish2-0/+122
2006-10-22Updated the Runtime Driver to use the MDE libs for cache flush and removed lo...ajfish2-11/+5
2006-10-22Removed duplicate PalCallStatic functions in different libraries. Moved ReadI...ajfish2-154/+0
2006-10-22Removed duplicate PalCallStatic functions in different libraries. Moved ReadI...ajfish8-168/+55
2006-10-09Fix a bug in InternalMathDivRemU64x64(). The bug is that the 64-bit divisor i...rsun31-0/+1
2006-10-08Optimized HighBitSetXX() functionsbxing2-7/+19
2006-10-04Use intrinsicmdkinney1-0/+33
2006-10-04Use intrinsicmdkinney6-0/+218
2006-10-04Use intrinsicmdkinney1-3/+8
2006-10-04Fix GCC build issuemdkinney1-200/+214
2006-09-27Remove the duplicated Copy Right in msa header.lgao456-560/+0
2006-09-251.Fix .global issue in GAS (EdkT207).qhuang8130-168/+168
2006-09-19Optimize the size of the Base Library for the MSFT 32-bit tool chains by taki...mdkinney95-94/+3115