Felix Held has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/50613 )
Change subject: soc/amd/cezanne: move CPU cluster to chipset device tree ......................................................................
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 felix-coreboot@felixheld.de Change-Id: Ia49e7b4cfc09c60b6152b8ccc47f37b6adc1e319 --- M src/mainboard/amd/majolica/devicetree.cb M src/soc/amd/cezanne/chipset.cb 2 files changed, 3 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/13/50613/1
diff --git a/src/mainboard/amd/majolica/devicetree.cb b/src/mainboard/amd/majolica/devicetree.cb index 2479980..a141552 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 49bd0c8..f4d5ccc 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