summaryrefslogtreecommitdiff
path: root/UefiCpuPkg/Library
AgeCommit message (Expand)AuthorFilesLines
2017-01-16UefiCpuPkg/MpInitLib: Add missing point markJeff Fan1-1/+1
2016-12-30UefiCpuPkg/MpInitLib: Set initialize value of TimerPeriodJeff Fan1-0/+1
2016-12-28UefiCpuPkg/MpInitLib: Set new AP to idle state after switching BSPJeff Fan1-0/+2
2016-12-28UefiCpuPkg/MpInitLib: Disable and restore system timer interruptJeff Fan2-1/+33
2016-12-28UefiCpuPkg/MpInitLib: Swap local APIC timer interrupt stateJeff Fan1-0/+9
2016-12-28UefiCpuPkg/MpInitLib: Move save/restore interrupt to SwitchBSPWorker()Jeff Fan2-19/+21
2016-12-28UefiCpuPkg/MpInitLib: Sync BSP's local APIC timer settings to APsJeff Fan2-1/+60
2016-12-28UefiCpuPkg/DxeMpInitLib: Support source debugging on AP functionJeff Fan5-0/+43
2016-12-21UefiCpuPkg/SmmCpuFeaturesLib: Fix coding style issuesDandan Bi3-3/+3
2016-12-19UefiCpuPkg/SmmCpuFeaturesLibStm: Add STM library instanceMichael Kinney17-0/+4456
2016-12-19UefiCpuPkg/SmmCpuFeaturesLib: Split into two filesMichael Kinney3-62/+107
2016-12-14UefiCpuPkg: Make the comments align with the functionsDandan Bi4-11/+12
2016-12-01UefiCpuPkg/CpuExceptionHandlerLib: remove un-used mReservedVectorsJeff Fan2-4/+2
2016-12-01UefiCpuPkg: Add ExceptionHandlerData for ArchRestoreExceptionContext()Jeff Fan4-24/+35
2016-12-01UefiCpuPkg: Add ExceptionHandlerData for ArchSaveExceptionContext()Jeff Fan4-29/+39
2016-11-29UefiCpuPkg/MpInitLib: wait no longer than necessary for initial AP startupLaszlo Ersek1-1/+72
2016-11-28UefiCpuPkg/DxeMpLib: Remove unnecessary ret instructionJeff Fan2-2/+0
2016-11-28UefiCpuPkg/DxeMpLib: Fix bug when getting target C-State from eaxJeff Fan1-1/+1
2016-11-28UefiCpuPkg/DxeMpLib: Make sure APs in safe loop codeJeff Fan4-4/+15
2016-11-28UefiCpuPkg/DxeMpLib: Allocate new safe stack < 4GBJeff Fan4-7/+31
2016-11-28UefiCpuPkg/DxeMpLib: Get safe AP loop handler from global variableJeff Fan1-2/+2
2016-11-23UefiCpuPkg/MpInitLib: fix feature test for Extended Topology CPUID leafLaszlo Ersek2-18/+24
2016-11-23UefiCpuPkg/LocalApicLib: fix feature test for Extended Topology CPUID leafLaszlo Ersek2-4/+10
2016-11-17UefiCpuPkg/MpInitLib: support 64-bit AP stack addressesLaszlo Ersek4-9/+10
2016-11-17UefiCpuPkg/MpInitLib/X64/MpFuncs.nasm: fix fatal typoLaszlo Ersek1-1/+1
2016-11-17UefiCpuPkg/MpInitLib/X64/MpFuncs.nasm: remove superfluous instructionLaszlo Ersek1-1/+0
2016-11-17UefiCpuPkg/DxeMpInitLib: remove duplicate HobLib class dependencyLaszlo Ersek1-1/+0
2016-11-16UefiCpuPkg/MpInitLib: Update AP information when BSP switchedJeff Fan2-0/+4
2016-11-16UefiCpuPkg/MpInitLib: Program AP stack in fixed addressJeff Fan4-27/+119
2016-11-16UefiCpuPkg/MpInitLib: Add InitFlag and CpuInfo in MP_CPU_EXCHANGE_INFOJeff Fan4-2/+8
2016-11-16UefiCpuPkg/MpInitLib: Remove CPU information from CPU_AP_DATAJeff Fan2-38/+39
2016-11-16UefiCpuPkg/MpInitLib: Force sending INIT-SIPI-SIPI to reset APsJeff Fan1-0/+5
2016-11-16UefiCpuPkg/MpInitLib: Fixed offset error on Cr3LocationJeff Fan1-1/+1
2016-11-14UefiCpuPkg/DxeMpLib: Place APs to suitable state on Legacy OS bootJeff Fan2-0/+13
2016-11-14UefiCpuPkg/DxeMpLib: Rename MpInitExitBootServicesCallback()Jeff Fan1-3/+3
2016-11-11UefiCpuPkg/DxeMpLib: Allocate below 4GB mem for AsmRelocateApLoopFuncJeff Fan1-7/+20
2016-11-09UefiCpuPkg/MpInitLib: Do not wakeup AP if only one processor supportedJeff Fan3-17/+37
2016-11-03UefiCpuPkg PeiCpuExceptionHandlerLib: Add the missing nasm files in INFLiming Gao1-2/+4
2016-11-02UefiCpuPkg/LocalApicLib: Add EFIAPI for GetProcessorLocationByApicId()Jeff Fan2-0/+2
2016-11-02UefiCpuPkg/LocalApicLib: Rename GetProcessorLocation()Jeff Fan3-3/+3
2016-11-01UefiCpuPkg: Move GetProcessorLocation() to LocalApicLib libraryLeo Duran3-127/+298
2016-10-24UefiCpuPkg: Fix typos in commentsGary Lin3-3/+3
2016-08-25UefiCpuPkg/MpInitLib: Don't allocate reset vector in Exit Boot ServiceJeff Fan1-29/+39
2016-08-25UefiCpuPkg/MpInitLib: Move two functions locationJeff Fan3-39/+59
2016-08-25UefiCpuPkg/MpInitLib: Fix function header comments typoJeff Fan4-5/+5
2016-08-25UefiCpuPkg/MpInitLib: Rename EndOfPeiFlag to SaveRestoreFlagJeff Fan3-5/+5
2016-08-25UefiCpuPkg/MpInitLib: Move allocating reserved memory for AP loop codeJeff Fan1-11/+15
2016-08-25UefiCpuPkg/MpInitLib: Move timeout delay to WakupAp()Jeff Fan1-5/+6
2016-08-19UefiCpuPkg/MpInitLib: MicrocodeData used but maybe uninitializedJeff Fan1-0/+2
2016-08-17UefiCpuPkg/MpInitLib: Place APs in safe loop before hand-off to OSJeff Fan2-0/+108