summaryrefslogtreecommitdiff
path: root/src/mainboard
diff options
context:
space:
mode:
authorPaul Menzel <paulepanter@users.sourceforge.net>2013-02-01 23:51:40 +0100
committerMarc Jones <marcj303@gmail.com>2013-02-04 21:37:14 +0100
commit63950f83f941c0a6747b5f22b1d7edafb67f5476 (patch)
treec35f78d6233cc60d531dd2716da388b87316d6b2 /src/mainboard
parent5e272a4c4a8d9b00239d61da089e65fc4d6cfa8d (diff)
downloadcoreboot-63950f83f941c0a6747b5f22b1d7edafb67f5476.tar.xz
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>
Diffstat (limited to 'src/mainboard')
-rw-r--r--src/mainboard/amd/dinar/agesawrapper.c2
-rw-r--r--src/mainboard/amd/inagua/PlatformGnbPcie.c2
-rw-r--r--src/mainboard/amd/parmer/PlatformGnbPcie.c2
-rw-r--r--src/mainboard/amd/persimmon/PlatformGnbPcie.c2
-rw-r--r--src/mainboard/amd/south_station/PlatformGnbPcie.c2
-rw-r--r--src/mainboard/amd/thatcher/PlatformGnbPcie.c2
-rw-r--r--src/mainboard/amd/torpedo/PlatformGnbPcie.c2
-rw-r--r--src/mainboard/amd/union_station/PlatformGnbPcie.c2
-rw-r--r--src/mainboard/asrock/e350m1/PlatformGnbPcie.c2
-rw-r--r--src/mainboard/supermicro/h8qgi/platform_oem.c2
-rw-r--r--src/mainboard/supermicro/h8scm/platform_oem.c2
-rw-r--r--src/mainboard/tyan/s8226/platform_oem.c2
12 files changed, 12 insertions, 12 deletions
diff --git a/src/mainboard/amd/dinar/agesawrapper.c b/src/mainboard/amd/dinar/agesawrapper.c
index e738cba82c..dc14ace036 100644
--- a/src/mainboard/amd/dinar/agesawrapper.c
+++ b/src/mainboard/amd/dinar/agesawrapper.c
@@ -352,7 +352,7 @@ agesawrapper_amdinitearly (
* OemCustomizeInitEarly
*
* Description:
- * This is the stub function will call the host environment through the binary block
+ * This stub function will call the host environment through the binary block
* interface (call-out port) to provide a user hook opportunity
*
* Parameters:
diff --git a/src/mainboard/amd/inagua/PlatformGnbPcie.c b/src/mainboard/amd/inagua/PlatformGnbPcie.c
index 539ca48dc8..da6187a6fd 100644
--- a/src/mainboard/amd/inagua/PlatformGnbPcie.c
+++ b/src/mainboard/amd/inagua/PlatformGnbPcie.c
@@ -31,7 +31,7 @@
* OemCustomizeInitEarly
*
* Description:
- * This is the stub function will call the host environment through the binary block
+ * This stub function will call the host environment through the binary block
* interface (call-out port) to provide a user hook opportunity
*
* Parameters:
diff --git a/src/mainboard/amd/parmer/PlatformGnbPcie.c b/src/mainboard/amd/parmer/PlatformGnbPcie.c
index 791540cbf9..845a5e2fe1 100644
--- a/src/mainboard/amd/parmer/PlatformGnbPcie.c
+++ b/src/mainboard/amd/parmer/PlatformGnbPcie.c
@@ -128,7 +128,7 @@ PCIe_COMPLEX_DESCRIPTOR Trinity = {
* OemCustomizeInitEarly
*
* Description:
- * This is the stub function will call the host environment through the binary block
+ * This stub function will call the host environment through the binary block
* interface (call-out port) to provide a user hook opportunity
*
* Parameters:
diff --git a/src/mainboard/amd/persimmon/PlatformGnbPcie.c b/src/mainboard/amd/persimmon/PlatformGnbPcie.c
index e3cba858ac..a5b075e287 100644
--- a/src/mainboard/amd/persimmon/PlatformGnbPcie.c
+++ b/src/mainboard/amd/persimmon/PlatformGnbPcie.c
@@ -32,7 +32,7 @@
* OemCustomizeInitEarly
*
* Description:
- * This is the stub function will call the host environment through the binary block
+ * This stub function will call the host environment through the binary block
* interface (call-out port) to provide a user hook opportunity
*
* Parameters:
diff --git a/src/mainboard/amd/south_station/PlatformGnbPcie.c b/src/mainboard/amd/south_station/PlatformGnbPcie.c
index 07aee7d484..87074e3402 100644
--- a/src/mainboard/amd/south_station/PlatformGnbPcie.c
+++ b/src/mainboard/amd/south_station/PlatformGnbPcie.c
@@ -31,7 +31,7 @@
* OemCustomizeInitEarly
*
* Description:
- * This is the stub function will call the host environment through the binary block
+ * This stub function will call the host environment through the binary block
* interface (call-out port) to provide a user hook opportunity
*
* Parameters:
diff --git a/src/mainboard/amd/thatcher/PlatformGnbPcie.c b/src/mainboard/amd/thatcher/PlatformGnbPcie.c
index e4308e43fb..afe4bb88e7 100644
--- a/src/mainboard/amd/thatcher/PlatformGnbPcie.c
+++ b/src/mainboard/amd/thatcher/PlatformGnbPcie.c
@@ -131,7 +131,7 @@ PCIe_COMPLEX_DESCRIPTOR Trinity = {
* OemCustomizeInitEarly
*
* Description:
- * This is the stub function will call the host environment through the binary block
+ * This stub function will call the host environment through the binary block
* interface (call-out port) to provide a user hook opportunity
*
* Parameters:
diff --git a/src/mainboard/amd/torpedo/PlatformGnbPcie.c b/src/mainboard/amd/torpedo/PlatformGnbPcie.c
index 2d011d97a4..a4c09f7443 100644
--- a/src/mainboard/amd/torpedo/PlatformGnbPcie.c
+++ b/src/mainboard/amd/torpedo/PlatformGnbPcie.c
@@ -98,7 +98,7 @@ PCIe_COMPLEX_DESCRIPTOR Llano = {
* OemCustomizeInitEarly
*
* Description:
- * This is the stub function will call the host environment through the binary block
+ * This stub function will call the host environment through the binary block
* interface (call-out port) to provide a user hook opportunity
*
* Parameters:
diff --git a/src/mainboard/amd/union_station/PlatformGnbPcie.c b/src/mainboard/amd/union_station/PlatformGnbPcie.c
index f1f06a8ee2..274d64145d 100644
--- a/src/mainboard/amd/union_station/PlatformGnbPcie.c
+++ b/src/mainboard/amd/union_station/PlatformGnbPcie.c
@@ -31,7 +31,7 @@
* OemCustomizeInitEarly
*
* Description:
- * This is the stub function will call the host environment through the binary block
+ * This stub function will call the host environment through the binary block
* interface (call-out port) to provide a user hook opportunity
*
* Parameters:
diff --git a/src/mainboard/asrock/e350m1/PlatformGnbPcie.c b/src/mainboard/asrock/e350m1/PlatformGnbPcie.c
index a79dfab62e..c36e50a9ed 100644
--- a/src/mainboard/asrock/e350m1/PlatformGnbPcie.c
+++ b/src/mainboard/asrock/e350m1/PlatformGnbPcie.c
@@ -31,7 +31,7 @@
* OemCustomizeInitEarly
*
* Description:
- * This is the stub function will call the host environment through the binary block
+ * This stub function will call the host environment through the binary block
* interface (call-out port) to provide a user hook opportunity
*
* Parameters:
diff --git a/src/mainboard/supermicro/h8qgi/platform_oem.c b/src/mainboard/supermicro/h8qgi/platform_oem.c
index 883cad10d9..90b93d0cf9 100644
--- a/src/mainboard/supermicro/h8qgi/platform_oem.c
+++ b/src/mainboard/supermicro/h8qgi/platform_oem.c
@@ -31,7 +31,7 @@
* OemCustomizeInitEarly
*
* Description:
- * This is the stub function will call the host environment through the binary block
+ * This stub function will call the host environment through the binary block
* interface (call-out port) to provide a user hook opportunity
*
* Parameters:
diff --git a/src/mainboard/supermicro/h8scm/platform_oem.c b/src/mainboard/supermicro/h8scm/platform_oem.c
index 883cad10d9..90b93d0cf9 100644
--- a/src/mainboard/supermicro/h8scm/platform_oem.c
+++ b/src/mainboard/supermicro/h8scm/platform_oem.c
@@ -31,7 +31,7 @@
* OemCustomizeInitEarly
*
* Description:
- * This is the stub function will call the host environment through the binary block
+ * This stub function will call the host environment through the binary block
* interface (call-out port) to provide a user hook opportunity
*
* Parameters:
diff --git a/src/mainboard/tyan/s8226/platform_oem.c b/src/mainboard/tyan/s8226/platform_oem.c
index 883cad10d9..90b93d0cf9 100644
--- a/src/mainboard/tyan/s8226/platform_oem.c
+++ b/src/mainboard/tyan/s8226/platform_oem.c
@@ -31,7 +31,7 @@
* OemCustomizeInitEarly
*
* Description:
- * This is the stub function will call the host environment through the binary block
+ * This stub function will call the host environment through the binary block
* interface (call-out port) to provide a user hook opportunity
*
* Parameters: