coreboot-kgpe-d16/src/mainboard/intel/xe7501devkit
Patrick Georgi 2063197a4f Move all the copies of the romstage.inc rule to
src/arch/i386/Makefile.inc

For that to work, I had to:
- Add a CONFIG_ROMCC variable
- Set that variable on all ROMCC boards
- conditionally choose romcc or gcc rule based on that variable
- remove those two rules from all the boards' Makefiles
- switch a couple of boards to HAVE_OPTION_TABLE, as they actually have.

Also remove the duplication of rules with the sole difference of if
they depend on option_table.h or not.

Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de>
Acked-by: Peter Stuge <peter@stuge.se>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5099 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2010-02-09 12:21:10 +00:00
..
acpi_tables.c This fixes a couple of issues with older Linux kernels (that expect an XSDT as 2009-07-21 21:38:33 +00:00
bus.h Rename almost all occurences of LinuxBIOS to coreboot. 2008-01-18 15:08:58 +00:00
chip.h Remove pre-CBFS _vgabios_start and _vgabios_end. 2009-09-29 20:24:09 +00:00
cmos.layout smaller fixups here and there, allowing some motherboards to compile or 2005-12-03 23:48:17 +00:00
devicetree.cb Remove drivers/pci/onboard. The only purpose was for option ROMs, which are 2009-11-06 23:42:26 +00:00
failover.c * Explicitly add __PRE_RAM__ where it should be added. 2010-01-05 13:03:02 +00:00
ioapic.h Rename almost all occurences of LinuxBIOS to coreboot. 2008-01-18 15:08:58 +00:00
irq_tables.c Major CONFIG_IRQ_TABLE_COUNT fixing and cleanups. Some of these boards 2009-10-07 21:51:33 +00:00
Kconfig Move all the copies of the romstage.inc rule to 2010-02-09 12:21:10 +00:00
mainboard.c Drop CONFIG_CHIP_NAME. Those config statements in Config.lb should 2009-04-01 13:43:21 +00:00
Makefile.inc Major cleanups of the hard_reset() code and config in coreboot. 2009-10-24 19:17:24 +00:00
mptable.c smaller fixups here and there, allowing some motherboards to compile or 2005-12-03 23:48:17 +00:00
reset.c This, ladies and gentlement, is commit #4000. 2009-03-13 15:42:27 +00:00
romstage.c janitor task: unify and cleanup naming. 2010-02-08 12:20:50 +00:00