coreboot-kgpe-d16/src/mainboard/iei/pcisa-lx-800-r10
Stefan Reinauer 798ef2893c This drops the ASSEMBLY define from romstage.c, too
(since it's not assembly code, this was a dirty hack anyways)
Also run 
    awk 1 RS= ORS="\n\n" < $FILE > $FILE.nonewlines
    mv $FILE.nonewlines $FILE
on romstage.c because my perl -pi -e 's,#define ASSEMBLY 1,,g' */*/romstage.c 
cut some holes into the source.

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>




git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5320 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2010-03-29 22:08:01 +00:00
..
chip.h Carl-Daniel's part: 2009-02-18 20:41:57 +00:00
devicetree.cb Kconfig! 2009-08-12 15:00:51 +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 CAR settings for all GX1, GX2, LX and Intel Slot2 boards to the CPU. 2010-02-04 01:32:43 +00:00
mainboard.c Carl-Daniel's part: 2009-02-18 20:41:57 +00:00
romstage.c This drops the ASSEMBLY define from romstage.c, too 2010-03-29 22:08:01 +00:00