Age | Commit message (Expand) | Author | Files | Lines |
2021-12-09 | UefiCpuPkg/MpInitLib: use BSP to do extended topology check | Michael Roth | 5 | -0/+67 |
2021-12-09 | UefiCpuPkg/MpLib: add support to register GHCB GPA when SEV-SNP is enabled | Brijesh Singh | 4 | -5/+64 |
2021-12-09 | UefiCpuPkg: add PcdGhcbHypervisorFeatures | Brijesh Singh via groups.io | 1 | -0/+5 |
2021-12-09 | UefiCpuPkg/MpInitLib: use PcdConfidentialComputingAttr to check SEV status | Brijesh Singh | 6 | -10/+90 |
2021-12-09 | UefiCpuPkg/MpInitLib: move SEV specific routines in AmdSev.c | Brijesh Singh | 7 | -306/+421 |
2021-12-07 | UefiCpuPkg: Apply uncrustify changes | Michael Kubacki | 143 | -13055/+14150 |
2021-12-07 | UefiCpuPkg: Change complex DEBUG_CODE() to DEBUG_CODE_BEGIN/END() | Michael D Kinney | 6 | -16/+14 |
2021-12-07 | UefiCpuPkg: Change OPTIONAL keyword usage style | Michael D Kinney | 27 | -69/+64 |
2021-12-07 | UefiCpuPkg: Change use of EFI_D_* to DEBUG_* | Michael D Kinney | 10 | -58/+56 |
2021-11-12 | UefiCpuPkg/PiSmmCpuDxeSmm: Use SMM Interrupt Shadow Stack | Sheng, W | 5 | -77/+157 |
2021-11-10 | UefiCpuPkg/UefiCpuLib: Add GetCpuFamilyModel and GetCpuSteppingId | Ni, Ray | 2 | -1/+65 |
2021-11-05 | UefiCpuPkg/MtrrLib/UnitTest: Fix 32-bit GCC build issues | Michael D Kinney | 1 | -5/+5 |
2021-10-21 | UefiCpuPkg/CpuCacheInfoLib: Add QuickSort function on BaseLib | IanX Kuo | 4 | -6/+2 |
2021-10-20 | UefiCpuPkg: Cpu feature data stored in memory may be migrated | Lou, Yun | 1 | -3/+6 |
2021-09-18 | UefiCpuPkg: SecCoreNative without ResetVector | S, Ashraf Ali | 2 | -0/+81 |
2021-09-16 | UefiCpuPkg: VTF0 Linear-Address Translation to a 1-GByte Page till 512GB | Ashraf Ali S | 21 | -49/+187 |
2021-09-16 | UefiCpuPkg: Prevent from re-initializing CPU features during S3 resume | Lou, Yun | 2 | -14/+23 |
2021-09-16 | UefiCpuPkg: Refactor initialization of CPU features during S3 resume | Lou, Yun | 5 | -123/+163 |
2021-09-09 | UefiCpuPkg: ResetVector Tool additional debug prints | Ashraf Ali S | 1 | -1/+4 |
2021-09-09 | UefiCpuPkg: ResetVector Tool Support for Python 3 | Ashraf Ali S | 2 | -5/+5 |
2021-09-01 | UefiCpuPkg: Clean up save state boundary checks and comments. | Mark Wilson | 1 | -6/+6 |
2021-09-01 | UefiCpuPkg/PiSmmCpuDxeSmm: Update mPatchCetSupported set condition | Wenxing Hou | 2 | -9/+13 |
2021-08-23 | UefiCpuPkg/CpuCacheInfoLib: Correct logical for identifying cache type | Jason | 1 | -1/+1 |
2021-08-09 | UefiCpuPkg/CpuCacheInfoLib: Sort CpuCacheInfo array | Lou, Yun | 5 | -4/+80 |
2021-07-06 | UefiCpuPkg/ExceptionLib: Conditionally clear shadow stack token busy bit | Sheng Wei | 2 | -42/+43 |
2021-06-21 | UefiCpuPkg/CpuCommonFeaturesLib: Correct the CPU location check | Daoxiang Li | 3 | -7/+7 |
2021-05-29 | UefiCpuPkg/MpInitLib: Allocate a separate SEV-ES AP reset stack area | Lendacky, Thomas | 3 | -18/+69 |
2021-05-18 | UefiCpuPkg/PiSmmCpu: Remove hardcode 48 address size limitation | Ray Ni | 1 | -8/+18 |
2021-05-14 | UefiCpuPkg/CpuExceptionHandler: Add missing comma to exception name array | Lendacky, Thomas | 1 | -1/+1 |
2021-05-11 | UefiCpuPkg/MpInitLib: Properly cast from PCD to SEV-ES jump table pointer | Lendacky, Thomas | 1 | -1/+1 |
2021-04-20 | UefiCpuPkg: PiSmmCpuDxeSmm: Not to Change Bitwidth During Static Paging | Kun Qin | 1 | -14/+16 |
2021-04-12 | UefiCpuPkg: PiSmmCpuDxeSmm: Check buffer size before accessing | Kun Qin | 2 | -2/+9 |
2021-04-12 | UefiCpuPkg/CpuTimerLib: Update LIBRARY_CLASS of Base instance. | Lou, Yun | 1 | -2/+2 |
2021-04-09 | UefiCpuPkg/PiSmmCpuDxeSmm: Support detect SMM shadow stack overflow | Sheng, W | 1 | -1/+8 |
2021-04-09 | UefiCpuPkg/MpInitLib: Consume MicrocodeLib to remove duplicated code | Ray Ni | 4 | -391/+96 |
2021-04-09 | UefiCpuPkg: Add MicrocodeLib for loading microcode | Ray Ni | 5 | -1/+480 |
2021-04-09 | UefiCpuPkg: Remove PEI/DXE instances of CpuTimerLib. | Jason Lou | 7 | -252/+0 |
2021-03-31 | UefiCpuPkg: Consume MdeLibs.dsc.inc for RegisterFilterLib | Dandan Bi | 1 | -1/+3 |
2021-03-25 | UefiCpuPkg/SmmCommunication: Remove out-dated comments | Ni, Ray | 1 | -11/+5 |
2021-03-18 | UefiCpuPkg/CpuDxe: Guarantee GDT is below 4GB | Ray Ni | 1 | -5/+16 |
2021-03-18 | UefiCpuPkg/CpuDxe: Rename variables to follow EDKII coding standard | Ray Ni | 1 | -12/+11 |
2021-03-17 | UefiCpuPkg/MpInitLib: avoid printing debug messages in AP | Ray Ni | 3 | -10/+27 |
2021-03-17 | UefiCpuPkg/CpuCacheInfoLib: Collect cache associative type | Lou, Yun | 3 | -26/+53 |
2021-03-11 | UefiCpuPkg/PiSmmCpu: Don't allocate Token for SmmStartupThisAp | Ray Ni | 1 | -7/+23 |
2021-03-08 | UefiCpuPkg/SmmCpuFeaturesLib: Add Standalone MM support | Michael Kubacki | 9 | -6/+95 |
2021-03-08 | UefiCpuPkg/SmmCpuFeaturesLib: Abstract PcdCpuMaxLogicalProcessorNumber | Michael Kubacki | 5 | -1/+45 |
2021-03-08 | UefiCpuPkg/SmmCpuFeaturesLib: Cleanup library constructors | Michael Kubacki | 5 | -32/+54 |
2021-03-08 | UefiCpuPkg/SmmCpuFeaturesLib: Rename SmmCpuFeaturesLib.c | Michael Kubacki | 3 | -3/+3 |
2021-03-08 | UefiCpuPkg/SmmCpuFeaturesLib: Move multi-instance function decl to header | Michael Kubacki | 6 | -10/+27 |
2021-03-08 | UefiCpuPkg/MpInitLib: Remove unused Lock from MP_CPU_EXCHANGE_INFO | Ray Ni | 5 | -15/+1 |