coreboot-kgpe-d16/src/mainboard/rca/rm4100
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 Trivial, update email address. 2009-05-02 00:59:03 +00:00
devicetree.cb This patch implements MBI (modular bios interface) support to the i830 chipset. 2010-03-01 08:34:19 +00:00
gpio.c This does the following: 2010-02-27 01:50:21 +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 This is kind of a pre CAR patch to properly allocate "shared" graphics memory 2010-03-17 03:18:29 +00:00
mainboard.c This is kind of a pre CAR patch to properly allocate "shared" graphics memory 2010-03-17 03:18:29 +00:00
mainboard_smi.c Fix all the format string warnings. 2010-03-22 16:33:25 +00:00
Makefile.inc This patch implements MBI (modular bios interface) support to the i830 chipset. 2010-03-01 08:34:19 +00:00
romstage.c This drops the ASSEMBLY define from romstage.c, too 2010-03-29 22:08:01 +00:00
spd_table.h Trivial, update email address. 2009-05-02 00:59:03 +00:00