Age | Commit message (Expand) | Author | Files | Lines |
2017-01-16 | UefiCpuPkg/MpInitLib: Add missing point mark | Jeff Fan | 1 | -1/+1 |
2016-12-30 | UefiCpuPkg/MpInitLib: Set initialize value of TimerPeriod | Jeff Fan | 1 | -0/+1 |
2016-12-28 | UefiCpuPkg/MpInitLib: Set new AP to idle state after switching BSP | Jeff Fan | 1 | -0/+2 |
2016-12-28 | UefiCpuPkg/MpInitLib: Disable and restore system timer interrupt | Jeff Fan | 2 | -1/+33 |
2016-12-28 | UefiCpuPkg/MpInitLib: Swap local APIC timer interrupt state | Jeff Fan | 1 | -0/+9 |
2016-12-28 | UefiCpuPkg/MpInitLib: Move save/restore interrupt to SwitchBSPWorker() | Jeff Fan | 2 | -19/+21 |
2016-12-28 | UefiCpuPkg/MpInitLib: Sync BSP's local APIC timer settings to APs | Jeff Fan | 2 | -1/+60 |
2016-12-28 | UefiCpuPkg/DxeMpInitLib: Support source debugging on AP function | Jeff Fan | 5 | -0/+43 |
2016-12-21 | UefiCpuPkg/SmmCpuFeaturesLib: Fix coding style issues | Dandan Bi | 3 | -3/+3 |
2016-12-19 | UefiCpuPkg/SmmCpuFeaturesLibStm: Add STM library instance | Michael Kinney | 17 | -0/+4456 |
2016-12-19 | UefiCpuPkg/SmmCpuFeaturesLib: Split into two files | Michael Kinney | 3 | -62/+107 |
2016-12-14 | UefiCpuPkg: Make the comments align with the functions | Dandan Bi | 4 | -11/+12 |
2016-12-01 | UefiCpuPkg/CpuExceptionHandlerLib: remove un-used mReservedVectors | Jeff Fan | 2 | -4/+2 |
2016-12-01 | UefiCpuPkg: Add ExceptionHandlerData for ArchRestoreExceptionContext() | Jeff Fan | 4 | -24/+35 |
2016-12-01 | UefiCpuPkg: Add ExceptionHandlerData for ArchSaveExceptionContext() | Jeff Fan | 4 | -29/+39 |
2016-11-29 | UefiCpuPkg/MpInitLib: wait no longer than necessary for initial AP startup | Laszlo Ersek | 1 | -1/+72 |
2016-11-28 | UefiCpuPkg/DxeMpLib: Remove unnecessary ret instruction | Jeff Fan | 2 | -2/+0 |
2016-11-28 | UefiCpuPkg/DxeMpLib: Fix bug when getting target C-State from eax | Jeff Fan | 1 | -1/+1 |
2016-11-28 | UefiCpuPkg/DxeMpLib: Make sure APs in safe loop code | Jeff Fan | 4 | -4/+15 |
2016-11-28 | UefiCpuPkg/DxeMpLib: Allocate new safe stack < 4GB | Jeff Fan | 4 | -7/+31 |
2016-11-28 | UefiCpuPkg/DxeMpLib: Get safe AP loop handler from global variable | Jeff Fan | 1 | -2/+2 |
2016-11-23 | UefiCpuPkg/MpInitLib: fix feature test for Extended Topology CPUID leaf | Laszlo Ersek | 2 | -18/+24 |
2016-11-23 | UefiCpuPkg/LocalApicLib: fix feature test for Extended Topology CPUID leaf | Laszlo Ersek | 2 | -4/+10 |
2016-11-17 | UefiCpuPkg/MpInitLib: support 64-bit AP stack addresses | Laszlo Ersek | 4 | -9/+10 |
2016-11-17 | UefiCpuPkg/MpInitLib/X64/MpFuncs.nasm: fix fatal typo | Laszlo Ersek | 1 | -1/+1 |
2016-11-17 | UefiCpuPkg/MpInitLib/X64/MpFuncs.nasm: remove superfluous instruction | Laszlo Ersek | 1 | -1/+0 |
2016-11-17 | UefiCpuPkg/DxeMpInitLib: remove duplicate HobLib class dependency | Laszlo Ersek | 1 | -1/+0 |
2016-11-16 | UefiCpuPkg/MpInitLib: Update AP information when BSP switched | Jeff Fan | 2 | -0/+4 |
2016-11-16 | UefiCpuPkg/MpInitLib: Program AP stack in fixed address | Jeff Fan | 4 | -27/+119 |
2016-11-16 | UefiCpuPkg/MpInitLib: Add InitFlag and CpuInfo in MP_CPU_EXCHANGE_INFO | Jeff Fan | 4 | -2/+8 |
2016-11-16 | UefiCpuPkg/MpInitLib: Remove CPU information from CPU_AP_DATA | Jeff Fan | 2 | -38/+39 |
2016-11-16 | UefiCpuPkg/MpInitLib: Force sending INIT-SIPI-SIPI to reset APs | Jeff Fan | 1 | -0/+5 |
2016-11-16 | UefiCpuPkg/MpInitLib: Fixed offset error on Cr3Location | Jeff Fan | 1 | -1/+1 |
2016-11-14 | UefiCpuPkg/DxeMpLib: Place APs to suitable state on Legacy OS boot | Jeff Fan | 2 | -0/+13 |
2016-11-14 | UefiCpuPkg/DxeMpLib: Rename MpInitExitBootServicesCallback() | Jeff Fan | 1 | -3/+3 |
2016-11-11 | UefiCpuPkg/DxeMpLib: Allocate below 4GB mem for AsmRelocateApLoopFunc | Jeff Fan | 1 | -7/+20 |
2016-11-09 | UefiCpuPkg/MpInitLib: Do not wakeup AP if only one processor supported | Jeff Fan | 3 | -17/+37 |
2016-11-03 | UefiCpuPkg PeiCpuExceptionHandlerLib: Add the missing nasm files in INF | Liming Gao | 1 | -2/+4 |
2016-11-02 | UefiCpuPkg/LocalApicLib: Add EFIAPI for GetProcessorLocationByApicId() | Jeff Fan | 2 | -0/+2 |
2016-11-02 | UefiCpuPkg/LocalApicLib: Rename GetProcessorLocation() | Jeff Fan | 3 | -3/+3 |
2016-11-01 | UefiCpuPkg: Move GetProcessorLocation() to LocalApicLib library | Leo Duran | 3 | -127/+298 |
2016-10-24 | UefiCpuPkg: Fix typos in comments | Gary Lin | 3 | -3/+3 |
2016-08-25 | UefiCpuPkg/MpInitLib: Don't allocate reset vector in Exit Boot Service | Jeff Fan | 1 | -29/+39 |
2016-08-25 | UefiCpuPkg/MpInitLib: Move two functions location | Jeff Fan | 3 | -39/+59 |
2016-08-25 | UefiCpuPkg/MpInitLib: Fix function header comments typo | Jeff Fan | 4 | -5/+5 |
2016-08-25 | UefiCpuPkg/MpInitLib: Rename EndOfPeiFlag to SaveRestoreFlag | Jeff Fan | 3 | -5/+5 |
2016-08-25 | UefiCpuPkg/MpInitLib: Move allocating reserved memory for AP loop code | Jeff Fan | 1 | -11/+15 |
2016-08-25 | UefiCpuPkg/MpInitLib: Move timeout delay to WakupAp() | Jeff Fan | 1 | -5/+6 |
2016-08-19 | UefiCpuPkg/MpInitLib: MicrocodeData used but maybe uninitialized | Jeff Fan | 1 | -0/+2 |
2016-08-17 | UefiCpuPkg/MpInitLib: Place APs in safe loop before hand-off to OS | Jeff Fan | 2 | -0/+108 |