index
:
edk2-platforms.git
about
devel-IntelAtomProcessorE3900
devel-MinPlatform
devel-MinnowBoard3
devel-MinnowBoard3-UDK2017
devel-MinnowBoardMax-UDK2017
devel-OpenPlatformPkg
devel-dynamictables
master
minnowboard-max-udk2015
pentium-celeron-n-udk2015
(https://github.com/tianocore/edk2-platforms)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
UefiCpuPkg
/
Library
Age
Commit message (
Expand
)
Author
2016-08-17
UefiCpuPkg/MpInitLib: Add AsmRelocateApLoop() assembly code
Jeff Fan
2016-08-17
UefiCpuPkg/MpInitLib: Add EnableExecuteDisable in MP_CPU_EXCHANGE_INFO
Jeff Fan
2016-08-17
UefiCpuPkg/MpInitLib: Fix typo and clean up the code
Jeff Fan
2016-08-17
UefiCpuPkg/MpInitLib: Add AP assembly code and MP_CPU_EXCHANGE_INFO
Jeff Fan
2016-08-17
UefiCpuPkg/MpInitLib: Add two instances PeiMpInitLib and DxeMpInitLib
Jeff Fan
2016-08-17
UefiCpuPkg/LocalApic.h: Remove duplicated/conflicted definitions
Jeff Fan
2016-07-20
UefiCpuPkg/MtrrLib: Add notes for usage by BSP/APs
Jeff Fan
2016-07-20
UefiCpuPkg/MtrrLib: Remove MTRRs display from MtrrSetAllMtrrs()
Jeff Fan
2016-06-28
UefiCpuPkg CpuExceptionHandlerLib: Add nasm source files into INF files.
Liming Gao
2016-06-28
UefiCpuPkg CpuExceptionHandlerLib:Convert X64/ExceptionHandlerAsm.asm to NASM
Liming Gao
2016-06-28
UefiCpuPkg CpuExceptionHandlerLib:Convert Ia32/ExceptionHandlerAsm.asm to NASM
Liming Gao
2016-06-28
UefiCpuPkg BaseUefiCpuLib: Add nasm source file in BaseUefiCpuLib.inf
Liming Gao
2016-06-28
UefiCpuPkg BaseUefiCpuLib: Convert X64/InitializeFpu.asm to NASM
Liming Gao
2016-06-28
UefiCpuPkg BaseUefiCpuLib: Convert Ia32/InitializeFpu.asm to NASM
Liming Gao
2016-06-07
UefiCpuPkg/MtrrLib: Fixed bug if length is less than Fixed-MTRR range
Jeff Fan
2016-06-01
UefiCpuPkg/ExceptionLib: Import PeiCpuExceptionHandlerLib module
Jeff Fan
2016-06-01
UefiCpuPkg/ExceptionLib: Move global variable location
Jeff Fan
2016-06-01
UefiCpuPkg/ExceptionLib: Add CommonExceptionHandlerWorker()
Jeff Fan
2016-06-01
UefiCpuPkg/ExceptionLib: Update RegisterCpuInterruptHandlerWorker()
Jeff Fan
2016-06-01
UefiCpuPkg/ExceptionLib: Update UpdateIdtTable()
Jeff Fan
2016-06-01
UefiCpuPkg/ExceptionLib: Update InitializeCpuExceptionHandlersWorker
Jeff Fan
2016-06-01
UefiCpuPkg/ExceptionLib: Add EXCEPTION_HANDLER_DATA definition
Jeff Fan
2016-06-01
UefiCpuPkg/ExceptionLib: Rename DxeSmmCpuException.c
Jeff Fan
2016-05-19
UefiCpuPkg/SmmCpuFeaturesLib: Add SMRR PhysBase/PhysMask fields check
Michael Kinney
2016-04-29
UefiCpuPkg/MtrrLib: Remove the loop of calculating Fixed-MTRR Mask
Jeff Fan
2016-04-29
UefiCpuPkg/MtrrLib: Remove the loop of calculating byte offset in MSR
Jeff Fan
2016-04-29
UefiCpuPkg/MtrrLib: Reduce the loop time to get fixed-MTRR MSR index
Jeff Fan
2016-03-25
UefiCpuPkg/MtrrLib: remove unused but set variable
Ard Biesheuvel
2015-12-15
UefiCpuPkg: Convert all .uni files to utf-8
Jordan Justen
2015-12-10
UefiCpuPkg/MtrrLib:Initialize local variables before use them
Jeff Fan
2015-12-08
UefiCpuPkg/MtrrLib: Add MtrrSetMemoryAttributeInMtrrSettings()
Michael Kinney
2015-12-08
UefiCpuPkg/MtrrLib: Add MtrrDebugPrintAllMtrrsWorker()
Michael Kinney
2015-12-08
UefiCpuPkg/MtrrLib: Add worker functions to access MTRRs or variable
Michael Kinney
2015-12-08
UefiCpuPkg/MtrrLib: Print MTRR settings when set fixed/variable MTRRs
Michael Kinney
2015-12-08
UefiCpuPkg/MtrrLib: Reduce hardware init when program variable MTRRs
Michael Kinney
2015-12-08
UefiCpuPkg/MtrrLib: Reduce hardware init when program fixed MTRRs
Michael Kinney
2015-12-08
UefiCpuPkg/MtrrLib: Add MtrrGetMemoryAttributeInVariableMtrrWorker ()
Michael Kinney
2015-12-08
UefiCpuPkg/MtrrLib: Make use of worker functions to get MTRRs count
Michael Kinney
2015-12-08
UefiCpuPkg/MtrrLib: Adjust functions order
Michael Kinney
2015-12-08
UefiCpuPkg/MtrrLib: Add worker functions not invoke IsMtrrSupported()
Michael Kinney
2015-12-08
UefiCpuPkg/MtrrLib: Fix some typo and clean up code format
Michael Kinney
2015-12-08
UefiCpuPkg/MtrrLib: Add PCD PcdCpuNumberOfReservedVariableMtrrs
Jeff Fan
2015-11-27
UefiCpuPkg/PiSmmCpu: Add NULL func for 2 new APIs in SmmCpuFeaturesLib.
Yao, Jiewen
2015-11-27
Revert "Add 2 APIs in SmmCpuFeaturesLib."
Laszlo Ersek
2015-11-26
Add 2 APIs in SmmCpuFeaturesLib.
Yao, Jiewen
2015-11-20
UefiCpuPkg/SmmFeatureLib: Check SmmFeatureControl by Code_Access_Chk
Jeff Fan
2015-10-30
UefiCpuPkg: LocalApicLib: Add API to set SoftwareEnable bit
Michael Kinney
2015-10-28
UefiCpuPkg: SmmCpuFeaturesLib: Add MSR_SMM_FEATURE_CONTROL support
Michael Kinney
2015-10-19
UefiCpuPkg: Add SmmCpuPlatformHookLib
Michael Kinney
2015-10-19
UefiCpuPkg: Add SmmCpuFeaturesLib
Michael Kinney
[next]