summaryrefslogtreecommitdiffstats
path: root/UefiCpuPkg
Commit message (Expand)AuthorAgeFilesLines
* Fix build issue on DDK3790 tool chain.vanjeff2013-02-051-2/+2
* Add missing status code in several modules.li-elvin2012-10-301-0/+39
* Add missing braces around initializer.lzeng142012-10-111-1/+1
* Add missing parameter in functions header.vanjeff2012-10-101-3/+3
* Save and disable CPU interrupt before programming MTRR settings, and restore ...vanjeff2012-09-271-39/+50
* Add type cast to avoid sign extension on x64 tip.vanjeff2012-09-101-1/+1
* Fix comparisons of enumerated types which may cause warnings for some compilers.rsun32012-08-283-6/+6
* Only disable Debug Timer for x64 platforms in S3RestoreConfig2().vanjeff2012-08-281-5/+14
* 1. Added SetLocalApicBaseAdress() and GetLocalApicBaseAddress() APIs in Local...vanjeff2012-08-235-20/+132
* Set correct DS/ES/FS/GS/SS segment selectors after GDT loaded.vanjeff2012-08-226-0/+204
* Initialize TempAcpiS3Context and TempEfiBootScriptExecutorVariable.lzeng142012-08-201-4/+8
* Create 4G page table by default, and using PF to handle >4G MMIO access, to i...jyao12012-08-141-3/+54
* Remove Variable PPI dependency from S3Resume module, check return status of l...lzeng142012-08-062-34/+26
* UefiCpuPkg CpuDxe: Call UefiCpuLib.InitializeFloatingPointUnits () to initial...rsun32012-07-064-0/+5
* UefiCpuPkg BaseUefiCpuLib: Change the initialization value for x87 FPU Contro...rsun32012-07-052-7/+7
* Align the perf data between FPDT and DP.lzeng142012-06-191-5/+5
* Remove CPU dead loop code from IA32 assembly codes.vanjeff2012-05-314-30/+2
* UefiCpuPkg: Added code to enable Local APIC.geekboy15a2012-05-183-6/+13
* UefiCpuPkg S3Resume2: Move the call to RestoreS3PageTables() earlier before S...rsun32012-05-021-4/+7
* Update copyright formathhtian2012-04-241-3/+1
* EDK II Packages: Add Contributions.txt and License.txt filesjljusten2012-04-112-0/+215
* UefiCpuPkg MtrrLib: For MtrrSetAllMtrrs(), do not set FE/E bits in IA32_MTRR_...rsun32012-04-111-11/+27
* Fix doxgen format issue.vanjeff2012-03-194-8/+14
* Remove the useless performance logging code in BootScriptExecutorDxe driver a...lzeng142012-03-191-0/+4
* 1. Updated S3Resume2Pei to save IA32 IDT table setup in protected mode. vanjeff2012-03-151-1/+7
* Import two CPU Exception Handler Library instances: SecPeiCpuExceptionHandler...vanjeff2012-03-1513-1/+2598
* Update package version for MdeModulePkg, UefiCpuPkg.rsun32011-12-142-3/+3
* Update the check condition to allows UINT64 and INT64 data types to be 32-bit...vanjeff2011-12-011-2/+3
* UefiCpuPkg MTRR Library: Remove a buggy check logic in MtrrSetMemoryAttribute...rsun32011-11-251-10/+0
* Restore original IDT entry if RegisterInterruptHandler() was used to unregist...vanjeff2011-11-162-1/+46
* Roll back the change on GetMemorySpaceAttributeFromMtrrType()'s parameter typ...vanjeff2011-10-311-6/+6
* 1. Introduce the API MtrrGetDefaultMemoryType () in Mtrr Library.vanjeff2011-10-283-19/+53
* Update Base type SecPeiDxeTimerLibUefiCpu to support all module type.lgao42011-10-271-3/+6
* UefiCpuPkg VTF0: Fix support for finding SEC image of type TE.rsun32011-09-287-17/+21
* Add PCD for 1G page tablejyao12011-09-212-5/+10
* UefiCpuPkg MTRR Library: enhance MTRR Library.rsun32011-09-201-4/+12
* UefiCpuPkg VTF0: Rename README to ReadMe.txt, add nasm versionydong102011-09-201-1/+1
* Correct 1G page table generation.jyao12011-09-191-2/+1
* UefiCpuPkg VTF0: Add README, remove Makefilejljusten2011-09-152-42/+41
* Use CPU_HOB to detect max address support from platform, and added 1G page ta...jyao12011-09-131-28/+94
* Enhance the MTRR lib to support the case where alignment of base address < le...rsun32011-09-131-91/+126
* Add generic HPET Timer DXE Driver and support librariesmdkinney2011-09-024-4/+238
* UefiCpuPkg: Add S3Resume2Pei PEIMjljusten2011-08-293-0/+1012
* Add new API GetTimeInNanoSecond() to TimerLib to convert elapsed ticks to tim...xdu22011-08-252-2/+90
* 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