coreboot-kgpe-d16/src/mainboard/soyo/sy-6ba-plus-iii
Uwe Hermann 95313d824d Major CONFIG_IRQ_TABLE_COUNT fixing and cleanups. Some of these boards
and PIRQ tables were actually wrong, I cannot imagine they ever
worked properly.

 - Use CONFIG_IRQ_TABLE_COUNT in all irq_tables.c files instead of
   hard-coded numbers.

 - Make all CONFIG_IRQ_TABLE_COUNT values in irq_tables.c match Options.lb.

 - Make all CONFIG_IRQ_TABLE_COUNT values match the actual number of entries
   in the irq_tables.c file.

 - Set all CONFIG_IRQ_SLOT_COUNT values in src/.../Options.lb for those
   boards where they were set to 0 (in order to be overridden in
   the respective targets/.../Config.lb).

   This is mainly done to aid Patrick's scripts for kconfig conversion.

 - Fix a number of comments in irq_tables.c files.

 - Drop CONFIG_IRQ_SLOT_COUNT usage from boards that don't have irq_tables.c:
    - tyan/s1846
    - asus/a8v-e_se
    - asus/m2v-mx_se

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Myles Watson <mylesgw@gmail.com>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4739 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2009-10-07 21:51:33 +00:00
..
auto.c The new CBFS based build system requires the whole ROM to be accessible 2009-10-04 23:50:06 +00:00
chip.h
Config.lb Reduce size of the romstage on various boards that fail to build on QA. 2009-08-19 13:40:20 +00:00
devicetree.cb Make all Kconfig enabled boards build (tested with kbuildall). 2009-09-24 09:03:06 +00:00
irq_tables.c This patch unifies the use of config options in v2 to all start with CONFIG_ 2009-06-30 15:17:49 +00:00
Kconfig Use 2009-10-06 22:25:21 +00:00
mainboard.c
Makefile.inc Add kconfig support for all missing Intel 440BX based boards. 2009-08-26 17:10:00 +00:00
Options.lb Major CONFIG_IRQ_TABLE_COUNT fixing and cleanups. Some of these boards 2009-10-07 21:51:33 +00:00