From d19ebe0bd5c05badc7b800eab625559a8ac7d2f0 Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Wed, 12 Jul 2023 02:10:17 +0000 Subject: soc/intel: Rename pcr.asl to pch_pcr.asl The PCR (Private Configuration Register) is applicable to access the P2SB register space starting with the Intel SkyLake generation of SoC. Prior to Intel Meteor Lake SoC generation, the only P2SB existed inside the PCH die. Starting with Meteor Lake SoC, there are two P2SB, one in SoC die (same as PCH die for U/H SoC) and another in IOE die. This patch renames pcr.asl to pch_pcr.asl to reflect the actual source of the P2SB IP in the die (i.e., SoC die or PCH die). BUG=b:290856936 TEST=Able to build and boot google/rex. Change-Id: Idb66293eaab01e1d4bcd4e9482157575fb0adf04 Signed-off-by: Subrata Banik Reviewed-on: https://review.coreboot.org/c/coreboot/+/76407 Reviewed-by: Sridhar Siricilla Tested-by: build bot (Jenkins) Reviewed-by: Werner Zeh Reviewed-by: Eric Lai Reviewed-by: Kapil Porwal --- src/soc/intel/skylake/acpi/pch.asl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/soc/intel/skylake') diff --git a/src/soc/intel/skylake/acpi/pch.asl b/src/soc/intel/skylake/acpi/pch.asl index 0aa8f95761..a2ab35c2da 100644 --- a/src/soc/intel/skylake/acpi/pch.asl +++ b/src/soc/intel/skylake/acpi/pch.asl @@ -27,7 +27,7 @@ #include "pcie.asl" /* PCR Access */ -#include +#include /* PMC 0:1f.2 */ #include "pmc.asl" -- cgit v1.2.3