the following patch was just integrated into master:
commit 63950f83f941c0a6747b5f22b1d7edafb67f5476
Author: Paul Menzel <paulepanter(a)users.sourceforge.net>
Date: Fri Feb 1 23:51:40 2013 +0100
AGESA boards: Fix grammar in description of `OemCustomizeInitEarly`
The following command was used to correct the grammatical mistake.
$ git grep -l 'This is the stub function will call' | xargs sed -i s,This is the stub function will call,This stub function will call, '{}'
sed: -e Ausdruck #1, Zeichen 6: Nicht beendeter `s'-Befehl
As this file seems to have been copied around a lot, it originally
seems to have come with the following commit for AMD Persimmon and
AMD Inagua.
commit 69da1b676cd3f126b27a6fd3c23c557ac1a03961
Author: Frank Vibrans <frank.vibrans(a)amd.com>
Date: Mon Feb 14 19:04:45 2011 +0000
Add IBASE DB-FT1 and AMD Inagua motherboards. Patch 8 of 8.
Change-Id: I2e6630a5172738b01e6def7062284f167e5508b1
Signed-off-by: Paul Menzel <paulepanter(a)users.sourceforge.net>
Reviewed-on: http://review.coreboot.org/2268
Tested-by: build bot (Jenkins)
Reviewed-by: Marc Jones <marcj303(a)gmail.com>
Build-Tested: build bot (Jenkins) at Mon Feb 4 00:21:24 2013, giving +1
Reviewed-By: Marc Jones <marcj303(a)gmail.com> at Mon Feb 4 21:37:14 2013, giving +2
See http://review.coreboot.org/2268 for details.
-gerrit
the following patch was just integrated into master:
commit 5e272a4c4a8d9b00239d61da089e65fc4d6cfa8d
Author: Christian Gmeiner <christian.gmeiner(a)gmail.com>
Date: Mon Feb 4 16:22:46 2013 +0100
smbios: show CONFIG_LOCALVERSION in DMI bios_version
If somebody makes use of CONFIG_LOCALVERSION show this
user provided config string for DMI bios_version.
As requested I have attached example output.
CONFIG_LOCALVERSION=""
CONFIG_CBFS_PREFIX="fallback"
CONFIG_COMPILER_GCC=y
...
root@OT:~# cat /sys/class/dmi/id/bios_version
4.0-3360-g5be6673-dirty
CONFIG_LOCALVERSION="V1.01.02 Beta"
CONFIG_CBFS_PREFIX="fallback"
CONFIG_COMPILER_GCC=y
...
root@OT:~# cat /sys/class/dmi/id/bios_version
V1.01.02 Beta
Change-Id: I5640b72b56887ddf85113efa9ff23df9d4c7eb86
Signed-off-by: Christian Gmeiner <christian.gmeiner(a)gmail.com>
Reviewed-on: http://review.coreboot.org/2279
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter(a)users.sourceforge.net>
Reviewed-by: Marc Jones <marcj303(a)gmail.com>
Build-Tested: build bot (Jenkins) at Mon Feb 4 16:11:01 2013, giving +1
Reviewed-By: Marc Jones <marcj303(a)gmail.com> at Mon Feb 4 18:23:32 2013, giving +2
See http://review.coreboot.org/2279 for details.
-gerrit
the following patch was just integrated into master:
commit 7407f43c2b3273320ad8eadc5454d8f5375f2064
Author: Mike Loptien <mike.loptien(a)se-eng.com>
Date: Thu Jan 31 10:17:02 2013 -0700
Family 12: Update for string portability
Update function messages to be more portable by using
the __func__ compiler command instead of hard coded
function names.
Change-Id: I3368a831770df1b8449eb0c97ae4bb24f6678efd
Signed-off-by: Mike Loptien <mike.loptien(a)se-eng.com>
Reviewed-on: http://review.coreboot.org/2250
Tested-by: build bot (Jenkins)
Reviewed-by: Marc Jones <marcj303(a)gmail.com>
Build-Tested: build bot (Jenkins) at Thu Jan 31 18:46:36 2013, giving +1
Reviewed-By: Marc Jones <marcj303(a)gmail.com> at Mon Feb 4 18:18:59 2013, giving +2
See http://review.coreboot.org/2250 for details.
-gerrit