coreboot-kgpe-d16/src/mainboard/amd/pistachio
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 - TOM2 is filled in by the dynamic ACPI code. Don't hardcode it in the 2009-03-17 01:47:25 +00:00
acpi_tables.c I just went on a bugfix frenzy and fixed all printk format warnings 2009-03-04 01:06:41 +00:00
cache_as_ram_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 Carl-Daniel's part: 2009-02-18 20:41:57 +00:00
cmos.layout Trivial patch to make #defines generated from cmos.layout have unique names. Kills a few more compiler warnings. 2009-05-01 04:36:38 +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
fadt.c Fix AMD Pistachio implicit declarations in the same way as with AMD 2008-12-24 18:23:00 +00:00
get_bus_conf.c AMD PISTACHIO mainboard support. 2008-12-09 21:52:42 +00:00
irq_tables.c I just went on a bugfix frenzy and fixed all printk format warnings 2009-03-04 01:06:41 +00:00
mainboard.c Drop CONFIG_CHIP_NAME. Those config statements in Config.lb should 2009-04-01 13:43:21 +00:00
mptable.c AMD PISTACHIO mainboard support. 2008-12-09 21:52:42 +00:00
Options.lb v2/src romfs->cbfs rename 2009-04-14 07:40:01 +00:00
resourcemap.c AMD PISTACHIO mainboard support. 2008-12-09 21:52:42 +00:00