coreboot/src
Carl-Daniel Hailfinger 4940ab7a21 This patch hooks up git mirrored svn revisions and adds some
error checking to the svnrevision call.

If a .svn directory exists in the top level directory and the svnversion
utility is available, we use svnversion.
Otherwise, if a .git directory exists in the top level directory and the
git utility is available, we use git log.

Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Acked-by: Myles Watson <mylesgw@gmail.com>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4194 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2009-04-23 13:05:45 +00:00
..
arch fix warnings, shadowed declarations and style guide violations (all trivial) 2009-04-22 16:23:47 +00:00
boot * move i386 / ACPI dependent code out of hardwaremain.c and into the i386 2009-04-22 08:17:38 +00:00
config This patch hooks up git mirrored svn revisions and adds some 2009-04-23 13:05:45 +00:00
console fix warnings, shadowed declarations and style guide violations (all trivial) 2009-04-22 16:23:47 +00:00
cpu makes the smi handler a little bit less verbose 2009-04-22 22:55:15 +00:00
devices - printed CBFS rom address was always 0 2009-04-22 16:32:18 +00:00
drivers Drop CONFIG_CHIP_NAME. Those config statements in Config.lb should 2009-04-01 13:43:21 +00:00
include This patch adds support for the BCM21000 (aka HT-2100) 2009-04-22 20:27:53 +00:00
lib - function prototypes do not need "extern" 2009-04-21 23:05:13 +00:00
mainboard Convert 12 more boards to use include statements in Config.lb. 2009-04-22 22:08:00 +00:00
northbridge remove some style guide breaks and warnings from raminit_f_dqs.c 2009-04-22 12:00:17 +00:00
pc80 fix warnings, shadowed declarations and style guide violations (all trivial) 2009-04-22 16:23:47 +00:00
pmc/altimus/mpc7410 Please bear with me - another rename checkin. This qualifies as trivial, no 2008-01-18 10:35:56 +00:00
ram use printk, when possible. (trivial) 2008-08-01 12:12:37 +00:00
sdram fix typo in commend of generic_sdram.c (trivial) 2008-08-01 11:36:40 +00:00
southbridge This patch adds support for the BCM21000 (aka HT-2100) 2009-04-22 20:27:53 +00:00
stream fix warnings, shadowed declarations and style guide violations (all trivial) 2009-04-22 16:23:47 +00:00
superio This patch add rudimentary support for the superio functionality of 2009-04-22 20:30:42 +00:00