Age | Commit message (Expand) | Author | Files | Lines |
2023-04-10 | UefiCpuPkg: Update code to be more C11 compliant by using __func__ | Rebecca Cran | 1 | -1/+1 |
2022-12-19 | UefiCpuPkg: Supporting S3 in 64bit PEI | Kuo, Ted | 1 | -34/+63 |
2021-12-07 | UefiCpuPkg: Apply uncrustify changes | Michael Kubacki | 1 | -231/+263 |
2021-12-07 | UefiCpuPkg: Change use of EFI_D_* to DEBUG_* | Michael D Kinney | 1 | -2/+1 |
2019-05-09 | UefiCpuPkg: Remove PcdFrameworkCompatibilitySupport usage | Dandan Bi | 2 | -32/+1 |
2019-04-09 | UefiCpuPkg: Replace BSD License with BSD+Patent License | Michael D Kinney | 6 | -43/+6 |
2019-01-15 | UefiCpuPkg/S3Resume2Pei: check 64BIT_WAKE_F in FACS.OSPMFlags. | Eric Dong | 1 | -3/+3 |
2018-10-15 | UefiCpuPkg/S3Resume2Pei: disable paging before creating new page table. | Eric Dong | 2 | -0/+27 |
2018-09-21 | UefiCpuPkg: Remove redundant library classes, Ppis and GUIDs | shenglei | 2 | -6/+1 |
2018-06-28 | UefiCpuPkg: Clean up source files | Liming Gao | 3 | -33/+33 |
2018-06-26 | UefiCpuPkg: Use new added Perf macros | Bi, Dandan | 1 | -8/+8 |
2018-06-07 | UefiCpuPkg: Remove X86 ASM and S files | Liming Gao | 5 | -165/+0 |
2018-03-03 | UefiCpuPkg S3ResumePei: Signal S3SmmInitDone | Star Zeng | 2 | -14/+37 |
2018-02-12 | UefiCpuPkg/S3Resume: Remove useless perf code | Dandan Bi | 2 | -133/+1 |
2018-02-09 | UefiCpuPkg/S3Resume: Add more perf entry for S3 phase | Bi, Dandan | 1 | -1/+14 |
2017-12-12 | MdeModulePkg: Rename SmmEndOfS3ResumeProtocolGuid to EndOfS3ResumeGuid | Star Zeng | 2 | -9/+6 |
2017-10-13 | UefiCpuPkg/S3Resume2Pei: Handle Communicate Ppi not exist issue. | Eric Dong | 1 | -13/+10 |
2017-10-12 | UefiCpuPkg/S3Resume2Pei: Send S3 resume finished event to SmmCore. | Eric Dong | 2 | -0/+91 |
2017-04-12 | UefiCpuPkg: Error Level is not used correctly | Jeff Fan | 1 | -34/+34 |
2017-03-01 | UefiCpuPkg/Universal/Acpi/S3Resume2Pei: Add support for PCD PcdPteMemoryEncry... | Leo Duran | 2 | -4/+15 |
2016-11-09 | UefiCpuPkg: Display new stack base and size | Jeff Fan | 1 | -0/+7 |
2016-10-24 | UefiCpuPkg: Fix typos in comments | Gary Lin | 1 | -5/+5 |
2016-07-02 | UefiCpuPkg S3Resume2Pei: Report status code when allocate memory is failed | Star Zeng | 1 | -3/+15 |
2016-06-28 | UefiCpuPkg S3Resume2Pei: Add nasm source file into INF file. | Liming Gao | 1 | -2/+4 |
2016-06-28 | UefiCpuPkg S3Resume2Pei: Convert X64/AsmFuncs.asm to NASM | Liming Gao | 1 | -0/+41 |
2016-06-28 | UefiCpuPkg S3Resume2Pei: Convert Ia32/AsmFuncs.asm to NASM | Liming Gao | 1 | -0/+41 |
2015-12-15 | UefiCpuPkg: Convert all .uni files to utf-8 | Jordan Justen | 2 | -0/+0 |
2015-07-13 | UefiCpuPkg S3Resume2Pei: Fix ASSERT in WriteToOsS3PerformanceData | Hao Wu | 1 | -1/+1 |
2015-06-30 | UefiCpuPkg S3Resume2Pei: Use safe string functions | Hao Wu | 1 | -3/+2 |
2014-09-03 | UefiCpuPkg: Convert non DOS format files to DOS format | Gao, Liming | 1 | -0/+0 |
2014-08-28 | UefiCpuPkg: INF/DEC file updates to EDK II packages | Gao, Liming | 2 | -0/+0 |
2014-08-28 | UefiCpuPkg: INF/DEC file updates to EDK II packages | Gao, Liming | 2 | -16/+23 |
2014-08-21 | Append the terminating null character at the end of the string to avoid buffe... | Qiu Shumin | 1 | -0/+1 |
2014-06-24 | Add DEBUG message for all fields in AcpiS3Context. | Gao, Liming | 1 | -1/+4 |
2013-12-13 | UefiCpuPkg: S3Resume2Pei: align return stacks explicitly | Laszlo Ersek | 1 | -2/+12 |
2013-12-11 | Correct INF file to make module pass ICC compiler. | Liming Gao | 1 | -2/+2 |
2012-10-30 | Add missing status code in several modules. | li-elvin | 1 | -0/+39 |
2012-08-28 | Only disable Debug Timer for x64 platforms in S3RestoreConfig2(). | vanjeff | 1 | -5/+14 |
2012-08-22 | Set correct DS/ES/FS/GS/SS segment selectors after GDT loaded. | vanjeff | 6 | -0/+204 |
2012-08-20 | Initialize TempAcpiS3Context and TempEfiBootScriptExecutorVariable. | lzeng14 | 1 | -4/+8 |
2012-08-14 | Create 4G page table by default, and using PF to handle >4G MMIO access, to i... | jyao1 | 1 | -3/+54 |
2012-08-06 | Remove Variable PPI dependency from S3Resume module, check return status of l... | lzeng14 | 2 | -34/+26 |
2012-06-19 | Align the perf data between FPDT and DP. | lzeng14 | 1 | -5/+5 |
2012-05-02 | UefiCpuPkg S3Resume2: Move the call to RestoreS3PageTables() earlier before S... | rsun3 | 1 | -4/+7 |
2012-03-19 | Remove the useless performance logging code in BootScriptExecutorDxe driver a... | lzeng14 | 1 | -0/+4 |
2012-03-15 | 1. Updated S3Resume2Pei to save IA32 IDT table setup in protected mode. | vanjeff | 1 | -1/+7 |
2011-09-21 | Add PCD for 1G page table | jyao1 | 2 | -5/+10 |
2011-09-19 | Correct 1G page table generation. | jyao1 | 1 | -2/+1 |
2011-09-13 | Use CPU_HOB to detect max address support from platform, and added 1G page ta... | jyao1 | 1 | -28/+94 |
2011-08-29 | UefiCpuPkg: Add S3Resume2Pei PEIM | jljusten | 2 | -0/+1004 |