From 5e7f90bb4c24ad9c500de153df3b2304f569f6e9 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Sat, 8 Jan 2022 13:16:38 +0100 Subject: soc/intel/alderlake: Factor out A0 stepping workaround Move the `configure_pmc_descriptor()` function to SoC scope instead of having two identical copies in mainboard scope. Add a Kconfig option to allow mainboards to decide whether to implement this workaround. Change-Id: Ib99073d8da91a93fae9c0cebdfd73e39456cdaa8 Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/60940 Tested-by: build bot (Jenkins) Reviewed-by: Sheng Lean Tan Reviewed-by: Subrata Banik Reviewed-by: Tim Wawrzynczak --- src/soc/intel/alderlake/include/soc/bootblock.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/soc/intel/alderlake/include') diff --git a/src/soc/intel/alderlake/include/soc/bootblock.h b/src/soc/intel/alderlake/include/soc/bootblock.h index ce2e42e6b2..e989bdd865 100644 --- a/src/soc/intel/alderlake/include/soc/bootblock.h +++ b/src/soc/intel/alderlake/include/soc/bootblock.h @@ -17,4 +17,6 @@ void bootblock_pch_init(void); void pch_early_iorange_init(void); void report_platform_info(void); +void configure_pmc_descriptor(void); + #endif -- cgit v1.2.3