summaryrefslogtreecommitdiff
path: root/MdePkg
AgeCommit message (Expand)AuthorFilesLines
2006-09-18add EFIAPI for those constructor funcitons declarationvanjeff8-62/+72
2006-09-15typecast some return valuesvanjeff1-2/+2
2006-09-14Added an extra GDT entry to the GDT used by thunk code. SS register will alwa...bxing1-24/+40
2006-09-13update GetPerformanceCounterProperties() declarevanjeff4-8/+8
2006-09-09Fixed a bug in WriteBackInvalidDataCache() that always flush cache lines even...bxing1-9/+17
2006-09-07Change PcdDebugPrintErrorLevel PCD declare in msa as DYNAMIC, because this PC...lgao46-6/+6
2006-09-06Set MdePkg.fpd, EdkModulePkg.fpd and Nt32.fpd default build directory to work...lgao41-1/+1
2006-09-05Added two #pragma to disable 4505 & 4206 warnings for MSFT compiler. This is ...jwang363-0/+27
2006-08-24Fix track EDKT106 & EDKT112: map LibPcdSetPtr function for PatchPcdSetPtr mac...klu21-1/+6
2006-08-22Changed GetPerformanceCounter() to use the most efficient mean to unsigned ex...bxing1-2/+1
2006-08-21A workaround to a compiler bug that causes the high order 32 bits of GetPerfo...bxing1-1/+2
2006-08-211. Added Non-existing.c in BaseLib to assert no invocations of SwitchStack() ...bxing2-0/+54
2006-08-18Fixed a bug causing the high order double word of values returned by GetPerfo...bxing1-1/+1
2006-08-17Continue to fix EDKT187.klu21-3/+0
2006-08-17Added AsmSwitchStackAndBackingStore() to BaseLib.h for stack switching on IPF.bxing2-127/+87
2006-08-16Add boot script dispatch opcode 2xgu31-1/+9
2006-08-15Add PcdPciExpressBaseAddress info to MdePkg.spdqhuang81-0/+9
2006-08-151. Adjust might be 64bit, so we need to typecast it to UINT32 firstly.vanjeff1-41/+41
2006-08-14Add more comments in UefiDriverModelLibyshang11-3/+10
2006-08-14git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1245 6f1...yshang11-1/+1
2006-08-14Add function headers in UefiDriverModuleLibyshang11-1/+15
2006-08-11Fixed bugs found when this code was ported into R8. ajfish1-5/+7
2006-08-10Removed unnecessary MSR access in InternalX86Delay()bxing1-2/+0
2006-08-09Sync this file with MiscSubClass spec and add some struture alias to use them...lgao41-47/+65
2006-08-091. Added ReadWriteBarrier() before and after each I/O read/write function.bxing1-24/+46
2006-08-07Move FileInfo.h, FileSystemInfo.h, FileSystemVolumeLabelInfo.h from protocol ...lgao45-16/+15
2006-08-07Modify dispatch opcode for standalone boot script executorxgu31-0/+1
2006-08-03Change PcdReportStatusCodePropertyMask default value from 0x7 to 0x6, don't p...lgao41-1/+1
2006-08-02Fix a typo.qhuang81-1/+1
2006-08-021. cleanup functions header in PeCoffLoaderEx.cvanjeff2-74/+56
2006-07-281. Updated function headers for all assembly functionbxing106-453/+1002
2006-07-28TeImage Signature should be got from Te pointer, not Pe pointerlgao41-1/+1
2006-07-27Rename guid variable gEfiSmmPeiSmramMemoryReserve to gEfiSmmPeiSmramMemoryRes...lgao42-2/+2
2006-07-27Fix a warning issue under CYGWIN_GCC building: klu21-32/+32
2006-07-26Added back safety check for PE/COFF image walking. I think the safety check i...ajfish1-0/+9
2006-07-26Removed cross references from PciCf8Lib and PciExpressLib class to PciLib cla...ajfish17-508/+1517
2006-07-25Remove duplicated module definition (the same module with the same arch) in F...wuyizhong1-2756/+2556
2006-07-25Added a 64-bit version of EnablePaging64() on X64. AsmEnablePaging64() is the...bxing3-43/+62
2006-07-25Updated function headers according to latest MWG.bxing1-5/+5
2006-07-251. Updated declaration of timer functions according to latest MWG.bxing4-77/+229
2006-07-24Add some comments for translator parameterljin61-1/+5
2006-07-24Fix a bug in UefiDevicePathLibqhuang81-0/+1
2006-07-23Remove the instance of BaseSmbusLibqhuang83-1016/+0
2006-07-23Adjust coding style for MemoryAllocationLib.qhuang87-605/+1000
2006-07-211. Updated function headers in all assembly files.bxing252-2009/+1840
2006-07-21Change DxeRuntimeDriverLib name to UefiRuntimeLib.yshang12-7/+7
2006-07-20Remove BugBug in comments and adjust function header according to code style ...lgao476-2790/+2152
2006-07-20Modified comment for gDsvanjeff2-6/+6
2006-07-20added some comments in BaseLibvanjeff5-46/+56
2006-07-201.Added EFIAPI for some assembly functions declarevanjeff6-48/+56