summaryrefslogtreecommitdiffstats
path: root/UefiCpuPkg
Commit message (Expand)AuthorAgeFilesLines
* Remove un-used PPI reference.Jeff Fan2014-11-061-3/+0
* EDK II Contributions.txt: Update patch format informationJordan Justen2014-10-311-13/+29
* UefiCpuPkg: error: invalid instruction mnemonic 'retf'Nikolai Saoukh2014-09-121-1/+1
* UefiCpuPkg: error: invalid instruction mnemonic 'retf'Nikolai Saoukh2014-09-121-6/+1
* UefiCpuPkg: CpuExceptionHandlerLib: Make self modifying code work with XcodeAnderw Fish2014-09-097-264/+109
* UefiCpuPkg: Convert non DOS format files to DOS formatGao, Liming2014-09-0316-0/+0
* UefiCpuPkg: INF/DEC file updates to EDK II packagesGao, Liming2014-08-282-0/+0
* UefiCpuPkg: INF/DEC file updates to EDK II packagesGao, Liming2014-08-281-2/+13
* UefiCpuPkg: INF/DEC file updates to EDK II packagesGao, Liming2014-08-2824-0/+0
* UefiCpuPkg: INF/DEC file updates to EDK II packagesGao, Liming2014-08-2817-66/+95
* EDK II Contributions.txt: Note acceptable contribution licensesJordan Justen2014-08-251-0/+14
* Append the terminating null character at the end of the string to avoid buffe...Qiu Shumin2014-08-211-0/+1
* UefiCpuPkg: Add ResetVector/FixupVtfJordan Justen2014-08-182-0/+92
* UefiCpuPkg VTF0 X64: Build page tables in NASM codeJordan Justen2014-08-185-97/+108
* UefiCpuPkg: Support building VTF0 ResetVector during the EDK II buildJordan Justen2014-08-183-5/+50
* 1. Save/restore ICR high 32bit value and check Delivery Status before sending...Jeff Fan2014-07-113-2/+76
* Introduce one PCD PcdCpuInitIpiDelayInMicroSeconds to specify the delay value...Jeff Fan2014-07-105-8/+15
* Fixed typos: hanlder should be handler.Chen Fan2014-07-093-3/+3
* Fix the potential address overflow issue when checking PE signature. Jeff Fan2014-06-301-8/+13
* Add DEBUG message for all fields in AcpiS3Context.Gao, Liming2014-06-241-1/+4
* 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