From 65418cc8b5ad3c163e283b342d27e787061deee3 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Fri, 12 Feb 2021 23:19:30 +0100 Subject: soc/amd/cezanne: move CPU cluster to chipset device tree This will be common for all boards, so move it to the chipset device tree. TEST=CPU cluster and LAPIC still show up in console logs. Signed-off-by: Felix Held Change-Id: Ia49e7b4cfc09c60b6152b8ccc47f37b6adc1e319 Reviewed-on: https://review.coreboot.org/c/coreboot/+/50613 Reviewed-by: Raul Rangel Reviewed-by: Angel Pons Tested-by: build bot (Jenkins) --- src/mainboard/amd/majolica/devicetree.cb | 3 --- src/soc/amd/cezanne/chipset.cb | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/mainboard/amd/majolica/devicetree.cb b/src/mainboard/amd/majolica/devicetree.cb index 24799803ec..a1415525c7 100644 --- a/src/mainboard/amd/majolica/devicetree.cb +++ b/src/mainboard/amd/majolica/devicetree.cb @@ -2,9 +2,6 @@ chip soc/amd/cezanne - device cpu_cluster 0 on - device lapic 0 on end - end device domain 0 on end diff --git a/src/soc/amd/cezanne/chipset.cb b/src/soc/amd/cezanne/chipset.cb index 49bd0c8b18..f4d5ccc782 100644 --- a/src/soc/amd/cezanne/chipset.cb +++ b/src/soc/amd/cezanne/chipset.cb @@ -1,4 +1,7 @@ chip soc/amd/cezanne + device cpu_cluster 0 on + device lapic 0 on end + end device domain 0 on device pci 00.0 alias gnb on end end -- cgit v1.2.3