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:
parent
649709c6fc
commit
fadda4ae6b
|
@ -5,8 +5,12 @@
|
||||||
#include <soc/itss.h>
|
#include <soc/itss.h>
|
||||||
#include <soc/pcr_ids.h>
|
#include <soc/pcr_ids.h>
|
||||||
|
|
||||||
/* PCR access */
|
/* SoC PCR access */
|
||||||
#include <soc/intel/common/acpi/pch_pcr.asl>
|
#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 */
|
/* PCH clock */
|
||||||
#include "camera_clock_ctl.asl"
|
#include "camera_clock_ctl.asl"
|
||||||
|
|
Loading…
Reference in New Issue