summaryrefslogtreecommitdiffstats
path: root/UefiCpuPkg/Library/CpuExceptionHandlerLib
Commit message (Expand)AuthorAgeFilesLines
* UefiCpuPkg: Convert all .uni files to utf-8Jordan Justen2015-12-153-0/+0
* UefiCpuPkg/Library/CpuExceptionHandlerLib: Add exception type decoderJeff Fan2015-07-084-15/+77
* UefiCpuPkg/CpuExceptionHandlerLib: Support IA32 processors without DE or FXSA...Michael Kinney2015-04-275-12/+59
* UefiCpuPkg CpuExceptionHandlerLib: Use %rax instead of %eax to make code cons...Jeff Fan2014-12-171-6/+6
* Remove un-used PPI reference.Jeff Fan2014-11-061-3/+0
* 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-033-0/+0
* UefiCpuPkg: INF/DEC file updates to EDK II packagesGao, Liming2014-08-283-0/+0
* UefiCpuPkg: INF/DEC file updates to EDK II packagesGao, Liming2014-08-283-18/+10
* 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
* Fix bug when reserve stack space to fill exception context.Jeff Fan2014-01-102-8/+8
* 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
* Correct INF file to make module pass ICC compiler.Liming Gao2013-12-113-6/+6
* 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-2217-514/+1864
* Fix build issue on DDK3790 tool chain.vanjeff2013-02-051-2/+2
* Remove CPU dead loop code from IA32 assembly codes.vanjeff2012-05-312-14/+0
* Fix doxgen format issue.vanjeff2012-03-194-8/+14
* Import two CPU Exception Handler Library instances: SecPeiCpuExceptionHandler...vanjeff2012-03-1512-0/+2595