summaryrefslogtreecommitdiff
path: root/UefiCpuPkg
AgeCommit message (Expand)AuthorFilesLines
2011-01-11Remove extra {} inside DEBUG_CODE() macromdkinney1-120/+118
2011-01-07Fix 32-bit build breakmdkinney1-1/+1
2011-01-06Add DEBUG() macros for DEBUG_CACHE to MTRR Library show all changes memory ca...mdkinney2-46/+170
2010-12-17Fix a bug that the size of a gate descriptor in the IDT is 8 bytes. The size ...rsun31-1/+1
2010-12-07Add MtrrLib and LocalApicLib declarations to the UefiCpuPkg DEC file.mdkinney1-0/+9
2010-11-29Lost a file in last check-in.rsun31-0/+172
2010-11-29Add a new Timer Library instance SecPeiDxeTimerLibUefiCpu into UefiCpuPkg. Th...rsun33-0/+259
2010-11-01Refine code to follow the coding style.ydong101-0/+14
2010-10-28Fix build break when doing 32-bit build with some certain C compiler option c...rsun32-7/+8
2010-10-26Refine code to remove type converting warning.ydong101-1/+1
2010-10-22UefiCpuPkg CpuDxe: Fix bug with CPU Arch RegisterInterruptHandlerjljusten1-30/+77
2010-09-07Rename two files to follow the file naming convention.rsun34-6/+185
2010-09-07Rename two files to follow the file naming convention.rsun32-179/+0
2010-08-27Add DisableLvtInterrupts() for the Local APIC library class.rsun33-0/+55
2010-08-26Improve Local APIC library class. Add new library APIs: GetApicVersion(), Sen...rsun34-65/+284
2010-08-23Add Local APIC Library class defining APIs for common Local APIC operations. ...rsun38-1/+1772
2010-08-10Add boundary check against variable MTRR count.xli241-1/+6
2010-08-10Add explicit type cast to suppress possible warning of precession loss.xli242-2/+2
2010-08-03Inherit entries from previous IDT when new IDT is installed.mdkinney1-6/+23
2010-07-13Code refinement.xli2414-333/+1010
2010-06-11Skip restoration of DRx registers to support in-circuit emualators or debugge...rsun34-84/+16
2010-05-21Clean up package/platform DSC files by the following steps:lgao41-12/+6
2010-05-13Fix minor format issue in file headerqhuang81-1/+1
2010-04-24Update the copyright notice formathhtian44-88/+87
2010-04-16Fixed GCC 4.4 build issues due to EFIAPI not being used when required.geekboy15a2-0/+6
2010-04-06Update the modules with the different module GUID to avoid the different modu...lgao41-1/+1
2010-03-10Add Checking for MTRR existence.xli243-1/+108
2010-03-04Add array index check to avoid potential buffer overflow.xli242-0/+7
2010-02-25Remove svn:executable on *.c, *.h, *.asm, *.S, *.inf and *.asl*jljusten7-0/+0
2010-02-25Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION.klu22-4/+0
2010-02-24roll back changing on save and restore interrupt status, it needn't doing.vanjeff1-11/+0
2010-02-231. Correct File header to ## @filelgao48-21/+21
2010-02-14Add Memory Allocation Library instance for modules of type DXE_SMM_DRIVERmdkinney1-0/+1
2010-02-14Use atomic AsmDisableCache() and AsmDisableCache() functions instead of AsmWr...mdkinney1-20/+14
2010-02-10UefiCpuPkg/CpuDxe: Fix build errorjljusten1-4/+1
2010-02-10UefiCpuPkg: Add CpuDxe driver to UefiCpuPkg.dsc for build test coveragejljusten1-1/+5
2010-02-10UefiCpuPkg/CpuDxe: Remove unnecessary OvmfPkg dependencyjljusten1-1/+0
2010-02-09a)Save and disable CPU interrupt before calling AsmWriteIdtr().vanjeff1-0/+13
2010-02-05Revert incompatible change:jyao12-50/+33
2010-02-05Original MTRR lib hardcode VARIABLE_MTRR as 8. But it is 7 in Core2 if SMRR e...jyao13-43/+156
2010-02-02Adding files from OvmfPkg to common location. This is so multiple packages c...geekboy15a23-0/+1206
2010-01-28Remove unused structuremdkinney1-11/+1
2010-01-27Minor clean up of DEC file.mdkinney1-2/+2
2010-01-26Clean up MtrrLib to remove unnecessary package dependencyqhuang82-5/+3
2010-01-15Fix ICC build breakqhuang82-9/+9
2010-01-15Fix ICC build breakqhuang81-8/+8
2010-01-14Add generic CpuIoPei module that produces the CPU I/O PPU using the services ...mdkinney3-0/+1104
2010-01-14Update CpuIo2Dxe to also support IPFmdkinney4-558/+446
2010-01-14Clean up function header comments to match SMM CPU I/O 2 Protocol definition ...mdkinney1-65/+89
2010-01-14Update Width check for < 0.mdkinney2-3/+2