summaryrefslogtreecommitdiffstats
path: root/src/mainboard/intel/adlrvp
diff options
context:
space:
mode:
authorMAULIK V VAGHELA <maulik.v.vaghela@intel.com>2021-08-06 18:52:25 +0530
committerNick Vaccaro <nvaccaro@google.com>2021-08-10 21:19:38 +0000
commitb2513faab2ebf48214d6d9669b85760650b96f83 (patch)
tree969aefe87b5b4f4fdebd80baf507403ea7cad1ee /src/mainboard/intel/adlrvp
parent563a6cc6f2690f2594df51d8d16b3e9f4ef5ca8d (diff)
downloadcoreboot-b2513faab2ebf48214d6d9669b85760650b96f83.tar.gz
coreboot-b2513faab2ebf48214d6d9669b85760650b96f83.tar.bz2
coreboot-b2513faab2ebf48214d6d9669b85760650b96f83.zip
mb/*/{brya,adlrvp}: move cpu_cluster static configuration to chipset.cb
For mainboard devicetree, it always have definition for enabling cpu_cluster 0 which is required for all the variants. Since it is SoC related settings, it's better to keep in chipset.cb as a common setting for all the mainboards using the same SoC. BUG=None BRANCH=None TEST=Change has no functional impact on the brya board. Change-Id: I8f7c3184b62f8d84ca4605fb9f2a1cc569f1f964 Signed-off-by: MAULIK V VAGHELA <maulik.v.vaghela@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/56853 Reviewed-by: Nick Vaccaro <nvaccaro@google.com> Reviewed-by: Subrata Banik <subrata.banik@intel.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/intel/adlrvp')
-rw-r--r--src/mainboard/intel/adlrvp/devicetree.cb2
-rw-r--r--src/mainboard/intel/adlrvp/devicetree_m.cb2
2 files changed, 0 insertions, 4 deletions
diff --git a/src/mainboard/intel/adlrvp/devicetree.cb b/src/mainboard/intel/adlrvp/devicetree.cb
index f4852b920fdb..d4a2eb72cf8c 100644
--- a/src/mainboard/intel/adlrvp/devicetree.cb
+++ b/src/mainboard/intel/adlrvp/devicetree.cb
@@ -1,7 +1,5 @@
chip soc/intel/alderlake
- device cpu_cluster 0 on end
-
# GPE configuration
# Note that GPE events called out in ASL code rely on this
# route. i.e. If this route changes then the affected GPE
diff --git a/src/mainboard/intel/adlrvp/devicetree_m.cb b/src/mainboard/intel/adlrvp/devicetree_m.cb
index 3669c8624375..b28f387e2bdf 100644
--- a/src/mainboard/intel/adlrvp/devicetree_m.cb
+++ b/src/mainboard/intel/adlrvp/devicetree_m.cb
@@ -6,8 +6,6 @@ fw_config
end
chip soc/intel/alderlake
- device cpu_cluster 0 on end
-
# GPE configuration
# Note that GPE events called out in ASL code rely on this
# route. i.e. If this route changes then the affected GPE