summaryrefslogtreecommitdiffstats
path: root/src/mainboard/lenovo/t400
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2023-01-10 15:22:58 +0100
committerFelix Held <felix-coreboot@felixheld.de>2023-04-11 16:23:28 +0000
commite84b095d3a238ae5fd734c4c186132a4e07eea07 (patch)
tree24e2c7a3ed9050e26d5a1511e8946ced86f19cd5 /src/mainboard/lenovo/t400
parent8b8400a889abadbbd2156d4a35a27203068766f1 (diff)
downloadcoreboot-e84b095d3a238ae5fd734c4c186132a4e07eea07.tar.gz
coreboot-e84b095d3a238ae5fd734c4c186132a4e07eea07.tar.bz2
coreboot-e84b095d3a238ae5fd734c4c186132a4e07eea07.zip
util/sconfig: Remove unused ioapic and irq keywords
Ioapic information in the devicetree was only used to set up mptables but this generic driver was removed (ca5a793 drivers/generic/ioapic: Drop poor implementation). This removes the unused remainders from mainboard devicetrees. Remove ioapic setup from sconfig. Change-Id: Ib3fef0bf923ab3f02f3aeed2e55cf662a3dc3a1b Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/71789 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Lean Sheng Tan <sheng.tan@9elements.com>
Diffstat (limited to 'src/mainboard/lenovo/t400')
-rw-r--r--src/mainboard/lenovo/t400/variants/r500/overridetree.cb1
-rw-r--r--src/mainboard/lenovo/t400/variants/t400/overridetree.cb1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/lenovo/t400/variants/r500/overridetree.cb b/src/mainboard/lenovo/t400/variants/r500/overridetree.cb
index cb059c65fa25..f8291d8d8fc1 100644
--- a/src/mainboard/lenovo/t400/variants/r500/overridetree.cb
+++ b/src/mainboard/lenovo/t400/variants/r500/overridetree.cb
@@ -32,7 +32,6 @@ chip northbridge/intel/gm45
end
device pci 1f.3 on # SMBus
subsystemid 0x17aa 0x20f9
- ioapic_irq 2 INTC 0x12
# eeprom, 4 virtual devices, same chip
chip drivers/i2c/at24rf08c
device i2c 54 on end
diff --git a/src/mainboard/lenovo/t400/variants/t400/overridetree.cb b/src/mainboard/lenovo/t400/variants/t400/overridetree.cb
index 25a47732fc0d..a1b4f9de3c6a 100644
--- a/src/mainboard/lenovo/t400/variants/t400/overridetree.cb
+++ b/src/mainboard/lenovo/t400/variants/t400/overridetree.cb
@@ -25,7 +25,6 @@ chip northbridge/intel/gm45
end
device pci 1f.3 on # SMBus
subsystemid 0x17aa 0x20f9
- ioapic_irq 2 INTC 0x12
# eeprom, 8 virtual devices, same chip
chip drivers/i2c/at24rf08c
device i2c 54 on end