util/sconfig: Remove unused ioapic and irq keywords
commite84b095d3a238ae5fd734c4c186132a4e07eea07
authorArthur Heymans <arthur@aheymans.xyz>
Tue, 10 Jan 2023 14:22:58 +0000 (10 15:22 +0100)
committerFelix Held <felix-coreboot@felixheld.de>
Tue, 11 Apr 2023 16:23:28 +0000 (11 16:23 +0000)
tree24e2c7a3ed9050e26d5a1511e8946ced86f19cd5
parent8b8400a889abadbbd2156d4a35a27203068766f1
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>
12 files changed:
src/include/device/device.h
src/mainboard/asus/p5gc-mx/devicetree.cb
src/mainboard/gigabyte/ga-945gcm-s2l/devicetree.cb
src/mainboard/lenovo/t400/variants/r500/overridetree.cb
src/mainboard/lenovo/t400/variants/t400/overridetree.cb
util/sconfig/lex.yy.c_shipped
util/sconfig/main.c
util/sconfig/sconfig.h
util/sconfig/sconfig.l
util/sconfig/sconfig.tab.c_shipped
util/sconfig/sconfig.tab.h_shipped
util/sconfig/sconfig.y