Age | Commit message (Expand) | Author | Files | Lines |
2016-12-14 | UefiCpuPkg: Make the comments align with the functions | Dandan Bi | 1 | -1/+1 |
2016-09-14 | UefiCpuPkg/CpuDxe: Fix duplicated status code report | Jeff Fan | 1 | -14/+15 |
2016-08-17 | UefiCpuPkg/CpuDxe: Fixed typo in function header to match PI spec | Jeff Fan | 1 | -18/+18 |
2016-08-17 | UefiCpuPkg/CpuDxe: Remove PcdCpuMaxLogicalProcessorNumber consuming | Jeff Fan | 2 | -16/+5 |
2016-08-17 | UefiCpuPkg/CpuDxe: Remove unused codes and files | Jeff Fan | 9 | -1359/+1 |
2016-08-17 | UefiCpuPkg/CpuDxe: Move SetMtrrsFromBuffer() location. | Jeff Fan | 2 | -16/+15 |
2016-08-17 | UefiCpuPkg/CpuDxe: Consume MpInitLib to produce CPU MP Protocol services | Jeff Fan | 7 | -815/+76 |
2016-07-20 | UefiCpuPkg/CpuDxe: StartupAllAPs in parallel mode | Jeff Fan | 1 | -2/+2 |
2016-06-28 | UefiCpuPkg CpuDxe: Add nasm source file in CpuDxe.inf | Liming Gao | 2 | -13/+63 |
2016-06-28 | UefiCpuPkg CpuDxe: Convert Ia32/CpuAsm.asm to NASM | Liming Gao | 1 | -0/+53 |
2015-12-15 | UefiCpuPkg: Convert all .uni files to utf-8 | Jordan Justen | 2 | -0/+0 |
2015-11-20 | UefiCpuPkg/CpuDxe: Don't use gBS->Stall | Jordan Justen | 1 | -3/+3 |
2015-10-30 | UefiCpuPkg: CpuDxe: Update GDT to be consistent with DxeIplPeim | Michael Kinney | 2 | -40/+53 |
2015-10-19 | UefiCpuPkg: CpuDxe: broadcast MTRR changes to APs | Laszlo Ersek | 3 | -0/+71 |
2015-10-19 | UefiCpuPkg: CpuDxe: Wait for APs to enter idle loop | Michael Kinney | 1 | -1/+59 |
2015-10-19 | UefiCpuPkg: CpuDxe: Use PCD for AP detection timeout | Michael Kinney | 2 | -4/+5 |
2015-10-19 | UefiCpuPkg: Update CPU MP drivers to support single CPU configuration | Michael Kinney | 1 | -21/+28 |
2015-08-08 | UefiCpuPkg CpuDxe: Sync up the settings of Execute Disable to APs | Star Zeng | 1 | -2/+133 |
2015-06-19 | UefiCpuPkg/CpuDxe: NumberOfData is not BOOLEAN type | Jeff Fan | 1 | -1/+1 |
2015-06-16 | UefiCpuPkg/CpuDxe: Get CPU BIST information from Guided HOB | Jeff Fan | 3 | -3/+101 |
2015-04-09 | UefiCpuPkg: Avoid "error A2085" when DDK3790 tool chain is used | Scott Duplichan | 1 | -1/+2 |
2015-03-09 | UefiCpuPkg/MpSerivce: add volatile qualifiers | Chen Fan | 2 | -4/+4 |
2015-03-09 | UefiCpuPkg/MpService: Put APs to sleep when not busy. | Chen Fan | 2 | -7/+58 |
2015-03-09 | UefiCpuPkg/MpService: put AP to busy state when execution | Chen Fan | 1 | -2/+7 |
2015-03-09 | UefiCpuPkg/MpService: fix trivial typo in cpu state | Chen Fan | 2 | -2/+2 |
2014-11-24 | Add typecast to fix VS2005 build issue. | Jeff Fan | 1 | -3/+3 |
2014-11-19 | UefiCpuPkg : Fix CpuDxe build issue with VS2005 tool chain | Jeff Fan | 1 | -3/+3 |
2014-11-17 | UefiCpuPkg/CpuDxe: Put APs in wait for SIPI state at ExitBootServices | Chen Fan | 1 | -1/+33 |
2014-11-13 | UefiCpuPkg/CpuDxe: install Mp Service protocol | Chen Fan | 1 | -0/+10 |
2014-11-13 | UefiCpuPkg/CpuDxe: Startup APs | Jordan Justen | 1 | -0/+3 |
2014-11-13 | UefiCpuPkg/MpService: avoid dead lock caused by CheckAllAPsStatus | Chen Fan | 1 | -24/+31 |
2014-11-13 | UefiCpuPkg/MpService: avoid reset AP still hold a lock | Chen Fan | 2 | -0/+10 |
2014-11-13 | UefiCpuPkg/MpService: free the unused cpu data buffer | Chen Fan | 1 | -3/+12 |
2014-11-13 | UefiCpuPkg/CpuDxe: introduce ResetApStackless() | Chen Fan | 3 | -5/+63 |
2014-11-13 | UefiCpuPkg/CpuDxe: split out StartupCode from StartApsStackless() | Chen Fan | 3 | -18/+66 |
2014-11-13 | UefiCpuPkg/MpService: avoid next timer getting into CheckAllAPsStatus() | Chen Fan | 1 | -1/+22 |
2014-11-13 | UefiCpuPkg/MpService: Simply Lock usage | Chen Fan | 1 | -42/+47 |
2014-11-13 | UefiCpuPkg/MpService: move settimer out to InitMpSystemData | Chen Fan | 1 | -50/+78 |
2014-11-13 | UefiCpuPkg/CpuDxe: Ap do loop routine to execute procedure | Chen Fan | 1 | -1/+32 |
2014-11-13 | UefiCpuPkg/CpuDxe: implement Mp Services:SwitchBSP() | Chen Fan | 2 | -1/+93 |
2014-11-13 | UefiCpuPkg/CpuDxe: implement Mp Services:StartupAllAPs() | Chen Fan | 2 | -1/+595 |
2014-11-13 | UefiCpuPkg/CpuDxe: implement Mp Protocol:StartupThisAP() | Chen Fan | 2 | -1/+461 |
2014-11-13 | UefiCpuPkg/CpuDxe: implement Mp Protocol:EnableDisableAP() | Chen Fan | 2 | -1/+235 |
2014-11-13 | UefiCpuPkg/CpuDxe: implement Mp Services:GetProcessorInfo() | Chen Fan | 2 | -1/+85 |
2014-11-13 | UefiCpuPkg/CpuDxe: implement Mp Protocol:GetNumberOfProcessors() | Chen Fan | 2 | -1/+125 |
2014-11-13 | UefiCpuPkg/CpuDxe: implement Mp Protocol: WhoAmI() | Chen Fan | 2 | -1/+81 |
2014-11-13 | UefiCpuPkg/CpuDxe: introduce MP_SYSTEM_DATA for Mp Service Protocol | Chen Fan | 3 | -10/+127 |
2014-11-13 | UefiCpuPkg/CpuDxe: introduce EFI_MP_SERVICES_PROTOCOL | Chen Fan | 3 | -0/+13 |
2014-11-13 | UefiCpuPkg/CpuDxe: Switch Ap Stack to NewStack | Chen Fan | 1 | -0/+29 |
2014-11-13 | UefiCpuPkg/CpuDxe: introduce two PCD value | Chen Fan | 2 | -1/+45 |