summaryrefslogtreecommitdiffstats
path: root/MdePkg
Commit message (Expand)AuthorAgeFilesLines
...
* rename PcdGenericPlatformBusSpeed to PcdFSBClock to avoid confusing.vanjeff2006-11-133-7/+7
* 1. Rename PcdPlatformBusSpeed to PcdGenericPlatformBusSpeedvanjeff2006-11-133-5/+35
* Set the stack alignment for X64 to 16 bytes per the X64 Calling Conventionmdkinney2006-11-131-1/+1
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1931 6f1...xli242006-11-131-2/+12
* added help text for PcdPlatformBusSpeedvanjeff2006-11-102-16/+16
* Fix ALIGN_POINTER() macro. The pointer (p) passed in must always be converte...mdkinney2006-11-091-1/+1
* Add #define CPU_STACK_ALIGNMENT to the ProcessorBind.h for each of the suppor...mdkinney2006-11-094-1/+23
* Update processor socket type definition to comply with SmBios 2.5 spec.jtang122006-11-081-1/+4
* Changed definitions in Legacy16.h and LegacyBios.h to be compatible with CSM ...jtang122006-11-082-9/+9
* added PcdPlatformBusSpeed for BaseTimerLibLocalApic, thus this timer instance...vanjeff2006-11-074-183/+198
* This check-in add Pci23.h, Pci30.h, EfiPci.h and take those originally put in...cwu112006-11-074-54/+136
* Ia32/DivS64x64Remainder.c is not tool-chain specific, it supports both gcc an...xli242006-11-061-1/+1
* This check-in fixed the following bugs:cwu112006-11-061-3/+111
* Remove BaseIoIntrinsicLib reference in IPF and EBC modulesxli242006-11-061-12/+0
* Add EfiGpt.h, ElTorito.h, Mbr.h header files which are for EFI GUID Partition...qwang122006-11-033-0/+247
* According to MDE Library specification, BaseIoLibIntrinsic Module only suppor...xli242006-11-031-1/+1
* 1. Add the fix for the following Bugs:cwu112006-11-0387-156/+156
* Updated EFAPI definition for x64 GCC. Original thinking was to add optional E...ajfish2006-11-011-5/+10
* Remove the reference to non-exist file.qhuang82006-10-311-4/+0
* 1. In event.c, a function's name is not spelled correctly, a typo.mikewuping2006-10-302-1/+25
* Follow up tracker EDKT285.yshang12006-10-231-1/+1
* Add definition for FB DIMM.jtang122006-10-231-2/+4
* Remove the library instance of BaseReportStatusCodeLibNullqhuang82006-10-234-571/+0
* Did not check in new files correctly the first time!ajfish2006-10-232-0/+122
* Updated the Runtime Driver to use the MDE libs for cache flush and removed lo...ajfish2006-10-223-27/+21
* Removed duplicate PalCallStatic functions in different libraries. Moved ReadI...ajfish2006-10-222-154/+0
* Removed duplicate PalCallStatic functions in different libraries. Moved ReadI...ajfish2006-10-229-168/+139
* Added definition of SMBIOS type 15 - System Event Log.jtang122006-10-201-77/+113
* Add two new data hub subclass related definitions per SMBIOS 2.4 spec.rsun32006-10-171-1/+3
* 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