From c226bd62281ee16bd585a8e5af321c6ddfd22a19 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Mon, 29 Dec 2014 22:24:07 -0700 Subject: 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 Reviewed-on: http://review.coreboot.org/8073 Reviewed-by: Edward O'Callaghan Reviewed-by: Paul Menzel Tested-by: build bot (Jenkins) --- 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 - 9 files changed, 9 deletions(-) (limited to 'src/mainboard/amd') 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 -- cgit v1.2.3