soc/amd/cezanne,picasso/chipset.cb: drop LAPIC device

After adding code to handle the case of missing the link/bus on the CPU
cluster device in mp_cpu_bus_init, there's no need to have the LAPIC
device in the devicetree any more.

TEST=Mandolin still boots successfully.

Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Change-Id: Icfc4fb61b373129f3bf4f4de09c38076a8f66733
Reviewed-on: https://review.coreboot.org/c/coreboot/+/58510
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Raul Rangel <rrangel@chromium.org>
This commit is contained in:
Felix Held 2021-10-21 02:19:50 +02:00 committed by Felix Held
parent af2da55876
commit f9146ad569
2 changed files with 0 additions and 2 deletions

View File

@ -1,6 +1,5 @@
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

View File

@ -2,7 +2,6 @@
chip soc/amd/picasso
device cpu_cluster 0 on
device lapic 0 on end
end
device domain 0 on
device pci 00.0 alias gnb on end