summaryrefslogtreecommitdiff
path: root/UefiCpuPkg/CpuMpPei
AgeCommit message (Expand)AuthorFilesLines
2024-02-22UefiCpuPkg/CpuMpPei: Don't write CR3 in ConvertMemoryPageToNotPresentZhiguang Liu1-2/+2
2024-01-15UefiCpuPkg: change name of gMpInformationHobGuid2Dun Tan2-5/+5
2024-01-05UefiCpuPkg/CpuMpPei: Parallel get stack base for better performance.Zhiguang Liu1-27/+29
2023-12-12UefiCpuPkg: Cache core type in MpInfo2 HOBDun Tan2-2/+59
2023-12-12UefiCpuPkg: Build MpInfo2HOB in CpuMpPeiDun Tan3-2/+96
2023-12-06UefiCpuPkg/CpuMpPei: Use CpuPageTableLib to set memory attribute.Zhiguang Liu1-248/+69
2023-05-31UefiCpuPkg/CpuMpPei: Conditionally enable PAE paging in 32bit modeJiaxin Wu3-129/+75
2023-04-03UefiCpuPkg: Fix conditionally uninitialized variablesMichael Kubacki3-3/+22
2022-08-31UefiCpuPkg: Enhance logic in InitializeMpExceptionStackSwitchHandlersLiu, Zhiguang1-41/+67
2022-08-09UefiCpuPkg: Simplify InitializeSeparateExceptionStacksLiu, Zhiguang1-142/+34
2022-06-10CpuException: Add InitializeSeparateExceptionStacksRay Ni1-2/+2
2021-12-07UefiCpuPkg: Apply uncrustify changesMichael Kubacki5-292/+309
2021-12-07UefiCpuPkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney1-3/+2
2021-02-04UefiCpuPkg: Move MigrateGdt from DiscoverMemory to TempRamDone. (CVE-2019-11098)Guomin Jiang3-46/+0
2021-01-22UefiCpuPkg/CpuMp: Fix hang when StackGuard is enabled in 16-core cpuRay Ni3-9/+7
2020-07-28UefiCpuPkg: Correct some typos.Guomin Jiang2-3/+3
2020-07-28UefiCpuPkg/CpuMpPei: Enable paging and set NP flag to avoid TOCTOU (CVE-2019-...Guomin Jiang2-5/+30
2020-07-28UefiCpuPkg/CpuMpPei: Add GDT migration support (CVE-2019-11098)Michael Kubacki4-2/+60
2019-08-09UefiCpuPkg: Update code to include register definitions from MdePkgNi, Ray1-3/+3
2019-07-29UefiCpuPkg/CpuMpPei: Produce EDKII_PEI_MP_SERVICES2_PPI.Eric Dong4-7/+436
2019-04-30UefiCpuPkg/CpuMpPei: Add missing CpuLib classMichael D Kinney1-1/+2
2019-04-09UefiCpuPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney7-49/+7
2018-09-26UefiCpuPkg/CpuMpPei: fix vs2012 build errorJian J Wang1-0/+3
2018-09-10UefiCpuPkg/CpuMpPei: support stack guard featureJian J Wang4-17/+937
2018-07-24UefiCpuPkg/CpuMpPei: Correct BIST PPI logic.Marvin H?user1-10/+12
2018-06-28UefiCpuPkg: Clean up source filesLiming Gao2-5/+5
2017-07-07UefiCpuPkg CpuMpPei: Update return status to follow spec.Eric Dong2-2/+2
2016-09-14UefiCpuPkg/CpuMpPei: Build GUIDed-HOB to store all CPU BIST DataJeff Fan3-23/+46
2016-09-14UefiCpuPkg/CpuMpPei: Fix BistData ouput errorJeff Fan1-1/+1
2016-09-14UefiCpuPkg/CpuMpPei: Add parameter BistInformationSizeJeff Fan1-3/+10
2016-08-17UefiCpuPkg/CpuMpPei: Delete PeiMpServices.c and PeiMpServices.hJeff Fan5-766/+727
2016-08-17UefiCpuPkg/CpuMpPei: Remove unused files and codesJeff Fan13-2669/+0
2016-08-17UefiCpuPkg/CpuMpPei: Consume MpInitLib to produce CPU MP PPI servicesJeff Fan5-491/+112
2016-08-17UefiCpuPkg/LocalApic.h: Remove duplicated/conflicted definitionsJeff Fan2-10/+11
2016-07-14UefiCpuPkg/CpuMpPei: Remove PmodeOffset and LmodeOffsetJeff Fan8-25/+17
2016-07-14UefiCpuPkg/CpuMpPei: Remove un-used variables and functionsJeff Fan8-156/+0
2016-07-14UefiCpuPkg/CpuMpPei: Do not load new GDT tableJeff Fan1-5/+1
2016-07-14UefiCpuPkg/CpuMpPei/X64: Use CodeSegment and DataSegment fieldsJeff Fan2-93/+71
2016-07-14UefiCpuPkg/CpuMpPei/X64: Remove hard code CPU BIST valueJeff Fan1-4/+3
2016-07-14UefiCpuPkg/CpuMpPei/Ia32: Use CodeSegment and DataSegment fieldsJeff Fan2-34/+48
2016-07-14UefiCpuPkg/CpuMpPei: Add CodeSegment and DataSegment fieldsJeff Fan4-4/+12
2016-07-13UefiCpuPkg/CpuMpPei: Remove unnecessary variableJeff Fan2-4/+0
2016-07-13UefiCpuPkg/CpuMpPei: Dump message if microcode signature not matchedJeff Fan4-25/+31
2016-07-13UefiCpuPkg/CpuMpPei: Skip microcode check/load if it has been loadedJeff Fan1-0/+9
2016-07-11UefiCpuPkg CpuMpPei: Update INF to refer to NASM source fileLiming Gao1-6/+4
2016-07-11UefiCpuPkg: Fix typos in commentsGiri P Mudusuru1-1/+1
2016-06-01UefiCpuPkg/CpuMpPei: Consume CpuExceptionHandlerLibJeff Fan3-4/+26
2016-04-11UefiCpuPkg/CpuMpPei: Fix potential AP mwait wakeup issueJeff Fan1-7/+35
2016-03-25UefiCpuPkg: CpuMpPei: remove set but unused variablesLaszlo Ersek1-2/+1
2016-03-03UefiCpuPkg/CpuMpPei: Load microcode if found newer revisionJeff Fan1-8/+10