summaryrefslogtreecommitdiff
path: root/UefiCpuPkg/CpuS3DataDxe/CpuS3Data.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-10UefiCpuPkg: Update code to be more C11 compliant by using __func__Rebecca Cran1-1/+1
2021-12-07UefiCpuPkg: Apply uncrustify changesMichael Kubacki1-38/+39
2021-12-07UefiCpuPkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney1-1/+1
2021-09-16UefiCpuPkg: Refactor initialization of CPU features during S3 resumeLou, Yun1-5/+2
2021-01-20UefiCpuPkg/CpuS3DataDxe: do not allocate useless register tablesLaszlo Ersek1-32/+0
2019-04-09UefiCpuPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-10-22UefiCpuPkg/CpuS3DataDxe: Keep old data if value already existed.Eric Dong1-0/+2
2018-08-16UefiCpuPkg/CpuS3DataDxe: Remove below 4G limitation.Eric Dong1-8/+9
2018-08-16UefiCpuPkg/CpuS3DataDxe: Change Memory Type and address limitation.Eric Dong1-7/+27
2017-03-22UefiCpuPkg/CpuS3DataDxe: Consume the existing PcdCpuS3DataAddressJeff Fan1-21/+33
2017-03-22UefiCpuPkg/AcpiCpuData: Update RegisterTableEntry typeJeff Fan1-3/+3
2016-09-01UefiCpuPkg/CpuS3DataDxe: Consume PcdAcpiS3Enable to control the codeStar Zeng1-0/+5
2016-08-17UefiCpuPkg/CpuS3DataDxe: Move StartupVector allocation to EndOfDxe()Jeff Fan1-19/+23
2015-11-25UefiCpuPkg/CpuS3DataDxe: Add module to initialize ACPI_CPU_DATA for S3Michael Kinney1-0/+271