| Commit message (Expand) | Author | Age | Files | Lines |
* | UefiCpuPkg: Adding a new TSC library by using CPUID(0x15) TSC leaf | Donald Kuo | 2019-08-21 | 13 | -0/+643 |
* | UefiCpuPkg/CpuCommonFeaturesLib: Use new macros. | Dong, Eric | 2019-08-21 | 4 | -132/+61 |
* | UefiCpuPkg/RegisterCpuFeaturesLib: Supports test then write new value logic. | Dong, Eric | 2019-08-21 | 1 | -1/+30 |
* | UefiCpuPkg/RegisterCpuFeaturesLib: Combine CR read/write action. | Dong, Eric | 2019-08-21 | 1 | -47/+63 |
* | UefiCpuPkg/PiSmmCpuDxeSmm: Supports test then write new value logic. | Dong, Eric | 2019-08-21 | 1 | -0/+29 |
* | UefiCpuPkg/PiSmmCpuDxeSmm: Combine CR read/write action. | Dong, Eric | 2019-08-21 | 1 | -42/+62 |
* | UefiCpuPkg/RegisterCpuFeaturesLib: Add "Test Then Write" Macros. | Dong, Eric | 2019-08-21 | 3 | -4/+134 |
* | UefiCpuPkg/PiSmmCpuDxeSmm: don't free page table pages that are required to h... | Damian Nikodem | 2019-08-21 | 1 | -40/+59 |
* | UefiCpuPkg/Cpuid: Add description for parameter LeafFunction | Shenglei Zhang | 2019-08-16 | 1 | -0/+2 |
* | UefiCpuPkg/PiSmmCpuDxeSmm: Fix coding style | Shenglei Zhang | 2019-08-13 | 2 | -6/+6 |
* | UefiCpuPkg/PiSmmCpuDxeSmm: Clean up useless ConsoleLogLock spinlock. | Eric Dong | 2019-08-09 | 1 | -2/+0 |
* | UefiCpuPkg/RegisterCpuFeaturesLib: Clean up useless ConsoleLogLock spinlock. | Eric Dong | 2019-08-09 | 2 | -2/+0 |
* | UefiCpuPkg: Update code to include register definitions from MdePkg | Ni, Ray | 2019-08-09 | 16 | -37/+35 |
* | UefiCpuPkg|MdePkg: Move Register/ folder to MdePkg/Include/ | Ni, Ray | 2019-08-09 | 33 | -53504/+19 |
* | MdePkg/Cpuid.h: Move Cpuid.h from UefiCpuPkg to MdePkg | Ni, Ray | 2019-08-09 | 1 | -3981/+2 |
* | UefiCpuPkg/CpuDxe: Support parsing 5-level page table | Ni, Ray | 2019-08-09 | 2 | -2/+19 |
* | UefiCpuPkg/CpuDxe: Remove unnecessary macros | Ni, Ray | 2019-08-09 | 1 | -19/+24 |
* | UefiCpuPkg/MpInitLib: Enable 5-level paging for AP when BSP's enabled | Ni, Ray | 2019-08-09 | 4 | -2/+32 |
* | UefiCpuPkg/PiSmmCpuDxeSmm: Remove debug message. | Eric Dong | 2019-08-06 | 1 | -21/+1 |
* | UefiCpuPkg/RegisterCpuFeaturesLib: Remove debug message. | Eric Dong | 2019-08-06 | 1 | -22/+0 |
* | UefiCpuPkg/PiSmmCpuDxeSmm: Make code consistent with comments | shenglei | 2019-08-06 | 2 | -3/+3 |
* | UefiCpuPkg/PiSmmCpuDxeSmm: Add check for pointer Pml5Entry | Shenglei Zhang | 2019-08-05 | 1 | -0/+1 |
* | UefiCpuPkg/MpInitLib: don't shadow the microcode patch twice. | Eric Dong | 2019-08-02 | 1 | -29/+33 |
* | UefiCpuPkg/PiSmmCpuDxeSmm: Keep function comment and declaration adjacent | Shenglei Zhang | 2019-08-02 | 1 | -1/+0 |
* | UefiCpuPkg/RegisterCpuFeaturesLib: Start all processors simultaneously. | Eric Dong | 2019-07-29 | 5 | -23/+53 |
* | UefiCpuPkg/CpuMpPei: Produce EDKII_PEI_MP_SERVICES2_PPI. | Eric Dong | 2019-07-29 | 4 | -7/+436 |
* | UefiCpuPkg: Add new EDKII_PEI_MP_SERVICES2_PPI | Eric Dong | 2019-07-29 | 2 | -0/+282 |
* | UefiCpuPkg/MpInitLibUp: Add MpInitLibStartupAllCPUs API. | Eric Dong | 2019-07-29 | 1 | -0/+35 |
* | UefiCpuPkg/MpInitLib: Add MpInitLibStartupAllCPUs API. | Eric Dong | 2019-07-29 | 4 | -10/+67 |
* | UefiCpuPkg/Include/MpInitLib.h: Add MpInitLibStartupAllCPUs API. | Eric Dong | 2019-07-29 | 1 | -1/+35 |
* | Revert "UefiCpuPkg/PiSmmCpu: Allow SMM access-out when static paging is OFF" | Laszlo Ersek | 2019-07-26 | 1 | -15/+6 |
* | UefiCpuPkg/PiSmmCpu: Allow SMM access-out when static paging is OFF | Ni, Ray | 2019-07-26 | 1 | -6/+15 |
* | UefiCpuPkg/RegisterCpuFeaturesLib: avoid use dynamic PCD. | Dong, Eric | 2019-07-18 | 3 | -102/+79 |
* | UefiCpuPkg/RegisterCpuFeaturesLib: Avoid AP calls PeiServices table. | Eric Dong | 2019-07-18 | 2 | -5/+13 |
* | UefiCpuPkg DxeRegisterCpuFeaturesLib: Fix VS2012 build failure | Star Zeng | 2019-07-18 | 1 | -0/+6 |
* | UefiCpuPkg CpuCommonFeaturesLib: Enhance Ppin code | Star Zeng | 2019-07-16 | 3 | -12/+72 |
* | UefiCpuPkg/PiSmmCpuDxeSmm: Enable MM MP Protocol | Eric Dong | 2019-07-16 | 6 | -25/+1391 |
* | UefiCpuPkg/PiSmmCpu: ReclaimPages: fix incorrect operator binding | Ray Ni | 2019-07-12 | 1 | -1/+1 |
* | UefiCpuPkg/PiSmmCpu: Enable 5 level paging when CPU supports | Ray Ni | 2019-07-12 | 5 | -300/+561 |
* | Revert "UefiCpuPkg/PiSmmCpu: Enable 5 level paging when CPU supports" | Ray Ni | 2019-07-12 | 5 | -561/+300 |
* | UefiCpuPkg RegisterCpuFeaturesLib: Fix an ASSERTION issue | Star Zeng | 2019-07-11 | 3 | -27/+37 |
* | UefiCpuPkg/PiSmmCpu: Enable 5 level paging when CPU supports | Ray Ni | 2019-07-10 | 5 | -300/+561 |
* | UefiCpuPkg/PiSmmCpu: Change variable names and comments to follow SDM | Ray Ni | 2019-07-10 | 1 | -57/+57 |
* | UefiCpuPkg/MpInitLib: MicrocodeDetect: Ensure checked range is valid | Zhichao Gao | 2019-06-27 | 1 | -3/+9 |
* | UefiCpuPkg RegisterCpuFeaturesLib.h: Fix typo 'STRICK' to 'STRIKE' | Star Zeng | 2019-06-13 | 1 | -1/+1 |
* | UefiCpuPkg/MpInitLib: Decrease NumApsExecuting only for ApInitConfig | Ray Ni | 2019-06-10 | 1 | -2/+3 |
* | UefiCpuPkg/MpInitLib: increase NumApsExecuting only for ApInitConfig | Ray Ni | 2019-06-10 | 1 | -7/+7 |
* | UefiCpuPkg CpuCommFeaturesLib: Reduce to set MSR_IA32_CLOCK_MODULATION | Star Zeng | 2019-06-06 | 3 | -26/+78 |
* | UefiCpuPkg CpuCommFeaturesLib: Fix ASSERT if LMCE is supported | Star Zeng | 2019-06-06 | 2 | -2/+2 |
* | UefiCpuPkg CpuCommFeaturesLib: Fix GP fault issue about ProcTrace | Star Zeng | 2019-06-06 | 1 | -32/+30 |