summaryrefslogtreecommitdiffstats
path: root/UefiCpuPkg
Commit message (Expand)AuthorAgeFilesLines
* Skip restoration of DRx registers to support in-circuit emualators or debugge...rsun32010-06-114-84/+16
* Clean up package/platform DSC files by the following steps:lgao42010-05-211-12/+6
* Fix minor format issue in file headerqhuang82010-05-131-1/+1
* Update the copyright notice formathhtian2010-04-2444-88/+87
* Fixed GCC 4.4 build issues due to EFIAPI not being used when required.geekboy15a2010-04-162-0/+6
* Update the modules with the different module GUID to avoid the different modu...lgao42010-04-061-1/+1
* Add Checking for MTRR existence.xli242010-03-103-1/+108
* Add array index check to avoid potential buffer overflow.xli242010-03-042-0/+7
* Remove svn:executable on *.c, *.h, *.asm, *.S, *.inf and *.asl*jljusten2010-02-257-0/+0
* Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION.klu22010-02-252-4/+0
* roll back changing on save and restore interrupt status, it needn't doing.vanjeff2010-02-241-11/+0
* 1. Correct File header to ## @filelgao42010-02-238-21/+21
* Add Memory Allocation Library instance for modules of type DXE_SMM_DRIVERmdkinney2010-02-141-0/+1
* Use atomic AsmDisableCache() and AsmDisableCache() functions instead of AsmWr...mdkinney2010-02-141-20/+14
* UefiCpuPkg/CpuDxe: Fix build errorjljusten2010-02-101-4/+1
* UefiCpuPkg: Add CpuDxe driver to UefiCpuPkg.dsc for build test coveragejljusten2010-02-101-1/+5
* UefiCpuPkg/CpuDxe: Remove unnecessary OvmfPkg dependencyjljusten2010-02-101-1/+0
* a)Save and disable CPU interrupt before calling AsmWriteIdtr().vanjeff2010-02-091-0/+13
* Revert incompatible change:jyao12010-02-052-50/+33
* Original MTRR lib hardcode VARIABLE_MTRR as 8. But it is 7 in Core2 if SMRR e...jyao12010-02-053-43/+156
* Adding files from OvmfPkg to common location. This is so multiple packages c...geekboy15a2010-02-0223-0/+1206
* Remove unused structuremdkinney2010-01-281-11/+1
* Minor clean up of DEC file.mdkinney2010-01-271-2/+2
* Clean up MtrrLib to remove unnecessary package dependencyqhuang82010-01-262-5/+3
* Fix ICC build breakqhuang82010-01-152-9/+9
* Fix ICC build breakqhuang82010-01-151-8/+8
* Add generic CpuIoPei module that produces the CPU I/O PPU using the services ...mdkinney2010-01-143-0/+1104
* Update CpuIo2Dxe to also support IPFmdkinney2010-01-144-558/+446
* Clean up function header comments to match SMM CPU I/O 2 Protocol definition ...mdkinney2010-01-141-65/+89
* Update Width check for < 0.mdkinney2010-01-142-3/+2
* Fix file headermdkinney2010-01-141-11/+8
* Add module that produces the SMM CPU I/O 2 Protocolmdkinney2010-01-143-2/+509
* Fixed incorrect syntax for immediate HEX value.geekboy15a2010-01-082-5/+3
* Removed use of pre-initialized global data in this file as it was causing pro...geekboy15a2010-01-081-25/+28
* BaseUefiCpuLib: Preserve EBX register in InitializeFloatingPointUnitsjljusten2009-12-162-40/+49
* Check in driver to produce CPU I/O 2 Protocol for IA32 and X64 architecture.xli242009-12-077-827/+755
* Update x64 version of InitializeFpu.asm to use raw op-codes instead of 'finit...qhuang82009-11-301-1/+4
* Introduce UefiCpuLib library class in UefiCpuPkg and add one instance of Base...qhuang82009-11-258-1/+346
* Use .p2align directive instead of ambiguous .align directive.qhuang82009-08-201-1/+1
* Update to make end-of-line consistent for all source files in MdePkg. There a...qhuang82009-08-203-810/+810
* Remove ".intel_syntax", convert MASM to GAS.gikidy2009-08-172-181/+176
* Remove ".intel_syntax", convert MASM to GAS.gikidy2009-08-141-168/+159
* Add CPU DXE driver for IA32 & X64 processor architectures.jljusten2009-05-2710-0/+3119
* Add MTRR library for IA32 & X64 processor architectures.jljusten2009-05-274-23/+1743
* Remove unneeded reference to DuetPkg.dec.jljusten2009-02-231-2/+1
* Add UefiCpuPkg.dsc and UefiCpuPkg.dec for UefiCpuPkg.jljusten2009-02-232-0/+77
* Moving DuetPkg/CpuIoDxe to UefiCpuPkg. jljusten2009-02-233-0/+827