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 <subratabanik@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/76410
Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Kapil Porwal <kapilporwal@google.com>
This commit is contained in:
Subrata Banik 2023-07-12 14:33:06 +05:30
parent 649709c6fc
commit fadda4ae6b
1 changed files with 5 additions and 1 deletions

View File

@ -5,8 +5,12 @@
#include <soc/itss.h>
#include <soc/pcr_ids.h>
/* PCR access */
/* SoC PCR access */
#include <soc/intel/common/acpi/pch_pcr.asl>
/* IOE PCR access */
#if CONFIG(SOC_INTEL_COMMON_BLOCK_IOE_P2SB)
#include <soc/intel/common/acpi/ioe_pcr.asl>
#endif
/* PCH clock */
#include "camera_clock_ctl.asl"