diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2022-11-07 13:52:11 +0100 |
---|---|---|
committer | Arthur Heymans <arthur@aheymans.xyz> | 2023-01-30 10:49:11 +0000 |
commit | 69cd729c0cde6f15d1de692f5a2da5d3dfe8ba15 (patch) | |
tree | 4f21a3de147f422336545ed3164581b6b80c45d7 /src/mainboard/gigabyte | |
parent | 0a97e466163dda4e55c1eda145646054dcd8dd06 (diff) |
mb/*: Remove lapic from devicetree
The parallel mp code picks up lapics at runtime, so remove it from all
devicetrees that use this codebase.
Change-Id: I5258a769c0f0ee4bbc4facc19737eed187b68c73
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/69303
Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/mainboard/gigabyte')
-rw-r--r-- | src/mainboard/gigabyte/ga-945gcm-s2l/devicetree.cb | 6 | ||||
-rw-r--r-- | src/mainboard/gigabyte/ga-d510ud/devicetree.cb | 6 |
2 files changed, 2 insertions, 10 deletions
diff --git a/src/mainboard/gigabyte/ga-945gcm-s2l/devicetree.cb b/src/mainboard/gigabyte/ga-945gcm-s2l/devicetree.cb index 5064cd9428..576be34973 100644 --- a/src/mainboard/gigabyte/ga-945gcm-s2l/devicetree.cb +++ b/src/mainboard/gigabyte/ga-945gcm-s2l/devicetree.cb @@ -2,11 +2,7 @@ chip northbridge/intel/i945 - device cpu_cluster 0 on - ops i945_cpu_bus_ops - chip cpu/intel/socket_LGA775 - device lapic 0 on end - end + device cpu_cluster 0 on ops i945_cpu_bus_ops end register "pci_mmio_size" = "768" diff --git a/src/mainboard/gigabyte/ga-d510ud/devicetree.cb b/src/mainboard/gigabyte/ga-d510ud/devicetree.cb index 18f96c64a0..891594a893 100644 --- a/src/mainboard/gigabyte/ga-d510ud/devicetree.cb +++ b/src/mainboard/gigabyte/ga-d510ud/devicetree.cb @@ -3,11 +3,7 @@ chip northbridge/intel/pineview register "use_crt" = "true" - device cpu_cluster 0 on - chip cpu/intel/socket_FCBGA559 - device lapic 0 on end - end - end + device cpu_cluster 0 on end device domain 0 on subsystemid 0x105b 0x0d55 inherit device pci 0.0 on end # Host Bridge |