summaryrefslogtreecommitdiffstats
path: root/UefiCpuPkg/Library
Commit message (Expand)AuthorAgeFilesLines
* UefiCpuPkg/MtrrLib: remove unused but set variableArd Biesheuvel2016-03-251-2/+0
* UefiCpuPkg: Convert all .uni files to utf-8Jordan Justen2015-12-1511-0/+0
* UefiCpuPkg/MtrrLib:Initialize local variables before use themJeff Fan2015-12-101-1/+3
* UefiCpuPkg/MtrrLib: Add MtrrSetMemoryAttributeInMtrrSettings()Michael Kinney2015-12-081-20/+120
* UefiCpuPkg/MtrrLib: Add MtrrDebugPrintAllMtrrsWorker()Michael Kinney2015-12-081-17/+43
* UefiCpuPkg/MtrrLib: Add worker functions to access MTRRs or variableMichael Kinney2015-12-081-23/+83
* UefiCpuPkg/MtrrLib: Print MTRR settings when set fixed/variable MTRRsMichael Kinney2015-12-081-0/+6
* UefiCpuPkg/MtrrLib: Reduce hardware init when program variable MTRRsMichael Kinney2015-12-081-43/+55
* UefiCpuPkg/MtrrLib: Reduce hardware init when program fixed MTRRsMichael Kinney2015-12-081-20/+70
* UefiCpuPkg/MtrrLib: Add MtrrGetMemoryAttributeInVariableMtrrWorker ()Michael Kinney2015-12-081-39/+82
* UefiCpuPkg/MtrrLib: Make use of worker functions to get MTRRs countMichael Kinney2015-12-081-25/+51
* UefiCpuPkg/MtrrLib: Adjust functions orderMichael Kinney2015-12-081-341/+339
* UefiCpuPkg/MtrrLib: Add worker functions not invoke IsMtrrSupported()Michael Kinney2015-12-081-31/+108
* UefiCpuPkg/MtrrLib: Fix some typo and clean up code formatMichael Kinney2015-12-081-80/+82
* UefiCpuPkg/MtrrLib: Add PCD PcdCpuNumberOfReservedVariableMtrrsJeff Fan2015-12-082-3/+8
* UefiCpuPkg/PiSmmCpu: Add NULL func for 2 new APIs in SmmCpuFeaturesLib.Yao, Jiewen2015-11-271-0/+41
* Revert "Add 2 APIs in SmmCpuFeaturesLib."Laszlo Ersek2015-11-271-41/+0
* Add 2 APIs in SmmCpuFeaturesLib.Yao, Jiewen2015-11-261-0/+41
* UefiCpuPkg/SmmFeatureLib: Check SmmFeatureControl by Code_Access_ChkJeff Fan2015-11-201-14/+40
* UefiCpuPkg: LocalApicLib: Add API to set SoftwareEnable bitMichael Kinney2015-10-302-8/+68
* UefiCpuPkg: SmmCpuFeaturesLib: Add MSR_SMM_FEATURE_CONTROL supportMichael Kinney2015-10-281-0/+29
* UefiCpuPkg: Add SmmCpuPlatformHookLibMichael Kinney2015-10-193-0/+148
* UefiCpuPkg: Add SmmCpuFeaturesLibMichael Kinney2015-10-193-0/+601
* UefiCpuPkg: Add PlatformSecLibMichael Kinney2015-10-193-0/+127
* UefiCpuPkg: Add Cpuid.h include files for CPUID related definesMichael Kinney2015-10-192-0/+2
* UefiCpuPkg BaseXApic(X2)Lib: Add ASSERT if local APIC not software enabledHao Wu2015-10-092-1/+19
* UefiCpuPkg: Add ASSERT to handle local APIC not config properlyHao Wu2015-10-091-1/+5
* UefiCpuPkg/MtrrLib: MtrrValidBitsMask and MtrrValidAddressMask wrongJeff Fan2015-09-051-3/+3
* 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
* MdePkg/BaseXApicX2ApicLib: Support IA32 processors without MSR_IA32_APIC_BASE...Michael Kinney2015-04-272-9/+67
* MdePkg/BaseXApicLib: Support IA32 processors without MSR_IA32_APIC_BASE_ADDRESSMichael Kinney2015-04-272-11/+61
* Refine the format of PCD in INF files for UefiCpuPkg.Shumin Qiu2015-01-163-6/+6
* 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-038-0/+0
* UefiCpuPkg: INF/DEC file updates to EDK II packagesGao, Liming2014-08-288-0/+0
* UefiCpuPkg: INF/DEC file updates to EDK II packagesGao, Liming2014-08-288-31/+30
* 1. Save/restore ICR high 32bit value and check Delivery Status before sending...Jeff Fan2014-07-112-1/+72
* Introduce one PCD PcdCpuInitIpiDelayInMicroSeconds to specify the delay value...Jeff Fan2014-07-104-8/+13
* 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 CRLF formatTian, Hot2014-01-222-59/+59
* Fix bug when reserve stack space to fill exception context.Jeff Fan2014-01-102-8/+8
* 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