coreboot-kgpe-d16/src/mainboard/kontron/986lcd-m
Patrick Georgi a84a99b994 Various fixes to the tree to get coreboot-v2 to build on Solaris
- Replace $(PWD) with $(CURDIR) in Makefiles. I don't know why
  the Solaris version behaves differently, but CURDIR is a safe
  choice on gnu make (and we require gnu make already)
- Use tail -1 instead of tail -n1 in a file that already relies on
  tail -1 support in another place
- Use tail -1 as alternative to tail -n1 in another place
- Use #define for ulong_t in romcc, as that name is used on Solaris
- Avoid fprinting a null pointer. The standard doesn't mandate that
  this is a special case, and Solaris doesn't implement it that way.

Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4305 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2009-05-26 14:03:51 +00:00
..
acpi ACPI implementation for i945, ICH7, Kontron 986LCD-M 2009-03-13 00:44:09 +00:00
acpi_tables.c Kontron 986LCD-M updates: 2009-03-11 15:20:36 +00:00
auto.c Refactor copy_and_run so that it uses a single code base instead of 2009-04-30 07:07:22 +00:00
chip.h This, ladies and gentlement, is commit #4000. 2009-03-13 15:42:27 +00:00
cmos.layout Support for the Kontron 986LCD-M mainboard series. 2008-10-29 04:52:57 +00:00
Config.lb Various fixes to the tree to get coreboot-v2 to build on Solaris 2009-05-26 14:03:51 +00:00
debug.c Support for the Kontron 986LCD-M mainboard series. 2008-10-29 04:52:57 +00:00
dmi.h Support for the Kontron 986LCD-M mainboard series. 2008-10-29 04:52:57 +00:00
dsdt.asl ACPI implementation for i945, ICH7, Kontron 986LCD-M 2009-03-13 00:44:09 +00:00
fadt.c Kontron 986LCD-M updates: 2009-03-11 15:20:36 +00:00
irq_tables.c Support for the Kontron 986LCD-M mainboard series. 2008-10-29 04:52:57 +00:00
mainboard.c add_mainboard_resources is necessary for some boards (eg. kontron), but 2009-04-28 12:57:25 +00:00
mainboard_smi.c * fix a minor power state issue in the ich7 smm handler 2009-03-06 19:52:36 +00:00
mptable.c Kontron 986LCD-M updates: 2009-03-11 15:20:36 +00:00
Options.lb Enable HAVE_HIGH_TABLES by default for northbridges with 2009-04-28 14:18:16 +00:00
power_reset_check.c Support for the Kontron 986LCD-M mainboard series. 2008-10-29 04:52:57 +00:00
reset.c Support for the Kontron 986LCD-M mainboard series. 2008-10-29 04:52:57 +00:00
rtl8168.c Support for the Kontron 986LCD-M mainboard series. 2008-10-29 04:52:57 +00:00