summaryrefslogtreecommitdiff
path: root/UefiCpuPkg/Universal
AgeCommit message (Expand)AuthorFilesLines
2022-12-19UefiCpuPkg: Supporting S3 in 64bit PEIKuo, Ted1-34/+63
2021-12-07UefiCpuPkg: Apply uncrustify changesMichael Kubacki1-231/+263
2021-12-07UefiCpuPkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney1-2/+1
2019-05-09UefiCpuPkg: Remove PcdFrameworkCompatibilitySupport usageDandan Bi2-32/+1
2019-04-09UefiCpuPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney6-43/+6
2019-01-15UefiCpuPkg/S3Resume2Pei: check 64BIT_WAKE_F in FACS.OSPMFlags.Eric Dong1-3/+3
2018-10-15UefiCpuPkg/S3Resume2Pei: disable paging before creating new page table.Eric Dong2-0/+27
2018-09-21UefiCpuPkg: Remove redundant library classes, Ppis and GUIDsshenglei2-6/+1
2018-06-28UefiCpuPkg: Clean up source filesLiming Gao3-33/+33
2018-06-26UefiCpuPkg: Use new added Perf macrosBi, Dandan1-8/+8
2018-06-07UefiCpuPkg: Remove X86 ASM and S filesLiming Gao5-165/+0
2018-03-03UefiCpuPkg S3ResumePei: Signal S3SmmInitDoneStar Zeng2-14/+37
2018-02-12UefiCpuPkg/S3Resume: Remove useless perf codeDandan Bi2-133/+1
2018-02-09UefiCpuPkg/S3Resume: Add more perf entry for S3 phaseBi, Dandan1-1/+14
2017-12-12MdeModulePkg: Rename SmmEndOfS3ResumeProtocolGuid to EndOfS3ResumeGuidStar Zeng2-9/+6
2017-10-13UefiCpuPkg/S3Resume2Pei: Handle Communicate Ppi not exist issue.Eric Dong1-13/+10
2017-10-12UefiCpuPkg/S3Resume2Pei: Send S3 resume finished event to SmmCore.Eric Dong2-0/+91
2017-04-12UefiCpuPkg: Error Level is not used correctlyJeff Fan1-34/+34
2017-03-01UefiCpuPkg/Universal/Acpi/S3Resume2Pei: Add support for PCD PcdPteMemoryEncry...Leo Duran2-4/+15
2016-11-09UefiCpuPkg: Display new stack base and sizeJeff Fan1-0/+7
2016-10-24UefiCpuPkg: Fix typos in commentsGary Lin1-5/+5
2016-07-02UefiCpuPkg S3Resume2Pei: Report status code when allocate memory is failedStar Zeng1-3/+15
2016-06-28UefiCpuPkg S3Resume2Pei: Add nasm source file into INF file.Liming Gao1-2/+4
2016-06-28UefiCpuPkg S3Resume2Pei: Convert X64/AsmFuncs.asm to NASMLiming Gao1-0/+41
2016-06-28UefiCpuPkg S3Resume2Pei: Convert Ia32/AsmFuncs.asm to NASMLiming Gao1-0/+41
2015-12-15UefiCpuPkg: Convert all .uni files to utf-8Jordan Justen2-0/+0
2015-07-13UefiCpuPkg S3Resume2Pei: Fix ASSERT in WriteToOsS3PerformanceDataHao Wu1-1/+1
2015-06-30UefiCpuPkg S3Resume2Pei: Use safe string functionsHao Wu1-3/+2
2014-09-03UefiCpuPkg: Convert non DOS format files to DOS formatGao, Liming1-0/+0
2014-08-28UefiCpuPkg: INF/DEC file updates to EDK II packagesGao, Liming2-0/+0
2014-08-28UefiCpuPkg: INF/DEC file updates to EDK II packagesGao, Liming2-16/+23
2014-08-21Append the terminating null character at the end of the string to avoid buffe...Qiu Shumin1-0/+1
2014-06-24Add DEBUG message for all fields in AcpiS3Context.Gao, Liming1-1/+4
2013-12-13UefiCpuPkg: S3Resume2Pei: align return stacks explicitlyLaszlo Ersek1-2/+12
2013-12-11Correct INF file to make module pass ICC compiler.Liming Gao1-2/+2
2012-10-30Add missing status code in several modules.li-elvin1-0/+39
2012-08-28Only disable Debug Timer for x64 platforms in S3RestoreConfig2().vanjeff1-5/+14
2012-08-22Set correct DS/ES/FS/GS/SS segment selectors after GDT loaded.vanjeff6-0/+204
2012-08-20Initialize TempAcpiS3Context and TempEfiBootScriptExecutorVariable.lzeng141-4/+8
2012-08-14Create 4G page table by default, and using PF to handle >4G MMIO access, to i...jyao11-3/+54
2012-08-06Remove Variable PPI dependency from S3Resume module, check return status of l...lzeng142-34/+26
2012-06-19Align the perf data between FPDT and DP.lzeng141-5/+5
2012-05-02UefiCpuPkg S3Resume2: Move the call to RestoreS3PageTables() earlier before S...rsun31-4/+7
2012-03-19Remove the useless performance logging code in BootScriptExecutorDxe driver a...lzeng141-0/+4
2012-03-151. Updated S3Resume2Pei to save IA32 IDT table setup in protected mode. vanjeff1-1/+7
2011-09-21Add PCD for 1G page tablejyao12-5/+10
2011-09-19Correct 1G page table generation.jyao11-2/+1
2011-09-13Use CPU_HOB to detect max address support from platform, and added 1G page ta...jyao11-28/+94
2011-08-29UefiCpuPkg: Add S3Resume2Pei PEIMjljusten2-0/+1004