summaryrefslogtreecommitdiff
path: root/UefiCpuPkg/SecCore/SecMain.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-31UefiCpuPkg/SecCore: Migrate page table to permanent memoryJiaxin Wu1-0/+147
2023-04-10UefiCpuPkg: Update code to be more C11 compliant by using __func__Rebecca Cran1-5/+5
2022-07-14UefiCpuPkg: Update SEC_IDT_TABLE structKuo, Ted1-0/+1
2022-07-08UefiCpuPkg/SecCore: Add debug messages to illuminate data flowOram, Isaac W1-0/+37
2021-12-07UefiCpuPkg: Apply uncrustify changesMichael Kubacki1-62/+64
2021-02-04UefiCpuPkg: Move MigrateGdt from DiscoverMemory to TempRamDone. (CVE-2019-11098)Guomin Jiang1-0/+45
2020-07-28UefiCpuPkg/SecMigrationPei: Add initial PEIM (CVE-2019-11098)Michael Kubacki1-2/+24
2019-09-05UefiCpuPkg: support single EFI_PEI_CORE_FV_LOCATION_PPI in PpiListChasel Chiu1-5/+4
2019-08-30UefiCpuPkg/SecCore: get AllSecPpiList after SecPlatformMain.Eric Dong1-1/+2
2019-04-09UefiCpuPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2019-02-20UefiCpuPkg/SecCore: Wrong Debug Information for SecCoreChasel, Chiu1-3/+19
2019-02-15UefiCpuPkg/SecCore: Support EFI_PEI_CORE_FV_LOCATION_PPIChasel, Chiu1-4/+4
2019-02-15UefiCpuPkg/SecCore: Support EFI_PEI_CORE_FV_LOCATION_PPIChasel, Chiu1-6/+29
2018-05-08UefiCpuPkg/SecMain: Add NORETURN decorator to SecStartup().Marvin H?user1-1/+7
2017-12-08UefiCpuPkg: Update SecCore to get BFV size based on BFV header FvLengthLiming Gao1-1/+1
2017-08-02UefiCpuPkg SecCore: Fix operands of different size in bitwise operationStar Zeng1-1/+1
2017-08-01UefiCpuPkg SecCore: Add SecPerformancePpiCallBackStar Zeng1-0/+46
2017-08-01UefiCpuPkg SecCore: Adjust PeiTemporaryRamBase&Size to be 8byte alignedStar Zeng1-1/+7
2016-11-18UefiCpuPkg/SecCore: Correct print format for stack informationJeff Fan1-2/+2
2016-11-09UefiCpuPkg: Display new stack base and sizeJeff Fan1-1/+9
2016-09-14UefiCpuPkg/SecCore: Re-install SEC platform information(2) PPIJeff Fan1-0/+5
2016-06-22UefiCpuPkg/SecMain: Decorate phase-transition function with NORETURN.Marvin H?user1-1/+3
2015-10-19UefiCpuPkg: Add SecCore moduleMichael Kinney1-0/+295