the following patch was just integrated into master: commit 63950f83f941c0a6747b5f22b1d7edafb67f5476 Author: Paul Menzel paulepanter@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@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@users.sourceforge.net Reviewed-on: http://review.coreboot.org/2268 Tested-by: build bot (Jenkins) Reviewed-by: Marc Jones marcj303@gmail.com
Build-Tested: build bot (Jenkins) at Mon Feb 4 00:21:24 2013, giving +1 Reviewed-By: Marc Jones marcj303@gmail.com at Mon Feb 4 21:37:14 2013, giving +2 See http://review.coreboot.org/2268 for details.
-gerrit