summaryrefslogtreecommitdiffstats
path: root/UefiCpuPkg
Commit message (Expand)AuthorAgeFilesLines
* Fix ResetVectorVtf0.asm comment typoChen Fan2014-01-281-1/+1
* Fix CRLF formatTian, Hot2014-01-225-268/+268
* Fix bug when reserve stack space to fill exception context.Jeff Fan2014-01-102-8/+8
* Update UefiCpuPkg version: 0.2->0.3Jeff Fan2014-01-102-4/+4
* MtrrDebugPrintAllMtrrs() should loop until the max physical address is reached. Jeff Fan2014-01-072-10/+11
* 1. Only dump CPU Context and CpuDeadLoop () for CPU exception.Jeff Fan2013-12-201-2/+2
* Fix meta file issue.Jeff Fan2013-12-131-1/+1
* UefiCpuPkg: S3Resume2Pei: align return stacks explicitlyLaszlo Ersek2013-12-131-2/+12
* Correct INF file to make module pass ICC compiler.Liming Gao2013-12-114-8/+8
* Fix comments format issue.Jeff Fan2013-12-067-8/+8
* Add missing ASM_PFX for HookAfterStubHeaderEnd.Jeff Fan2013-11-301-1/+1
* Fixed typo: HookAfterStubEnd should be HookAfterStubHeaderEnd. It will make U...Jeff Fan2013-11-291-1/+1
* UefiCpuPkg: Using the "movabsq" instruction to read global variable mDoFarRet...Laszlo Ersek2013-11-291-4/+10
* Cleanup unused ReportStatusCodeLib reference.Jeff Fan2013-11-264-4/+0
* 1. Separated DxeSmmCpuExceptionHandlerLib.inf into 2 instance DxeCpuException...Jeff Fan2013-11-2227-3023/+1893
* Fix several DEBUG_ERROR messages that are unnecessarily verbose. Several of t...Samer El-Haj-Mahmoud2013-10-081-3/+3
* UefiCpuPkg/ResetVector/Vtf0: Move Page Table/CR3 setting to a new fileJordan Justen2013-09-243-4/+34
* 1. Read 32bit CPU Init APIC ID from CPUID leaf B in XAPIC mode.Jeff Fan2013-09-164-11/+53
* Removed the assumption on APIC timer initial Count is all 1s and updated it t...Jeff Fan2013-08-271-15/+38
* 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