From fadda4ae6b1614523e14326fbe98280ff0c19c64 Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Wed, 12 Jul 2023 14:33:06 +0530 Subject: soc/intel/meteorlake: Include IOE PCR register access This patch includes the ioe_pcr.asl file as Intel Meteor Lake has support for IOE die. BUG=b:290856936 TEST=Able to build and boot google/rex. Change-Id: Ia534dbc0db5e54e173da9cdf475a7eb2bfda9e2f Signed-off-by: Subrata Banik Reviewed-on: https://review.coreboot.org/c/coreboot/+/76410 Reviewed-by: Werner Zeh Tested-by: build bot (Jenkins) Reviewed-by: Kapil Porwal --- src/soc/intel/meteorlake/acpi/southbridge.asl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/soc/intel') diff --git a/src/soc/intel/meteorlake/acpi/southbridge.asl b/src/soc/intel/meteorlake/acpi/southbridge.asl index 2d24fb2a54..0b588f9721 100644 --- a/src/soc/intel/meteorlake/acpi/southbridge.asl +++ b/src/soc/intel/meteorlake/acpi/southbridge.asl @@ -5,8 +5,12 @@ #include #include -/* PCR access */ +/* SoC PCR access */ #include +/* IOE PCR access */ +#if CONFIG(SOC_INTEL_COMMON_BLOCK_IOE_P2SB) +#include +#endif /* PCH clock */ #include "camera_clock_ctl.asl" -- cgit v1.2.3