diff options
author | Felix Held <felix-coreboot@felixheld.de> | 2021-02-12 23:19:30 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-02-14 18:22:49 +0000 |
commit | 65418cc8b5ad3c163e283b342d27e787061deee3 (patch) | |
tree | 1362c49e94314b3784c33a3a068c7d8300cfce75 /src/mainboard/amd | |
parent | ffdf840dbba3223edbb275e007cf9d748f976b25 (diff) |
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
Reviewed-on: https://review.coreboot.org/c/coreboot/+/50613
Reviewed-by: Raul Rangel <rrangel@chromium.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/amd')
-rw-r--r-- | src/mainboard/amd/majolica/devicetree.cb | 3 |
1 files changed, 0 insertions, 3 deletions
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 |