aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/xeon_sp/skx
diff options
context:
space:
mode:
authorMarc Jones <marcjones@sysproconsulting.com>2020-10-19 16:32:05 -0600
committerMarc Jones <marc@marcjonesconsulting.com>2020-10-22 21:36:40 +0000
commit7a25fb8e69d4fa18b6e4b8ec1ed0b54f37151577 (patch)
treec726f62abc75e9ce8dc4ab2b52390bb25dadee10 /src/soc/intel/xeon_sp/skx
parent3fc04842cbe22fa29ea416fe746a8ee986605118 (diff)
soc/intel/xeon_sp: Rename cpx_generate_p_state_entries()
Prepare for common ACPI. Rename cpx_generated_p_state_entries() to the common soc_power_states_generation() function. Add empty soc_power_states_generation() to skx. Change-Id: Ib7e8dfd2bb602f3e6ccdb5b221bc65236f66a875 Signed-off-by: Marc Jones <marcjones@sysproconsulting.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/46598 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/soc/intel/xeon_sp/skx')
-rw-r--r--src/soc/intel/xeon_sp/skx/soc_acpi.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/soc/intel/xeon_sp/skx/soc_acpi.c b/src/soc/intel/xeon_sp/skx/soc_acpi.c
index 7462d72b7a..df2550c54a 100644
--- a/src/soc/intel/xeon_sp/skx/soc_acpi.c
+++ b/src/soc/intel/xeon_sp/skx/soc_acpi.c
@@ -171,6 +171,10 @@ void uncore_inject_dsdt(const struct device *device)
acpigen_pop_len();
}
+void soc_power_states_generation(int core, int cores_per_package)
+{
+}
+
unsigned long xeonsp_acpi_create_madt_lapics(unsigned long current)
{
struct device *cpu;