| Commit message (Expand) | Author | Age | Files | Lines |
* | UefiCpuPkg/CpuPageTableLib:Clear PageSize bit(Bit7) for non-leaf | Dun Tan | 2023-03-27 | 1 | -1/+2 |
* | UefiCpuPkg/CpuPageTableLib: Fix the non-1:1 mapping issue | Dun Tan | 2023-03-27 | 1 | -1/+11 |
* | UefiCpuPkg/CpuPageTableLib:Initialize some LocalVariable at beginning | Dun Tan | 2023-03-27 | 1 | -9/+12 |
* | UefiCpuPkg/CpuPageTableLib: Add check for input Length | Dun Tan | 2023-03-27 | 2 | -3/+7 |
* | UefiCpuPkg/CpuPageTableLib: Remove unneeded 'if' condition | Dun Tan | 2023-03-27 | 1 | -10/+1 |
* | UefiCpuPkg: Solve that stack top address is not mapped in pagetable | Xie, Yuanhao | 2023-03-27 | 1 | -0/+1 |
* | UefiCpuPkg/PiSmmCpuDxeSmm: fix error handling | Gerd Hoffmann | 2023-03-22 | 1 | -0/+6 |
* | UefiCpuPkg/PiSmmCpuDxeSmm: drop support for obsolete processors | Gerd Hoffmann | 2023-03-22 | 1 | -14/+4 |
* | UefiCpuPkg/PiSmmCpuDxeSmm: Fix S3 failure in SmmRestoreCpu | Wu, Jiaxin | 2023-03-14 | 1 | -13/+1 |
* | UefiCpuPkg: Remove UefiCpuLib from module INFs. | Yu Pu | 2023-03-10 | 15 | -15/+0 |
* | MdePkg: Move API and implementation from UefiCpuLib to CpuLib | Yu Pu | 2023-03-10 | 6 | -256/+19 |
* | UefiCpuPkg/MicrocodeMeasurementDxe: Fix exception | Darbin Reyes | 2023-03-10 | 1 | -1/+1 |
* | UefiCpuPkg: BaseRiscV64CpuExceptionHandlerLib: clean up | Andrei Warkentin | 2023-03-08 | 4 | -41/+231 |
* | UefiCpuPkg: CpuTimerDxeRiscV64: fix tick duration accounting | Andrei Warkentin | 2023-03-08 | 1 | -14/+21 |
* | UefiCpuPkg: Calculate DisplayFamily correctly | Liu, Zhiguang | 2023-03-07 | 2 | -6/+6 |
* | UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm | Xie, Yuanhao | 2023-03-07 | 2 | -169/+170 |
* | UefiCpuPkg: Rename AsmRelocateApLoopStart. | Yuanhao Xie | 2023-03-07 | 4 | -28/+28 |
* | UefiCpuPkg: Put APs in 64 bit mode before handoff to OS. | Xie, Yuanhao | 2023-03-07 | 8 | -49/+273 |
* | UefiCpuPkg: Allocate contiguous memory for stacks and APs loop. | Xie, Yuanhao | 2023-03-07 | 1 | -23/+17 |
* | UefiCpuPkg: Split the path in RelocateApLoop into two. | Xie, Yuanhao | 2023-03-07 | 2 | -28/+48 |
* | UefiCpuPkg: Check AP_SAFE_STACK_SIZE during build time. | Xie, Yuanhao | 2023-03-07 | 1 | -1/+2 |
* | UefiCpuPkg/SmmCpuFeaturesLib: Skip SMBASE configuration | Wu, Jiaxin | 2023-03-06 | 6 | -9/+36 |
* | UefiCpuPkg/PiSmmCpuDxeSmm: Consume SMM Base Hob for SmBase info | Wu, Jiaxin | 2023-03-06 | 5 | -37/+214 |
* | UefiCpuPkg/SmmBaseHob.h: Add SMM Base HOB Data | Wu, Jiaxin | 2023-03-06 | 2 | -1/+79 |
* | UefiCpuPkg/PiSmmCpuDxeSmm: Replace mIsBsp by mBspApicId check | Wu, Jiaxin | 2023-03-06 | 1 | -11/+12 |
* | UefiCpuPkg/PiSmmCpuDxeSmm: Fix invalid InitializeMpSyncData call | Wu, Jiaxin | 2023-03-06 | 1 | -4/+2 |
* | UefiCpuPkg/UefiCpuPkg.ci.yaml: Ignore RISC-V file | Sunil V L | 2023-02-16 | 1 | -0/+1 |
* | UefiCpuPkg: Add CpuDxeRiscV64 module | Sunil V L | 2023-02-16 | 6 | -0/+660 |
* | UefiCpuPkg: Add CpuTimerDxeRiscV64 module | Sunil V L | 2023-02-16 | 6 | -0/+549 |
* | UefiCpuPkg: Add BaseRiscV64CpuTimerLib library | Sunil V L | 2023-02-16 | 4 | -0/+247 |
* | UefiCpuPkg: Add BaseRiscV64CpuExceptionHandlerLib | Sunil V L | 2023-02-16 | 6 | -0/+412 |
* | UefiCpuPkg: Add RISCV_EFI_BOOT_PROTOCOL related definitions | Sunil V L | 2023-02-16 | 2 | -0/+41 |
* | UefiCpuPkg: Fix SMM code hangs when InitPaging | Zhiguang Liu | 2023-02-03 | 1 | -4/+9 |
* | Revert "UefiCpuPkg: Duplicated AsmRelocateApLoop as AsmRelocateApLoopAmd" | Yuanhao Xie | 2023-01-09 | 5 | -235/+20 |
* | Revert "UefiCpuPkg: Has APs in 64 bit long-mode before booting to OS." | Yuanhao Xie | 2023-01-09 | 7 | -184/+200 |
* | UefiCpuPkg/SmmCpuFeaturesLib: drop obsolete API implementation | Laszlo Ersek | 2023-01-04 | 1 | -28/+0 |
* | UefiCpuPkg/PiSmmCpuDxeSmm:Fix PF issue caused by smm page table code | Tan, Dun | 2023-01-03 | 1 | -14/+27 |
* | UefiCpuPkg: Simplify the code to set smm page table as RO | Tan, Dun | 2022-12-21 | 4 | -259/+136 |
* | UefiCpuPkg: Remove unused API in SmmCpuFeaturesLib.h | Tan, Dun | 2022-12-21 | 1 | -25/+0 |
* | UefiCpuPkg/PiSmmCpuDxeSmm: Introduce page table pool mechanism | duntan | 2022-12-21 | 5 | -66/+172 |
* | UefiCpuPkg: Has APs in 64 bit long-mode before booting to OS. | Xie, Yuanhao | 2022-12-20 | 7 | -200/+184 |
* | UefiCpuPkg: Duplicated AsmRelocateApLoop as AsmRelocateApLoopAmd | Yuanhao Xie | 2022-12-20 | 5 | -20/+235 |
* | UefiCpuPkg: Supporting S3 in 64bit PEI | Kuo, Ted | 2022-12-19 | 4 | -57/+117 |
* | UefiCpuPkg: Bug fix in 5LPage handling | Robert Guenzel | 2022-12-08 | 1 | -3/+4 |
* | UefiCpuPkg: Check SMM Delayed/Blocked AP Count | Wu, Jiaxin | 2022-12-08 | 3 | -32/+184 |
* | UefiCpuPkg/Test: develop UEFI App and dynamic cmd for MP services UT | Jason Lou | 2022-12-08 | 4 | -0/+225 |
* | UefiCpuPkg/Test: Move EfiMpServiceProtocol UT in a separate function | Jason Lou | 2022-12-08 | 2 | -8/+24 |
* | OvmfPkg/UefiCpuPkg: Add CcExit prefix to the APIs of CcExitLib | Min M Xu | 2022-11-14 | 7 | -31/+31 |
* | OvmfPkg/UefiCpuPkg/UefiPayloadPkg: Rename VmgExitLib to CcExitLib | Min M Xu | 2022-11-14 | 21 | -83/+76 |
* | UefiCpuPkg/ResetVector:Add Option to reserve 4K region at 4GB | Duggapu, Chinni B | 2022-11-11 | 1 | -1/+9 |