summaryrefslogtreecommitdiffstats
path: root/UefiCpuPkg
Commit message (Expand)AuthorAgeFilesLines
* UefiCpuPkg: Replace the un-necessary WBINVD instruction at the reset vector w...rsun32011-08-047-2/+3
* Fix typo that breaks the build.niruiyu2011-07-081-1/+1
* UefiCpuPkg: Fix X64 clang compiler/assembler warnings.andrewfish2011-07-062-40/+793
* UefiCpuPkg/CpuDxe: Put CPU to sleep during Idle eventsjljusten2011-06-163-2/+40
* CpuDxe entry point () only register exception handlers unassigned before.vanjeff2011-05-251-1/+1
* Per PI 1.2 errata B spec, for SetMemoryAttributes() service of CPU Architectu...rsun32011-05-241-14/+29
* A complement fix for revision 11664 to update GCC assembly files : clear the ...rsun32011-05-172-2/+8
* Clear the direction flag in interrupt/exception handlers' assembly entry code...rsun32011-05-162-2/+8
* Enhance inf to follow spec.ydong102011-03-142-2/+4
* Update DebugLib to provide support for "err" command in the EFI Shell to adju...mdkinney2011-03-101-1/+2
* Remove extra {} inside DEBUG_CODE() macromdkinney2011-01-111-120/+118
* Fix 32-bit build breakmdkinney2011-01-071-1/+1
* Add DEBUG() macros for DEBUG_CACHE to MTRR Library show all changes memory ca...mdkinney2011-01-062-46/+170
* Fix a bug that the size of a gate descriptor in the IDT is 8 bytes. The size ...rsun32010-12-171-1/+1
* Add MtrrLib and LocalApicLib declarations to the UefiCpuPkg DEC file.mdkinney2010-12-071-0/+9
* Lost a file in last check-in.rsun32010-11-291-0/+172
* Add a new Timer Library instance SecPeiDxeTimerLibUefiCpu into UefiCpuPkg. Th...rsun32010-11-293-0/+259
* Refine code to follow the coding style.ydong102010-11-011-0/+14
* Fix build break when doing 32-bit build with some certain C compiler option c...rsun32010-10-282-7/+8
* Refine code to remove type converting warning.ydong102010-10-261-1/+1
* UefiCpuPkg CpuDxe: Fix bug with CPU Arch RegisterInterruptHandlerjljusten2010-10-221-30/+77
* Rename two files to follow the file naming convention.rsun32010-09-074-6/+185
* Rename two files to follow the file naming convention.rsun32010-09-072-179/+0
* Add DisableLvtInterrupts() for the Local APIC library class.rsun32010-08-273-0/+55
* Improve Local APIC library class. Add new library APIs: GetApicVersion(), Sen...rsun32010-08-264-65/+284
* Add Local APIC Library class defining APIs for common Local APIC operations. ...rsun32010-08-238-1/+1772
* Add boundary check against variable MTRR count.xli242010-08-101-1/+6
* Add explicit type cast to suppress possible warning of precession loss.xli242010-08-102-2/+2
* Inherit entries from previous IDT when new IDT is installed.mdkinney2010-08-031-6/+23
* Code refinement.xli242010-07-1314-333/+1010
* 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