summaryrefslogtreecommitdiffstats
path: root/UefiCpuPkg/CpuS3DataDxe/CpuS3Data.c
Commit message (Expand)AuthorAgeFilesLines
* UefiCpuPkg: Update code to be more C11 compliant by using __func__Rebecca Cran2023-04-101-1/+1
* UefiCpuPkg: Apply uncrustify changesMichael Kubacki2021-12-071-38/+39
* UefiCpuPkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney2021-12-071-1/+1
* UefiCpuPkg: Refactor initialization of CPU features during S3 resumeLou, Yun2021-09-161-5/+2
* UefiCpuPkg/CpuS3DataDxe: do not allocate useless register tablesLaszlo Ersek2021-01-201-32/+0
* UefiCpuPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* UefiCpuPkg/CpuS3DataDxe: Keep old data if value already existed.Eric Dong2018-10-221-0/+2
* UefiCpuPkg/CpuS3DataDxe: Remove below 4G limitation.Eric Dong2018-08-161-8/+9
* UefiCpuPkg/CpuS3DataDxe: Change Memory Type and address limitation.Eric Dong2018-08-161-7/+27
* UefiCpuPkg/CpuS3DataDxe: Consume the existing PcdCpuS3DataAddressJeff Fan2017-03-221-21/+33
* UefiCpuPkg/AcpiCpuData: Update RegisterTableEntry typeJeff Fan2017-03-221-3/+3
* UefiCpuPkg/CpuS3DataDxe: Consume PcdAcpiS3Enable to control the codeStar Zeng2016-09-011-0/+5
* UefiCpuPkg/CpuS3DataDxe: Move StartupVector allocation to EndOfDxe()Jeff Fan2016-08-171-19/+23
* UefiCpuPkg/CpuS3DataDxe: Add module to initialize ACPI_CPU_DATA for S3Michael Kinney2015-11-251-0/+271