[coreboot-gerrit] Patch set updated for coreboot: 7279679 AMD Mainboards - PlatformGnbPcie.c: Fix Doxygen errors

Martin Roth (gaumless@gmail.com) gerrit at coreboot.org
Sun Jan 4 20:09:14 CET 2015


Martin Roth (gaumless at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/8073

-gerrit

commit 7279679551c76d1173803c32298928e2101cc0d2
Author: Martin Roth <martin.roth at se-eng.com>
Date:   Mon Dec 29 22:24:07 2014 -0700

    AMD Mainboards - PlatformGnbPcie.c: Fix Doxygen errors
    
    Remove PeiServices param for OemInitEarly - it doesn't exist in the
    function.
    
    Change-Id: I338aeb4128126f6e541815dc09bf8d23678081c8
    Signed-off-by: Martin Roth <martin.roth at se-eng.com>
---
 src/mainboard/amd/inagua/PlatformGnbPcie.c             | 1 -
 src/mainboard/amd/olivehill/PlatformGnbPcie.c          | 1 -
 src/mainboard/amd/olivehillplus/PlatformGnbPcie.c      | 1 -
 src/mainboard/amd/parmer/PlatformGnbPcie.c             | 1 -
 src/mainboard/amd/persimmon/PlatformGnbPcie.c          | 1 -
 src/mainboard/amd/south_station/PlatformGnbPcie.c      | 1 -
 src/mainboard/amd/thatcher/PlatformGnbPcie.c           | 1 -
 src/mainboard/amd/torpedo/PlatformGnbPcie.c            | 1 -
 src/mainboard/amd/union_station/PlatformGnbPcie.c      | 1 -
 src/mainboard/asrock/e350m1/PlatformGnbPcie.c          | 1 -
 src/mainboard/asrock/imb-a180/PlatformGnbPcie.c        | 1 -
 src/mainboard/asus/f2a85-m/PlatformGnbPcie.c           | 1 -
 src/mainboard/gizmosphere/gizmo/PlatformGnbPcie.c      | 1 -
 src/mainboard/gizmosphere/gizmo2/PlatformGnbPcie.c     | 1 -
 src/mainboard/hp/pavilion_m6_1035dx/PlatformGnbPcie.c  | 1 -
 src/mainboard/jetway/nf81-t56n-lf/PlatformGnbPcie.c    | 1 -
 src/mainboard/lenovo/g505s/PlatformGnbPcie.c           | 1 -
 src/mainboard/lippert/frontrunner-af/PlatformGnbPcie.c | 1 -
 src/mainboard/lippert/toucan-af/PlatformGnbPcie.c      | 1 -
 19 files changed, 19 deletions(-)

diff --git a/src/mainboard/amd/inagua/PlatformGnbPcie.c b/src/mainboard/amd/inagua/PlatformGnbPcie.c
index c3f9d9a..0ca6cbd 100644
--- a/src/mainboard/amd/inagua/PlatformGnbPcie.c
+++ b/src/mainboard/amd/inagua/PlatformGnbPcie.c
@@ -34,7 +34,6 @@
  *	interface (call-out port) to provide a user hook opportunity
  *
  *	Parameters:
- *	@param[in]		**PeiServices
  *	@param[in]		*InitEarly
  *
  *	@retval		 VOID
diff --git a/src/mainboard/amd/olivehill/PlatformGnbPcie.c b/src/mainboard/amd/olivehill/PlatformGnbPcie.c
index 1f5b750..f677597 100644
--- a/src/mainboard/amd/olivehill/PlatformGnbPcie.c
+++ b/src/mainboard/amd/olivehill/PlatformGnbPcie.c
@@ -116,7 +116,6 @@ static const PCIe_COMPLEX_DESCRIPTOR PcieComplex = {
  *    interface (call-out port) to provide a user hook opportunity
  *
  *  Parameters:
- *    @param[in]      **PeiServices
  *    @param[in]      *InitEarly
  *
  *    @retval         VOID
diff --git a/src/mainboard/amd/olivehillplus/PlatformGnbPcie.c b/src/mainboard/amd/olivehillplus/PlatformGnbPcie.c
index 4e5382a..2ca1a8c 100644
--- a/src/mainboard/amd/olivehillplus/PlatformGnbPcie.c
+++ b/src/mainboard/amd/olivehillplus/PlatformGnbPcie.c
@@ -110,7 +110,6 @@ const PCIe_COMPLEX_DESCRIPTOR PcieComplex = {
  *    interface (call-out port) to provide a user hook opportunity
  *
  *  Parameters:
- *    @param[in]      **PeiServices
  *    @param[in]      *InitEarly
  *
  *    @retval         VOID
diff --git a/src/mainboard/amd/parmer/PlatformGnbPcie.c b/src/mainboard/amd/parmer/PlatformGnbPcie.c
index 7ab91cd..cf57ffb 100644
--- a/src/mainboard/amd/parmer/PlatformGnbPcie.c
+++ b/src/mainboard/amd/parmer/PlatformGnbPcie.c
@@ -153,7 +153,6 @@ static const PCIe_DDI_DESCRIPTOR DdiList [] = {
  *    interface (call-out port) to provide a user hook opportunity
  *
  *  Parameters:
- *    @param[in]      **PeiServices
  *    @param[in]      *InitEarly
  *
  *    @retval         VOID
diff --git a/src/mainboard/amd/persimmon/PlatformGnbPcie.c b/src/mainboard/amd/persimmon/PlatformGnbPcie.c
index c13a383..f2fe96b 100644
--- a/src/mainboard/amd/persimmon/PlatformGnbPcie.c
+++ b/src/mainboard/amd/persimmon/PlatformGnbPcie.c
@@ -33,7 +33,6 @@
  *	interface (call-out port) to provide a user hook opportunity
  *
  *	Parameters:
- *	@param[in]		**PeiServices
  *	@param[in]		*InitEarly
  *
  *	@retval		 VOID
diff --git a/src/mainboard/amd/south_station/PlatformGnbPcie.c b/src/mainboard/amd/south_station/PlatformGnbPcie.c
index ca33c6b..8c24408 100644
--- a/src/mainboard/amd/south_station/PlatformGnbPcie.c
+++ b/src/mainboard/amd/south_station/PlatformGnbPcie.c
@@ -34,7 +34,6 @@
  *    interface (call-out port) to provide a user hook opportunity
  *
  *  Parameters:
- *    @param[in]      **PeiServices
  *    @param[in]      *InitEarly
  *
  *    @retval         VOID
diff --git a/src/mainboard/amd/thatcher/PlatformGnbPcie.c b/src/mainboard/amd/thatcher/PlatformGnbPcie.c
index 5df2691..c642c78 100644
--- a/src/mainboard/amd/thatcher/PlatformGnbPcie.c
+++ b/src/mainboard/amd/thatcher/PlatformGnbPcie.c
@@ -159,7 +159,6 @@ static const PCIe_COMPLEX_DESCRIPTOR Trinity = {
  *    interface (call-out port) to provide a user hook opportunity
  *
  *  Parameters:
- *    @param[in]      **PeiServices
  *    @param[in]      *InitEarly
  *
  *    @retval         VOID
diff --git a/src/mainboard/amd/torpedo/PlatformGnbPcie.c b/src/mainboard/amd/torpedo/PlatformGnbPcie.c
index 893b48b..2c5990a 100644
--- a/src/mainboard/amd/torpedo/PlatformGnbPcie.c
+++ b/src/mainboard/amd/torpedo/PlatformGnbPcie.c
@@ -101,7 +101,6 @@ static const PCIe_COMPLEX_DESCRIPTOR Llano = {
  *    interface (call-out port) to provide a user hook opportunity
  *
  *  Parameters:
- *    @param[in]      **PeiServices
  *    @param[in]      *InitEarly
  *
  *    @retval         VOID
diff --git a/src/mainboard/amd/union_station/PlatformGnbPcie.c b/src/mainboard/amd/union_station/PlatformGnbPcie.c
index 68ac8b6..ca34816 100644
--- a/src/mainboard/amd/union_station/PlatformGnbPcie.c
+++ b/src/mainboard/amd/union_station/PlatformGnbPcie.c
@@ -38,7 +38,6 @@
  *    interface (call-out port) to provide a user hook opportunity
  *
  *  Parameters:
- *    @param[in]      **PeiServices
  *    @param[in]      *InitEarly
  *
  *    @retval         VOID
diff --git a/src/mainboard/asrock/e350m1/PlatformGnbPcie.c b/src/mainboard/asrock/e350m1/PlatformGnbPcie.c
index b591642..76e5ade 100644
--- a/src/mainboard/asrock/e350m1/PlatformGnbPcie.c
+++ b/src/mainboard/asrock/e350m1/PlatformGnbPcie.c
@@ -38,7 +38,6 @@
  *    interface (call-out port) to provide a user hook opportunity
  *
  *  Parameters:
- *    @param[in]      **PeiServices
  *    @param[in]      *InitEarly
  *
  *    @retval         VOID
diff --git a/src/mainboard/asrock/imb-a180/PlatformGnbPcie.c b/src/mainboard/asrock/imb-a180/PlatformGnbPcie.c
index da1910e..c807a6a 100644
--- a/src/mainboard/asrock/imb-a180/PlatformGnbPcie.c
+++ b/src/mainboard/asrock/imb-a180/PlatformGnbPcie.c
@@ -116,7 +116,6 @@ static const PCIe_COMPLEX_DESCRIPTOR PcieComplex = {
  *    interface (call-out port) to provide a user hook opportunity
  *
  *  Parameters:
- *    @param[in]      **PeiServices
  *    @param[in]      *InitEarly
  *
  *    @retval         VOID
diff --git a/src/mainboard/asus/f2a85-m/PlatformGnbPcie.c b/src/mainboard/asus/f2a85-m/PlatformGnbPcie.c
index f837925..762fe9f 100644
--- a/src/mainboard/asus/f2a85-m/PlatformGnbPcie.c
+++ b/src/mainboard/asus/f2a85-m/PlatformGnbPcie.c
@@ -135,7 +135,6 @@ static const PCIe_COMPLEX_DESCRIPTOR Trinity = {
  *    interface (call-out port) to provide a user hook opportunity
  *
  *  Parameters:
- *    @param[in]      **PeiServices
  *    @param[in]      *InitEarly
  *
  *    @retval         VOID
diff --git a/src/mainboard/gizmosphere/gizmo/PlatformGnbPcie.c b/src/mainboard/gizmosphere/gizmo/PlatformGnbPcie.c
index 3e86817..05d2844 100644
--- a/src/mainboard/gizmosphere/gizmo/PlatformGnbPcie.c
+++ b/src/mainboard/gizmosphere/gizmo/PlatformGnbPcie.c
@@ -37,7 +37,6 @@
  *	interface (call-out port) to provide a user hook opportunity
  *
  *	Parameters:
- *	@param[in]		**PeiServices
  *	@param[in]		*InitEarly
  *
  *	@retval		 VOID
diff --git a/src/mainboard/gizmosphere/gizmo2/PlatformGnbPcie.c b/src/mainboard/gizmosphere/gizmo2/PlatformGnbPcie.c
index d48475c..66f7119 100644
--- a/src/mainboard/gizmosphere/gizmo2/PlatformGnbPcie.c
+++ b/src/mainboard/gizmosphere/gizmo2/PlatformGnbPcie.c
@@ -110,7 +110,6 @@ static const PCIe_COMPLEX_DESCRIPTOR PcieComplex = {
  *    interface (call-out port) to provide a user hook opportunity
  *
  *  Parameters:
- *    @param[in]      **PeiServices
  *    @param[in]      *InitEarly
  *
  *    @retval         VOID
diff --git a/src/mainboard/hp/pavilion_m6_1035dx/PlatformGnbPcie.c b/src/mainboard/hp/pavilion_m6_1035dx/PlatformGnbPcie.c
index 450bbd3..42e1985 100644
--- a/src/mainboard/hp/pavilion_m6_1035dx/PlatformGnbPcie.c
+++ b/src/mainboard/hp/pavilion_m6_1035dx/PlatformGnbPcie.c
@@ -152,7 +152,6 @@ static const PCIe_DDI_DESCRIPTOR DdiList [] = {
  *    interface (call-out port) to provide a user hook opportunity
  *
  *  Parameters:
- *    @param[in]      **PeiServices
  *    @param[in]      *InitEarly
  *
  *    @retval         VOID
diff --git a/src/mainboard/jetway/nf81-t56n-lf/PlatformGnbPcie.c b/src/mainboard/jetway/nf81-t56n-lf/PlatformGnbPcie.c
index 66152a6..c82532f 100644
--- a/src/mainboard/jetway/nf81-t56n-lf/PlatformGnbPcie.c
+++ b/src/mainboard/jetway/nf81-t56n-lf/PlatformGnbPcie.c
@@ -34,7 +34,6 @@
  *	interface (call-out port) to provide a user hook opportunity
  *
  *	Parameters:
- *	@param[in]		**PeiServices
  *	@param[in]		*InitEarly
  *
  **/
diff --git a/src/mainboard/lenovo/g505s/PlatformGnbPcie.c b/src/mainboard/lenovo/g505s/PlatformGnbPcie.c
index 450bbd3..42e1985 100644
--- a/src/mainboard/lenovo/g505s/PlatformGnbPcie.c
+++ b/src/mainboard/lenovo/g505s/PlatformGnbPcie.c
@@ -152,7 +152,6 @@ static const PCIe_DDI_DESCRIPTOR DdiList [] = {
  *    interface (call-out port) to provide a user hook opportunity
  *
  *  Parameters:
- *    @param[in]      **PeiServices
  *    @param[in]      *InitEarly
  *
  *    @retval         VOID
diff --git a/src/mainboard/lippert/frontrunner-af/PlatformGnbPcie.c b/src/mainboard/lippert/frontrunner-af/PlatformGnbPcie.c
index ae79dc8..ceb7c38 100644
--- a/src/mainboard/lippert/frontrunner-af/PlatformGnbPcie.c
+++ b/src/mainboard/lippert/frontrunner-af/PlatformGnbPcie.c
@@ -38,7 +38,6 @@
  *	interface (call-out port) to provide a user hook opportunity
  *
  *	Parameters:
- *	@param[in]		**PeiServices
  *	@param[in]		*InitEarly
  *
  *	@retval		 VOID
diff --git a/src/mainboard/lippert/toucan-af/PlatformGnbPcie.c b/src/mainboard/lippert/toucan-af/PlatformGnbPcie.c
index 16d1b4a..ace22e7 100644
--- a/src/mainboard/lippert/toucan-af/PlatformGnbPcie.c
+++ b/src/mainboard/lippert/toucan-af/PlatformGnbPcie.c
@@ -38,7 +38,6 @@
  *	interface (call-out port) to provide a user hook opportunity
  *
  *	Parameters:
- *	@param[in]		**PeiServices
  *	@param[in]		*InitEarly
  *
  *	@retval		 VOID



More information about the coreboot-gerrit mailing list