summaryrefslogtreecommitdiffstats
path: root/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume.c
Commit message (Expand)AuthorAgeFilesLines
* UefiCpuPkg: Remove PcdFrameworkCompatibilitySupport usageDandan Bi2019-05-091-30/+0
* UefiCpuPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-8/+1
* UefiCpuPkg/S3Resume2Pei: check 64BIT_WAKE_F in FACS.OSPMFlags.Eric Dong2019-01-151-3/+3
* UefiCpuPkg/S3Resume2Pei: disable paging before creating new page table.Eric Dong2018-10-151-0/+17
* UefiCpuPkg: Remove redundant library classes, Ppis and GUIDsshenglei2018-09-211-3/+1
* UefiCpuPkg: Clean up source filesLiming Gao2018-06-281-28/+28
* UefiCpuPkg: Use new added Perf macrosBi, Dandan2018-06-261-8/+8
* UefiCpuPkg S3ResumePei: Signal S3SmmInitDoneStar Zeng2018-03-031-14/+34
* UefiCpuPkg/S3Resume: Remove useless perf codeDandan Bi2018-02-121-131/+0
* UefiCpuPkg/S3Resume: Add more perf entry for S3 phaseBi, Dandan2018-02-091-1/+14
* MdeModulePkg: Rename SmmEndOfS3ResumeProtocolGuid to EndOfS3ResumeGuidStar Zeng2017-12-121-5/+4
* UefiCpuPkg/S3Resume2Pei: Handle Communicate Ppi not exist issue.Eric Dong2017-10-131-13/+10
* UefiCpuPkg/S3Resume2Pei: Send S3 resume finished event to SmmCore.Eric Dong2017-10-121-0/+87
* UefiCpuPkg: Error Level is not used correctlyJeff Fan2017-04-121-34/+34
* UefiCpuPkg/Universal/Acpi/S3Resume2Pei: Add support for PCD PcdPteMemoryEncry...Leo Duran2017-03-011-4/+13
* UefiCpuPkg: Display new stack base and sizeJeff Fan2016-11-091-0/+7
* UefiCpuPkg: Fix typos in commentsGary Lin2016-10-241-5/+5
* UefiCpuPkg S3Resume2Pei: Report status code when allocate memory is failedStar Zeng2016-07-021-3/+15
* UefiCpuPkg S3Resume2Pei: Fix ASSERT in WriteToOsS3PerformanceDataHao Wu2015-07-131-1/+1
* UefiCpuPkg S3Resume2Pei: Use safe string functionsHao Wu2015-06-301-3/+2
* UefiCpuPkg: INF/DEC file updates to EDK II packagesGao, Liming2014-08-281-1/+1
* Append the terminating null character at the end of the string to avoid buffe...Qiu Shumin2014-08-211-0/+1
* Add DEBUG message for all fields in AcpiS3Context.Gao, Liming2014-06-241-1/+4
* UefiCpuPkg: S3Resume2Pei: align return stacks explicitlyLaszlo Ersek2013-12-131-2/+12
* Add missing status code in several modules.li-elvin2012-10-301-0/+39
* Only disable Debug Timer for x64 platforms in S3RestoreConfig2().vanjeff2012-08-281-5/+14
* Set correct DS/ES/FS/GS/SS segment selectors after GDT loaded.vanjeff2012-08-221-0/+35
* Initialize TempAcpiS3Context and TempEfiBootScriptExecutorVariable.lzeng142012-08-201-4/+8
* Create 4G page table by default, and using PF to handle >4G MMIO access, to i...jyao12012-08-141-3/+54
* Remove Variable PPI dependency from S3Resume module, check return status of l...lzeng142012-08-061-32/+24
* Align the perf data between FPDT and DP.lzeng142012-06-191-5/+5
* UefiCpuPkg S3Resume2: Move the call to RestoreS3PageTables() earlier before S...rsun32012-05-021-4/+7
* Remove the useless performance logging code in BootScriptExecutorDxe driver a...lzeng142012-03-191-0/+4
* 1. Updated S3Resume2Pei to save IA32 IDT table setup in protected mode. vanjeff2012-03-151-1/+7
* Add PCD for 1G page tablejyao12011-09-211-5/+7
* Correct 1G page table generation.jyao12011-09-191-2/+1
* Use CPU_HOB to detect max address support from platform, and added 1G page ta...jyao12011-09-131-28/+94
* UefiCpuPkg: Add S3Resume2Pei PEIMjljusten2011-08-291-0/+925