[coreboot] New patch to review for coreboot: cd5a012 AGESA boards: Fix grammar in description of `OemCustomizeInitEarly`

Paul Menzel (paulepanter@users.sourceforge.net) gerrit at coreboot.org
Mon Feb 4 00:13:48 CET 2013


Paul Menzel (paulepanter at users.sourceforge.net) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/2268

-gerrit

commit cd5a0121087b2d4a055f13db1e4c7f6be3443d15
Author: Paul Menzel <paulepanter at 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 at 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 at users.sourceforge.net>
---
 src/mainboard/amd/dinar/agesawrapper.c            | 2 +-
 src/mainboard/amd/inagua/PlatformGnbPcie.c        | 2 +-
 src/mainboard/amd/parmer/PlatformGnbPcie.c        | 2 +-
 src/mainboard/amd/persimmon/PlatformGnbPcie.c     | 2 +-
 src/mainboard/amd/south_station/PlatformGnbPcie.c | 2 +-
 src/mainboard/amd/thatcher/PlatformGnbPcie.c      | 2 +-
 src/mainboard/amd/torpedo/PlatformGnbPcie.c       | 2 +-
 src/mainboard/amd/union_station/PlatformGnbPcie.c | 2 +-
 src/mainboard/asrock/e350m1/PlatformGnbPcie.c     | 2 +-
 src/mainboard/supermicro/h8qgi/platform_oem.c     | 2 +-
 src/mainboard/supermicro/h8scm/platform_oem.c     | 2 +-
 src/mainboard/tyan/s8226/platform_oem.c           | 2 +-
 12 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/src/mainboard/amd/dinar/agesawrapper.c b/src/mainboard/amd/dinar/agesawrapper.c
index e738cba..dc14ace 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 539ca48..da6187a 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 791540c..845a5e2 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 e3cba85..a5b075e 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 07aee7d..87074e3 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 e4308e4..afe4bb8 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 2d011d9..a4c09f7 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 f1f06a8..274d641 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 a79dfab..c36e50a 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 883cad1..90b93d0 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 883cad1..90b93d0 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 883cad1..90b93d0 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:



More information about the coreboot mailing list