summaryrefslogtreecommitdiff
path: root/UefiCpuPkg
AgeCommit message (Expand)AuthorFilesLines
2023-03-27UefiCpuPkg/CpuPageTableLib: Reduce the number of random testsDun Tan1-5/+5
2023-03-27UefiCpuPkg/CpuPageTableLib: Add RandomTest for PAE pagingDun Tan3-6/+11
2023-03-27UefiCpuPkg/CpuPageTableLib: Enable PAE pagingDun Tan3-11/+73
2023-03-27UefiCpuPkg: Combine branch for non-present and leaf ParentEntryDun Tan1-53/+32
2023-03-27UefiCpuPkg/CpuPageTableLib: Add check for page table creationDun Tan1-0/+10
2023-03-27UefiCpuPkg: Modify UnitTest code since tested API is changedZhiguang Liu3-59/+67
2023-03-27UefiCpuPkg: Fix IA32 build failure in CpuPageTableLib.infZhiguang Liu3-89/+90
2023-03-27UefiCpuPkg/CpuPageTableLib: Modify RandomTest to check IsModifiedDun Tan1-12/+33
2023-03-27UefiCpuPkg/CpuPageTableLib: Add OUTPUT IsModified parameter.Dun Tan5-46/+88
2023-03-27UefiCpuPkg/CpuPageTableLib: Enable non-1:1 mapping in random testDun Tan1-4/+4
2023-03-27UefiCpuPkg/CpuPageTableLib:Modify RandomTest to check Mask/AttrDun Tan2-26/+133
2023-03-27UefiCpuPkg/CpuPageTableLib: Add LastMapEntry pointerDun Tan1-8/+10
2023-03-27UefiCpuPkg/CpuPageTableLib:Modify RandomBoolean() in RandomTestDun Tan1-22/+21
2023-03-27UefiCpuPkg/CpuPageTableLib: Add manual test to check Mask and AttrDun Tan1-2/+127
2023-03-27UefiCpuPkg/CpuPageTableLib:Add check for Mask and AttrDun Tan2-1/+86
2023-03-27UefiCpuPkg/MpInitLib: Add code to initialize MapMaskDun Tan1-4/+1
2023-03-27UefiCpuPkg/CpuPageTableLib: Fix issue when splitting leaf entryDun Tan1-8/+11
2023-03-27UefiCpuPkg/CpuPageTableLib:Clear PageSize bit(Bit7) for non-leafDun Tan1-1/+2
2023-03-27UefiCpuPkg/CpuPageTableLib: Fix the non-1:1 mapping issueDun Tan1-1/+11
2023-03-27UefiCpuPkg/CpuPageTableLib:Initialize some LocalVariable at beginningDun Tan1-9/+12
2023-03-27UefiCpuPkg/CpuPageTableLib: Add check for input LengthDun Tan2-3/+7
2023-03-27UefiCpuPkg/CpuPageTableLib: Remove unneeded 'if' conditionDun Tan1-10/+1
2023-03-27UefiCpuPkg: Solve that stack top address is not mapped in pagetableXie, Yuanhao1-0/+1
2023-03-22UefiCpuPkg/PiSmmCpuDxeSmm: fix error handlingGerd Hoffmann1-0/+6
2023-03-22UefiCpuPkg/PiSmmCpuDxeSmm: drop support for obsolete processorsGerd Hoffmann1-14/+4
2023-03-14UefiCpuPkg/PiSmmCpuDxeSmm: Fix S3 failure in SmmRestoreCpuWu, Jiaxin1-13/+1
2023-03-10UefiCpuPkg: Remove UefiCpuLib from module INFs.Yu Pu15-15/+0
2023-03-10MdePkg: Move API and implementation from UefiCpuLib to CpuLibYu Pu6-256/+19
2023-03-10UefiCpuPkg/MicrocodeMeasurementDxe: Fix exceptionDarbin Reyes1-1/+1
2023-03-08UefiCpuPkg: BaseRiscV64CpuExceptionHandlerLib: clean upAndrei Warkentin4-41/+231
2023-03-08UefiCpuPkg: CpuTimerDxeRiscV64: fix tick duration accountingAndrei Warkentin1-14/+21
2023-03-07UefiCpuPkg: Calculate DisplayFamily correctlyLiu, Zhiguang2-6/+6
2023-03-07UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasmXie, Yuanhao2-169/+170
2023-03-07UefiCpuPkg: Rename AsmRelocateApLoopStart.Yuanhao Xie4-28/+28
2023-03-07UefiCpuPkg: Put APs in 64 bit mode before handoff to OS.Xie, Yuanhao8-49/+273
2023-03-07UefiCpuPkg: Allocate contiguous memory for stacks and APs loop.Xie, Yuanhao1-23/+17
2023-03-07UefiCpuPkg: Split the path in RelocateApLoop into two.Xie, Yuanhao2-28/+48
2023-03-07UefiCpuPkg: Check AP_SAFE_STACK_SIZE during build time.Xie, Yuanhao1-1/+2
2023-03-06UefiCpuPkg/SmmCpuFeaturesLib: Skip SMBASE configurationWu, Jiaxin6-9/+36
2023-03-06UefiCpuPkg/PiSmmCpuDxeSmm: Consume SMM Base Hob for SmBase infoWu, Jiaxin5-37/+214
2023-03-06UefiCpuPkg/SmmBaseHob.h: Add SMM Base HOB DataWu, Jiaxin2-1/+79
2023-03-06UefiCpuPkg/PiSmmCpuDxeSmm: Replace mIsBsp by mBspApicId checkWu, Jiaxin1-11/+12
2023-03-06UefiCpuPkg/PiSmmCpuDxeSmm: Fix invalid InitializeMpSyncData callWu, Jiaxin1-4/+2
2023-02-16UefiCpuPkg/UefiCpuPkg.ci.yaml: Ignore RISC-V fileSunil V L1-0/+1
2023-02-16UefiCpuPkg: Add CpuDxeRiscV64 moduleSunil V L6-0/+660
2023-02-16UefiCpuPkg: Add CpuTimerDxeRiscV64 moduleSunil V L6-0/+549
2023-02-16UefiCpuPkg: Add BaseRiscV64CpuTimerLib librarySunil V L4-0/+247
2023-02-16UefiCpuPkg: Add BaseRiscV64CpuExceptionHandlerLibSunil V L6-0/+412
2023-02-16UefiCpuPkg: Add RISCV_EFI_BOOT_PROTOCOL related definitionsSunil V L2-0/+41
2023-02-03UefiCpuPkg: Fix SMM code hangs when InitPagingZhiguang Liu1-4/+9