diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2023-01-10 15:22:58 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-04-11 16:23:28 +0000 |
commit | e84b095d3a238ae5fd734c4c186132a4e07eea07 (patch) | |
tree | 24e2c7a3ed9050e26d5a1511e8946ced86f19cd5 /util/sconfig/sconfig.tab.h_shipped | |
parent | 8b8400a889abadbbd2156d4a35a27203068766f1 (diff) |
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 'util/sconfig/sconfig.tab.h_shipped')
-rw-r--r-- | util/sconfig/sconfig.tab.h_shipped | 28 |
1 files changed, 13 insertions, 15 deletions
diff --git a/util/sconfig/sconfig.tab.h_shipped b/util/sconfig/sconfig.tab.h_shipped index 2149db6f49..eb5b97cba8 100644 --- a/util/sconfig/sconfig.tab.h_shipped +++ b/util/sconfig/sconfig.tab.h_shipped @@ -83,21 +83,19 @@ extern int yydebug; NUMBER = 284, /* NUMBER */ SUBSYSTEMID = 285, /* SUBSYSTEMID */ INHERIT = 286, /* INHERIT */ - IOAPIC_IRQ = 287, /* IOAPIC_IRQ */ - IOAPIC = 288, /* IOAPIC */ - PCIINT = 289, /* PCIINT */ - GENERIC = 290, /* GENERIC */ - SPI = 291, /* SPI */ - USB = 292, /* USB */ - MMIO = 293, /* MMIO */ - GPIO = 294, /* GPIO */ - MDIO = 295, /* MDIO */ - FW_CONFIG_TABLE = 296, /* FW_CONFIG_TABLE */ - FW_CONFIG_FIELD = 297, /* FW_CONFIG_FIELD */ - FW_CONFIG_OPTION = 298, /* FW_CONFIG_OPTION */ - FW_CONFIG_PROBE = 299, /* FW_CONFIG_PROBE */ - PIPE = 300, /* PIPE */ - OPS = 301 /* OPS */ + PCIINT = 287, /* PCIINT */ + GENERIC = 288, /* GENERIC */ + SPI = 289, /* SPI */ + USB = 290, /* USB */ + MMIO = 291, /* MMIO */ + GPIO = 292, /* GPIO */ + MDIO = 293, /* MDIO */ + FW_CONFIG_TABLE = 294, /* FW_CONFIG_TABLE */ + FW_CONFIG_FIELD = 295, /* FW_CONFIG_FIELD */ + FW_CONFIG_OPTION = 296, /* FW_CONFIG_OPTION */ + FW_CONFIG_PROBE = 297, /* FW_CONFIG_PROBE */ + PIPE = 298, /* PIPE */ + OPS = 299 /* OPS */ }; typedef enum yytokentype yytoken_kind_t; #endif |