aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMartin Roth <martin.roth@se-eng.com>2014-12-29 22:24:07 -0700
committerMartin Roth <gaumless@gmail.com>2015-01-04 20:28:55 +0100
commitc226bd62281ee16bd585a8e5af321c6ddfd22a19 (patch)
tree2c58b75d57b47a39ff657a389e3c518707bc36e0 /src
parent15b6325cd4127826460040dfe26c47f37ac3e8e7 (diff)
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@se-eng.com> Reviewed-on: http://review.coreboot.org/8073 Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Tested-by: build bot (Jenkins)
Diffstat (limited to 'src')
-rw-r--r--src/mainboard/amd/inagua/PlatformGnbPcie.c1
-rw-r--r--src/mainboard/amd/olivehill/PlatformGnbPcie.c1
-rw-r--r--src/mainboard/amd/olivehillplus/PlatformGnbPcie.c1
-rw-r--r--src/mainboard/amd/parmer/PlatformGnbPcie.c1
-rw-r--r--src/mainboard/amd/persimmon/PlatformGnbPcie.c1
-rw-r--r--src/mainboard/amd/south_station/PlatformGnbPcie.c1
-rw-r--r--src/mainboard/amd/thatcher/PlatformGnbPcie.c1
-rw-r--r--src/mainboard/amd/torpedo/PlatformGnbPcie.c1
-rw-r--r--src/mainboard/amd/union_station/PlatformGnbPcie.c1
-rw-r--r--src/mainboard/asrock/e350m1/PlatformGnbPcie.c1
-rw-r--r--src/mainboard/asrock/imb-a180/PlatformGnbPcie.c1
-rw-r--r--src/mainboard/asus/f2a85-m/PlatformGnbPcie.c1
-rw-r--r--src/mainboard/gizmosphere/gizmo/PlatformGnbPcie.c1
-rw-r--r--src/mainboard/gizmosphere/gizmo2/PlatformGnbPcie.c1
-rw-r--r--src/mainboard/hp/pavilion_m6_1035dx/PlatformGnbPcie.c1
-rw-r--r--src/mainboard/jetway/nf81-t56n-lf/PlatformGnbPcie.c1
-rw-r--r--src/mainboard/lenovo/g505s/PlatformGnbPcie.c1
-rw-r--r--src/mainboard/lippert/frontrunner-af/PlatformGnbPcie.c1
-rw-r--r--src/mainboard/lippert/toucan-af/PlatformGnbPcie.c1
19 files changed, 0 insertions, 19 deletions
diff --git a/src/mainboard/amd/inagua/PlatformGnbPcie.c b/src/mainboard/amd/inagua/PlatformGnbPcie.c
index c3f9d9ad07..0ca6cbd94b 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 1f5b7501f1..f677597d98 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 4e5382adf8..2ca1a8ca1e 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 7ab91cd64f..cf57ffb0e2 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 c13a383f99..f2fe96bf52 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 ca33c6b2d8..8c24408234 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 5df269148a..c642c783cd 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 893b48b070..2c5990a688 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 68ac8b630b..ca34816b2b 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 b591642001..76e5ade2c9 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 da1910e96c..c807a6ae73 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 f837925473..762fe9fd5e 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 3e868173f9..05d2844967 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 d48475cc63..66f7119c26 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 450bbd313f..42e1985afb 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 66152a63fb..c82532f248 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 450bbd313f..42e1985afb 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 ae79dc8ba9..ceb7c38906 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 16d1b4afc1..ace22e7d4b 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