coreboot-kgpe-d16/src/mainboard/pcengines/alix1c
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
cmos.layout Welcome to PC Engines and the ALIX 1C! 2007-09-08 18:32:53 +00:00
devicetree.cb Kconfig! 2009-08-12 15:00:51 +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 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 printk_foo -> printk(BIOS_FOO, ...) 2010-03-22 11:42:32 +00:00
romstage.c This drops the ASSEMBLY define from romstage.c, too 2010-03-29 22:08:01 +00:00