From bea1980c4eb4535c3d0fdd07165d74dc3fff1976 Mon Sep 17 00:00:00 2001 From: Jonathan Zhang Date: Mon, 13 Apr 2020 19:34:53 -0700 Subject: soc/intel/xeon_sp/cpx: Finalize PCU configuration Program PCU (Power Control Unit) during chip_final(). This is needed to allow ACPI power control related feature to work in target OS. Signed-off-by: Jonathan Zhang Signed-off-by: Reddy Chagam Change-Id: I1f5b18d66b351acecdc7b3f515a552c36f08eb61 Reviewed-on: https://review.coreboot.org/c/coreboot/+/40386 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons Reviewed-by: Philipp Deppenwiese --- src/soc/intel/xeon_sp/cpx/chip.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/soc/intel/xeon_sp/cpx/chip.c') diff --git a/src/soc/intel/xeon_sp/cpx/chip.c b/src/soc/intel/xeon_sp/cpx/chip.c index c2d448c21c..c3159feec3 100644 --- a/src/soc/intel/xeon_sp/cpx/chip.c +++ b/src/soc/intel/xeon_sp/cpx/chip.c @@ -585,6 +585,8 @@ static void chip_enable_dev(struct device *dev) static void chip_final(void *data) { p2sb_hide(); + + set_bios_init_completion(); } static void chip_init(void *data) -- cgit v1.2.3