summaryrefslogtreecommitdiff
path: root/MdePkg
AgeCommit message (Expand)AuthorFilesLines
2006-11-09Fix ALIGN_POINTER() macro. The pointer (p) passed in must always be converte...mdkinney1-1/+1
2006-11-09Add #define CPU_STACK_ALIGNMENT to the ProcessorBind.h for each of the suppor...mdkinney4-1/+23
2006-11-08Update processor socket type definition to comply with SmBios 2.5 spec.jtang121-1/+4
2006-11-08Changed definitions in Legacy16.h and LegacyBios.h to be compatible with CSM ...jtang122-9/+9
2006-11-07added PcdPlatformBusSpeed for BaseTimerLibLocalApic, thus this timer instance...vanjeff4-183/+198
2006-11-07This check-in add Pci23.h, Pci30.h, EfiPci.h and take those originally put in...cwu114-54/+136
2006-11-06Ia32/DivS64x64Remainder.c is not tool-chain specific, it supports both gcc an...xli241-1/+1
2006-11-06This check-in fixed the following bugs:cwu111-3/+111
2006-11-06Remove BaseIoIntrinsicLib reference in IPF and EBC modulesxli241-12/+0
2006-11-03Add EfiGpt.h, ElTorito.h, Mbr.h header files which are for EFI GUID Partition...qwang123-0/+247
2006-11-03According to MDE Library specification, BaseIoLibIntrinsic Module only suppor...xli241-1/+1
2006-11-031. Add the fix for the following Bugs:cwu1187-156/+156
2006-11-01Updated EFAPI definition for x64 GCC. Original thinking was to add optional E...ajfish1-5/+10
2006-10-31Remove the reference to non-exist file.qhuang81-4/+0
2006-10-301. In event.c, a function's name is not spelled correctly, a typo.mikewuping2-1/+25
2006-10-23Follow up tracker EDKT285.yshang11-1/+1
2006-10-23Add definition for FB DIMM.jtang121-2/+4
2006-10-23Remove the library instance of BaseReportStatusCodeLibNullqhuang84-571/+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...ajfish3-27/+21
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...ajfish9-168/+139
2006-10-20Added definition of SMBIOS type 15 - System Event Log.jtang121-77/+113
2006-10-17Add two new data hub subclass related definitions per SMBIOS 2.4 spec.rsun31-1/+3
2006-10-10DxeCore.h, PeiCis.h and Uefi.h should not include <Protocol/Pcd.h>. If a modu...qwang123-10/+0
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-10-04Add support for DEBUG and RELEASE builds of this FPD file.mdkinney1-75/+1
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-20added ACPI_TIMER_FREQUENCY definitionvanjeff1-13/+18
2006-09-19Optimize the size of the Base Library for the MSFT 32-bit tool chains by taki...mdkinney95-94/+3115
2006-09-19Add GLOBAL_REMOVE_IF_REFERENCED to the declaration of module globals in the P...mdkinney2-2/+2
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