summaryrefslogtreecommitdiff
path: root/UefiCpuPkg/Library
AgeCommit message (Expand)Author
2015-12-15UefiCpuPkg: Convert all .uni files to utf-8Jordan Justen
2015-12-10UefiCpuPkg/MtrrLib:Initialize local variables before use themJeff Fan
2015-12-08UefiCpuPkg/MtrrLib: Add MtrrSetMemoryAttributeInMtrrSettings()Michael Kinney
2015-12-08UefiCpuPkg/MtrrLib: Add MtrrDebugPrintAllMtrrsWorker()Michael Kinney
2015-12-08UefiCpuPkg/MtrrLib: Add worker functions to access MTRRs or variableMichael Kinney
2015-12-08UefiCpuPkg/MtrrLib: Print MTRR settings when set fixed/variable MTRRsMichael Kinney
2015-12-08UefiCpuPkg/MtrrLib: Reduce hardware init when program variable MTRRsMichael Kinney
2015-12-08UefiCpuPkg/MtrrLib: Reduce hardware init when program fixed MTRRsMichael Kinney
2015-12-08UefiCpuPkg/MtrrLib: Add MtrrGetMemoryAttributeInVariableMtrrWorker ()Michael Kinney
2015-12-08UefiCpuPkg/MtrrLib: Make use of worker functions to get MTRRs countMichael Kinney
2015-12-08UefiCpuPkg/MtrrLib: Adjust functions orderMichael Kinney
2015-12-08UefiCpuPkg/MtrrLib: Add worker functions not invoke IsMtrrSupported()Michael Kinney
2015-12-08UefiCpuPkg/MtrrLib: Fix some typo and clean up code formatMichael Kinney
2015-12-08UefiCpuPkg/MtrrLib: Add PCD PcdCpuNumberOfReservedVariableMtrrsJeff Fan
2015-11-27UefiCpuPkg/PiSmmCpu: Add NULL func for 2 new APIs in SmmCpuFeaturesLib.Yao, Jiewen
2015-11-27Revert "Add 2 APIs in SmmCpuFeaturesLib."Laszlo Ersek
2015-11-26Add 2 APIs in SmmCpuFeaturesLib.Yao, Jiewen
2015-11-20UefiCpuPkg/SmmFeatureLib: Check SmmFeatureControl by Code_Access_ChkJeff Fan
2015-10-30UefiCpuPkg: LocalApicLib: Add API to set SoftwareEnable bitMichael Kinney
2015-10-28UefiCpuPkg: SmmCpuFeaturesLib: Add MSR_SMM_FEATURE_CONTROL supportMichael Kinney
2015-10-19UefiCpuPkg: Add SmmCpuPlatformHookLibMichael Kinney
2015-10-19UefiCpuPkg: Add SmmCpuFeaturesLibMichael Kinney
2015-10-19UefiCpuPkg: Add PlatformSecLibMichael Kinney
2015-10-19UefiCpuPkg: Add Cpuid.h include files for CPUID related definesMichael Kinney
2015-10-09UefiCpuPkg BaseXApic(X2)Lib: Add ASSERT if local APIC not software enabledHao Wu
2015-10-09UefiCpuPkg: Add ASSERT to handle local APIC not config properlyHao Wu
2015-09-05UefiCpuPkg/MtrrLib: MtrrValidBitsMask and MtrrValidAddressMask wrongJeff Fan
2015-07-08UefiCpuPkg/Library/CpuExceptionHandlerLib: Add exception type decoderJeff Fan
2015-04-27UefiCpuPkg/CpuExceptionHandlerLib: Support IA32 processors without DE or FXSA...Michael Kinney
2015-04-27MdePkg/BaseXApicX2ApicLib: Support IA32 processors without MSR_IA32_APIC_BASE...Michael Kinney
2015-04-27MdePkg/BaseXApicLib: Support IA32 processors without MSR_IA32_APIC_BASE_ADDRESSMichael Kinney
2015-01-16Refine the format of PCD in INF files for UefiCpuPkg.Shumin Qiu
2014-12-17UefiCpuPkg CpuExceptionHandlerLib: Use %rax instead of %eax to make code cons...Jeff Fan
2014-11-06Remove un-used PPI reference.Jeff Fan
2014-09-12UefiCpuPkg: error: invalid instruction mnemonic 'retf'Nikolai Saoukh
2014-09-12UefiCpuPkg: error: invalid instruction mnemonic 'retf'Nikolai Saoukh
2014-09-09UefiCpuPkg: CpuExceptionHandlerLib: Make self modifying code work with XcodeAnderw Fish
2014-09-03UefiCpuPkg: Convert non DOS format files to DOS formatGao, Liming
2014-08-28UefiCpuPkg: INF/DEC file updates to EDK II packagesGao, Liming
2014-08-28UefiCpuPkg: INF/DEC file updates to EDK II packagesGao, Liming
2014-07-111. Save/restore ICR high 32bit value and check Delivery Status before sending...Jeff Fan
2014-07-10Introduce one PCD PcdCpuInitIpiDelayInMicroSeconds to specify the delay value...Jeff Fan
2014-07-09Fixed typos: hanlder should be handler.Chen Fan
2014-06-30Fix the potential address overflow issue when checking PE signature. Jeff Fan
2014-01-22Fix CRLF formatTian, Hot
2014-01-10Fix bug when reserve stack space to fill exception context.Jeff Fan
2014-01-07MtrrDebugPrintAllMtrrs() should loop until the max physical address is reached. Jeff Fan
2013-12-201. Only dump CPU Context and CpuDeadLoop () for CPU exception.Jeff Fan
2013-12-13Fix meta file issue.Jeff Fan
2013-12-11Correct INF file to make module pass ICC compiler.Liming Gao