summaryrefslogtreecommitdiff
path: root/UefiCpuPkg
AgeCommit message (Expand)AuthorFilesLines
2014-08-18UefiCpuPkg: Add ResetVector/FixupVtfJordan Justen2-0/+92
2014-08-18UefiCpuPkg VTF0 X64: Build page tables in NASM codeJordan Justen5-97/+108
2014-08-18UefiCpuPkg: Support building VTF0 ResetVector during the EDK II buildJordan Justen3-5/+50
2014-07-111. Save/restore ICR high 32bit value and check Delivery Status before sending...Jeff Fan3-2/+76
2014-07-10Introduce one PCD PcdCpuInitIpiDelayInMicroSeconds to specify the delay value...Jeff Fan5-8/+15
2014-07-09Fixed typos: hanlder should be handler.Chen Fan3-3/+3
2014-06-30Fix the potential address overflow issue when checking PE signature. Jeff Fan1-8/+13
2014-06-24Add DEBUG message for all fields in AcpiS3Context.Gao, Liming1-1/+4
2014-01-28Fix ResetVectorVtf0.asm comment typoChen Fan1-1/+1
2014-01-22Fix CRLF formatTian, Hot5-268/+268
2014-01-10Fix bug when reserve stack space to fill exception context.Jeff Fan2-8/+8
2014-01-10Update UefiCpuPkg version: 0.2->0.3Jeff Fan2-4/+4
2014-01-07MtrrDebugPrintAllMtrrs() should loop until the max physical address is reached. Jeff Fan2-10/+11
2013-12-201. Only dump CPU Context and CpuDeadLoop () for CPU exception.Jeff Fan1-2/+2
2013-12-13Fix meta file issue.Jeff Fan1-1/+1
2013-12-13UefiCpuPkg: S3Resume2Pei: align return stacks explicitlyLaszlo Ersek1-2/+12
2013-12-11Correct INF file to make module pass ICC compiler.Liming Gao4-8/+8
2013-12-06Fix comments format issue.Jeff Fan7-8/+8
2013-11-30Add missing ASM_PFX for HookAfterStubHeaderEnd.Jeff Fan1-1/+1
2013-11-29Fixed typo: HookAfterStubEnd should be HookAfterStubHeaderEnd. It will make U...Jeff Fan1-1/+1
2013-11-29UefiCpuPkg: Using the "movabsq" instruction to read global variable mDoFarRet...Laszlo Ersek1-4/+10
2013-11-26Cleanup unused ReportStatusCodeLib reference.Jeff Fan4-4/+0
2013-11-221. Separated DxeSmmCpuExceptionHandlerLib.inf into 2 instance DxeCpuException...Jeff Fan27-3023/+1893
2013-10-08Fix several DEBUG_ERROR messages that are unnecessarily verbose. Several of t...Samer El-Haj-Mahmoud1-3/+3
2013-09-24UefiCpuPkg/ResetVector/Vtf0: Move Page Table/CR3 setting to a new fileJordan Justen3-4/+34
2013-09-161. Read 32bit CPU Init APIC ID from CPUID leaf B in XAPIC mode.Jeff Fan4-11/+53
2013-08-27Removed the assumption on APIC timer initial Count is all 1s and updated it t...Jeff Fan1-15/+38
2013-02-05Fix build issue on DDK3790 tool chain.vanjeff1-2/+2
2012-10-30Add missing status code in several modules.li-elvin1-0/+39
2012-10-11Add missing braces around initializer.lzeng141-1/+1
2012-10-10Add missing parameter in functions header.vanjeff1-3/+3
2012-09-27Save and disable CPU interrupt before programming MTRR settings, and restore ...vanjeff1-39/+50
2012-09-10Add type cast to avoid sign extension on x64 tip.vanjeff1-1/+1
2012-08-28Fix comparisons of enumerated types which may cause warnings for some compilers.rsun33-6/+6
2012-08-28Only disable Debug Timer for x64 platforms in S3RestoreConfig2().vanjeff1-5/+14
2012-08-231. Added SetLocalApicBaseAdress() and GetLocalApicBaseAddress() APIs in Local...vanjeff5-20/+132
2012-08-22Set correct DS/ES/FS/GS/SS segment selectors after GDT loaded.vanjeff6-0/+204
2012-08-20Initialize TempAcpiS3Context and TempEfiBootScriptExecutorVariable.lzeng141-4/+8
2012-08-14Create 4G page table by default, and using PF to handle >4G MMIO access, to i...jyao11-3/+54
2012-08-06Remove Variable PPI dependency from S3Resume module, check return status of l...lzeng142-34/+26
2012-07-06UefiCpuPkg CpuDxe: Call UefiCpuLib.InitializeFloatingPointUnits () to initial...rsun34-0/+5
2012-07-05UefiCpuPkg BaseUefiCpuLib: Change the initialization value for x87 FPU Contro...rsun32-7/+7
2012-06-19Align the perf data between FPDT and DP.lzeng141-5/+5
2012-05-31Remove CPU dead loop code from IA32 assembly codes.vanjeff4-30/+2
2012-05-18UefiCpuPkg: Added code to enable Local APIC.geekboy15a3-6/+13
2012-05-02UefiCpuPkg S3Resume2: Move the call to RestoreS3PageTables() earlier before S...rsun31-4/+7
2012-04-24Update copyright formathhtian1-3/+1
2012-04-11EDK II Packages: Add Contributions.txt and License.txt filesjljusten2-0/+215
2012-04-11UefiCpuPkg MtrrLib: For MtrrSetAllMtrrs(), do not set FE/E bits in IA32_MTRR_...rsun31-11/+27
2012-03-19Fix doxgen format issue.vanjeff4-8/+14