summaryrefslogtreecommitdiffstats
path: root/MdePkg
Commit message (Expand)AuthorAgeFilesLines
* DxeCore.h, PeiCis.h and Uefi.h should not include <Protocol/Pcd.h>. If a modu...qwang122006-10-103-10/+0
* Fix a bug in InternalMathDivRemU64x64(). The bug is that the 64-bit divisor i...rsun32006-10-091-0/+1
* Optimized HighBitSetXX() functionsbxing2006-10-082-7/+19
* Use intrinsicmdkinney2006-10-041-0/+33
* Use intrinsicmdkinney2006-10-046-0/+218
* Use intrinsicmdkinney2006-10-041-3/+8
* Fix GCC build issuemdkinney2006-10-041-200/+214
* Add support for DEBUG and RELEASE builds of this FPD file.mdkinney2006-10-041-75/+1
* Remove the duplicated Copy Right in msa header.lgao42006-09-2756-560/+0
* 1.Fix .global issue in GAS (EdkT207).qhuang82006-09-25130-168/+168
* added ACPI_TIMER_FREQUENCY definitionvanjeff2006-09-201-13/+18
* Optimize the size of the Base Library for the MSFT 32-bit tool chains by taki...mdkinney2006-09-1995-94/+3115
* Add GLOBAL_REMOVE_IF_REFERENCED to the declaration of module globals in the P...mdkinney2006-09-192-2/+2
* add EFIAPI for those constructor funcitons declarationvanjeff2006-09-188-62/+72
* typecast some return valuesvanjeff2006-09-151-2/+2
* Added an extra GDT entry to the GDT used by thunk code. SS register will alwa...bxing2006-09-141-24/+40
* update GetPerformanceCounterProperties() declarevanjeff2006-09-134-8/+8
* Fixed a bug in WriteBackInvalidDataCache() that always flush cache lines even...bxing2006-09-091-9/+17
* Change PcdDebugPrintErrorLevel PCD declare in msa as DYNAMIC, because this PC...lgao42006-09-076-6/+6
* Set MdePkg.fpd, EdkModulePkg.fpd and Nt32.fpd default build directory to work...lgao42006-09-061-1/+1
* Added two #pragma to disable 4505 & 4206 warnings for MSFT compiler. This is ...jwang362006-09-053-0/+27
* Fix track EDKT106 & EDKT112: map LibPcdSetPtr function for PatchPcdSetPtr mac...klu22006-08-241-1/+6
* Changed GetPerformanceCounter() to use the most efficient mean to unsigned ex...bxing2006-08-221-2/+1
* A workaround to a compiler bug that causes the high order 32 bits of GetPerfo...bxing2006-08-211-1/+2
* 1. Added Non-existing.c in BaseLib to assert no invocations of SwitchStack() ...bxing2006-08-212-0/+54
* Fixed a bug causing the high order double word of values returned by GetPerfo...bxing2006-08-181-1/+1
* Continue to fix EDKT187.klu22006-08-171-3/+0
* Added AsmSwitchStackAndBackingStore() to BaseLib.h for stack switching on IPF.bxing2006-08-172-127/+87
* Add boot script dispatch opcode 2xgu32006-08-161-1/+9
* Add PcdPciExpressBaseAddress info to MdePkg.spdqhuang82006-08-151-0/+9
* 1. Adjust might be 64bit, so we need to typecast it to UINT32 firstly.vanjeff2006-08-151-41/+41
* Add more comments in UefiDriverModelLibyshang12006-08-141-3/+10
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1245 6f1...yshang12006-08-141-1/+1
* Add function headers in UefiDriverModuleLibyshang12006-08-141-1/+15
* Fixed bugs found when this code was ported into R8. ajfish2006-08-111-5/+7
* Removed unnecessary MSR access in InternalX86Delay()bxing2006-08-101-2/+0
* Sync this file with MiscSubClass spec and add some struture alias to use them...lgao42006-08-091-47/+65
* 1. Added ReadWriteBarrier() before and after each I/O read/write function.bxing2006-08-091-24/+46
* Move FileInfo.h, FileSystemInfo.h, FileSystemVolumeLabelInfo.h from protocol ...lgao42006-08-075-16/+15
* Modify dispatch opcode for standalone boot script executorxgu32006-08-071-0/+1
* Change PcdReportStatusCodePropertyMask default value from 0x7 to 0x6, don't p...lgao42006-08-031-1/+1
* Fix a typo.qhuang82006-08-021-1/+1
* 1. cleanup functions header in PeCoffLoaderEx.cvanjeff2006-08-022-74/+56
* 1. Updated function headers for all assembly functionbxing2006-07-28106-453/+1002
* TeImage Signature should be got from Te pointer, not Pe pointerlgao42006-07-281-1/+1
* Rename guid variable gEfiSmmPeiSmramMemoryReserve to gEfiSmmPeiSmramMemoryRes...lgao42006-07-272-2/+2
* Fix a warning issue under CYGWIN_GCC building: klu22006-07-271-32/+32
* Added back safety check for PE/COFF image walking. I think the safety check i...ajfish2006-07-261-0/+9
* Removed cross references from PciCf8Lib and PciExpressLib class to PciLib cla...ajfish2006-07-2617-508/+1517
* Remove duplicated module definition (the same module with the same arch) in F...wuyizhong2006-07-251-2756/+2556