Martin Roth (gaumless@gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/8069
-gerrit
commit b323656183a9d62dea489a93fe9d42b6c92048a4 Author: Martin Roth martin.roth@se-eng.com Date: Mon Dec 29 14:38:31 2014 -0700
Remove AMD's "Release Content" doxygen from coreboot files
These comments are left over and are not relavent in the coreboot code, but created a new section titled "Release Content" in the doxygen documentation produced by the coreboot code. In an effort to clean up the output, I'm removing these doxygen comments.
Change-Id: I4d7be3313a2ab6c140b4f3afe70dffc4abba7bca Signed-off-by: Martin Roth martin.roth@se-eng.com --- src/mainboard/amd/dinar/OptionsIds.h | 4 ---- src/mainboard/amd/dinar/buildOpts.c | 4 ---- src/mainboard/amd/inagua/OptionsIds.h | 4 ---- src/mainboard/amd/inagua/buildOpts.c | 4 ---- src/mainboard/amd/olivehill/OptionsIds.h | 4 ---- src/mainboard/amd/olivehill/buildOpts.c | 4 ---- src/mainboard/amd/parmer/OptionsIds.h | 4 ---- src/mainboard/amd/parmer/buildOpts.c | 4 ---- src/mainboard/amd/persimmon/OptionsIds.h | 4 ---- src/mainboard/amd/persimmon/buildOpts.c | 4 ---- src/mainboard/amd/south_station/OptionsIds.h | 6 +----- src/mainboard/amd/south_station/buildOpts.c | 4 ---- src/mainboard/amd/thatcher/OptionsIds.h | 4 ---- src/mainboard/amd/thatcher/buildOpts.c | 4 ---- src/mainboard/amd/torpedo/OptionsIds.h | 4 ---- src/mainboard/amd/torpedo/buildOpts.c | 4 ---- src/mainboard/amd/union_station/OptionsIds.h | 4 ---- src/mainboard/amd/union_station/buildOpts.c | 4 ---- src/mainboard/asrock/e350m1/OptionsIds.h | 4 ---- src/mainboard/asrock/e350m1/buildOpts.c | 4 ---- src/mainboard/asrock/imb-a180/OptionsIds.h | 4 ---- src/mainboard/asrock/imb-a180/buildOpts.c | 4 ---- src/mainboard/asus/f2a85-m/OptionsIds.h | 6 +----- src/mainboard/asus/f2a85-m/buildOpts.c | 4 ---- src/mainboard/asus/f2a85-m_le/buildOpts.c | 4 ---- src/mainboard/gizmosphere/gizmo/OptionsIds.h | 4 ---- src/mainboard/gizmosphere/gizmo/buildOpts.c | 4 ---- src/mainboard/gizmosphere/gizmo2/OptionsIds.h | 4 ---- src/mainboard/gizmosphere/gizmo2/buildOpts.c | 4 ---- src/mainboard/hp/pavilion_m6_1035dx/OptionsIds.h | 4 ---- src/mainboard/hp/pavilion_m6_1035dx/buildOpts.c | 4 ---- src/mainboard/jetway/nf81-t56n-lf/OptionsIds.h | 4 ---- src/mainboard/jetway/nf81-t56n-lf/buildOpts.c | 4 ---- src/mainboard/lenovo/g505s/OptionsIds.h | 4 ---- src/mainboard/lenovo/g505s/buildOpts.c | 4 ---- src/mainboard/lippert/frontrunner-af/OptionsIds.h | 4 ---- src/mainboard/lippert/frontrunner-af/buildOpts.c | 4 ---- src/mainboard/lippert/toucan-af/OptionsIds.h | 4 ---- src/mainboard/lippert/toucan-af/buildOpts.c | 4 ---- src/mainboard/supermicro/h8qgi/OptionsIds.h | 4 ---- src/mainboard/supermicro/h8scm/OptionsIds.h | 4 ---- src/mainboard/tyan/s8226/OptionsIds.h | 4 ---- src/southbridge/amd/cimx/sb800/Amd.h | 4 ---- src/southbridge/amd/cimx/sb900/Amd.h | 4 ---- 44 files changed, 2 insertions(+), 178 deletions(-)
diff --git a/src/mainboard/amd/dinar/OptionsIds.h b/src/mainboard/amd/dinar/OptionsIds.h index a756942..6a57df3 100644 --- a/src/mainboard/amd/dinar/OptionsIds.h +++ b/src/mainboard/amd/dinar/OptionsIds.h @@ -24,10 +24,6 @@ * * This file is used to switch on/off IDS features. * - * @xrefitem bom "File Content Label" "Release Content" - * @e project: AGESA - * @e sub-project: Core - * @e $Revision: 12067 $ @e $Date: 2009-04-11 04:34:13 +0800 (Sat, 11 Apr 2009) $ */ #ifndef _OPTION_IDS_H_ #define _OPTION_IDS_H_ diff --git a/src/mainboard/amd/dinar/buildOpts.c b/src/mainboard/amd/dinar/buildOpts.c index 88e3c6f..fe74094 100644 --- a/src/mainboard/amd/dinar/buildOpts.c +++ b/src/mainboard/amd/dinar/buildOpts.c @@ -27,10 +27,6 @@ * * For Information about this file, see @ref platforminstall. * - * @xrefitem bom "File Content Label" "Release Content" - * @e project: AGESA - * @e sub-project: Core - * @e $Revision: 6049 $ @e $Date: 2008-05-14 01:58:02 -0500 (Wed, 14 May 2008) $ */ #include <stdlib.h> #include "AGESA.h" diff --git a/src/mainboard/amd/inagua/OptionsIds.h b/src/mainboard/amd/inagua/OptionsIds.h index cf0a4be..23494d4 100644 --- a/src/mainboard/amd/inagua/OptionsIds.h +++ b/src/mainboard/amd/inagua/OptionsIds.h @@ -24,10 +24,6 @@ * * This file is used to switch on/off IDS features. * - * @xrefitem bom "File Content Label" "Release Content" - * @e project: AGESA - * @e sub-project: Core - * @e $Revision: 12067 $ @e $Date: 2009-04-11 04:34:13 +0800 (Sat, 11 Apr 2009) $ */ #ifndef _OPTION_IDS_H_ #define _OPTION_IDS_H_ diff --git a/src/mainboard/amd/inagua/buildOpts.c b/src/mainboard/amd/inagua/buildOpts.c index 5779ccd..2c37c01 100644 --- a/src/mainboard/amd/inagua/buildOpts.c +++ b/src/mainboard/amd/inagua/buildOpts.c @@ -27,10 +27,6 @@ * * For Information about this file, see @ref platforminstall. * - * @xrefitem bom "File Content Label" "Release Content" - * @e project: AGESA - * @e sub-project: Core - * @e $Revision: 23714 $ @e $Date: 2009-12-09 17:28:37 -0600 (Wed, 09 Dec 2009) $ */
#include <stdlib.h> diff --git a/src/mainboard/amd/olivehill/OptionsIds.h b/src/mainboard/amd/olivehill/OptionsIds.h index e006441..7ae12d6 100644 --- a/src/mainboard/amd/olivehill/OptionsIds.h +++ b/src/mainboard/amd/olivehill/OptionsIds.h @@ -24,10 +24,6 @@ * * This file is used to switch on/off IDS features. * - * @xrefitem bom "File Content Label" "Release Content" - * @e project: AGESA - * @e sub-project: Core - * @e $Revision: 12067 $ @e $Date: 2009-04-11 04:34:13 +0800 (Sat, 11 Apr 2009) $ */ #ifndef _OPTION_IDS_H_ #define _OPTION_IDS_H_ diff --git a/src/mainboard/amd/olivehill/buildOpts.c b/src/mainboard/amd/olivehill/buildOpts.c index f739a13..a178693 100644 --- a/src/mainboard/amd/olivehill/buildOpts.c +++ b/src/mainboard/amd/olivehill/buildOpts.c @@ -27,10 +27,6 @@ * * For Information about this file, see @ref platforminstall. * - * @xrefitem bom "File Content Label" "Release Content" - * @e project: AGESA - * @e sub-project: Core - * @e $Revision: 23714 $ @e $Date: 2009-12-09 17:28:37 -0600 (Wed, 09 Dec 2009) $ */
#include <stdlib.h> diff --git a/src/mainboard/amd/parmer/OptionsIds.h b/src/mainboard/amd/parmer/OptionsIds.h index e006441..7ae12d6 100644 --- a/src/mainboard/amd/parmer/OptionsIds.h +++ b/src/mainboard/amd/parmer/OptionsIds.h @@ -24,10 +24,6 @@ * * This file is used to switch on/off IDS features. * - * @xrefitem bom "File Content Label" "Release Content" - * @e project: AGESA - * @e sub-project: Core - * @e $Revision: 12067 $ @e $Date: 2009-04-11 04:34:13 +0800 (Sat, 11 Apr 2009) $ */ #ifndef _OPTION_IDS_H_ #define _OPTION_IDS_H_ diff --git a/src/mainboard/amd/parmer/buildOpts.c b/src/mainboard/amd/parmer/buildOpts.c index 7aa95c0..57963a5 100644 --- a/src/mainboard/amd/parmer/buildOpts.c +++ b/src/mainboard/amd/parmer/buildOpts.c @@ -27,10 +27,6 @@ * * For Information about this file, see @ref platforminstall. * - * @xrefitem bom "File Content Label" "Release Content" - * @e project: AGESA - * @e sub-project: Core - * @e $Revision: 23714 $ @e $Date: 2009-12-09 17:28:37 -0600 (Wed, 09 Dec 2009) $ */
#include <stdlib.h> diff --git a/src/mainboard/amd/persimmon/OptionsIds.h b/src/mainboard/amd/persimmon/OptionsIds.h index cf0a4be..23494d4 100644 --- a/src/mainboard/amd/persimmon/OptionsIds.h +++ b/src/mainboard/amd/persimmon/OptionsIds.h @@ -24,10 +24,6 @@ * * This file is used to switch on/off IDS features. * - * @xrefitem bom "File Content Label" "Release Content" - * @e project: AGESA - * @e sub-project: Core - * @e $Revision: 12067 $ @e $Date: 2009-04-11 04:34:13 +0800 (Sat, 11 Apr 2009) $ */ #ifndef _OPTION_IDS_H_ #define _OPTION_IDS_H_ diff --git a/src/mainboard/amd/persimmon/buildOpts.c b/src/mainboard/amd/persimmon/buildOpts.c index 2f93930..9cf2a19 100644 --- a/src/mainboard/amd/persimmon/buildOpts.c +++ b/src/mainboard/amd/persimmon/buildOpts.c @@ -27,10 +27,6 @@ * * For Information about this file, see @ref platforminstall. * - * @xrefitem bom "File Content Label" "Release Content" - * @e project: AGESA - * @e sub-project: Core - * @e $Revision: 23714 $ @e $Date: 2009-12-09 17:28:37 -0600 (Wed, 09 Dec 2009) $ */
#include <stdlib.h> diff --git a/src/mainboard/amd/south_station/OptionsIds.h b/src/mainboard/amd/south_station/OptionsIds.h index cf0a4be..3ee364c 100644 --- a/src/mainboard/amd/south_station/OptionsIds.h +++ b/src/mainboard/amd/south_station/OptionsIds.h @@ -24,11 +24,7 @@ * * This file is used to switch on/off IDS features. * - * @xrefitem bom "File Content Label" "Release Content" - * @e project: AGESA - * @e sub-project: Core - * @e $Revision: 12067 $ @e $Date: 2009-04-11 04:34:13 +0800 (Sat, 11 Apr 2009) $ - */ + */ #ifndef _OPTION_IDS_H_ #define _OPTION_IDS_H_
diff --git a/src/mainboard/amd/south_station/buildOpts.c b/src/mainboard/amd/south_station/buildOpts.c index 9c7c219..3f3f566 100644 --- a/src/mainboard/amd/south_station/buildOpts.c +++ b/src/mainboard/amd/south_station/buildOpts.c @@ -27,10 +27,6 @@ * * For Information about this file, see @ref platforminstall. * - * @xrefitem bom "File Content Label" "Release Content" - * @e project: AGESA - * @e sub-project: Core - * @e $Revision: 23714 $ @e $Date: 2009-12-09 17:28:37 -0600 (Wed, 09 Dec 2009) $ */
#include <stdlib.h> diff --git a/src/mainboard/amd/thatcher/OptionsIds.h b/src/mainboard/amd/thatcher/OptionsIds.h index e006441..7ae12d6 100644 --- a/src/mainboard/amd/thatcher/OptionsIds.h +++ b/src/mainboard/amd/thatcher/OptionsIds.h @@ -24,10 +24,6 @@ * * This file is used to switch on/off IDS features. * - * @xrefitem bom "File Content Label" "Release Content" - * @e project: AGESA - * @e sub-project: Core - * @e $Revision: 12067 $ @e $Date: 2009-04-11 04:34:13 +0800 (Sat, 11 Apr 2009) $ */ #ifndef _OPTION_IDS_H_ #define _OPTION_IDS_H_ diff --git a/src/mainboard/amd/thatcher/buildOpts.c b/src/mainboard/amd/thatcher/buildOpts.c index 7ead4c6..c329de3 100644 --- a/src/mainboard/amd/thatcher/buildOpts.c +++ b/src/mainboard/amd/thatcher/buildOpts.c @@ -27,10 +27,6 @@ * * For Information about this file, see @ref platforminstall. * - * @xrefitem bom "File Content Label" "Release Content" - * @e project: AGESA - * @e sub-project: Core - * @e $Revision: 23714 $ @e $Date: 2009-12-09 17:28:37 -0600 (Wed, 09 Dec 2009) $ */
#include <stdlib.h> diff --git a/src/mainboard/amd/torpedo/OptionsIds.h b/src/mainboard/amd/torpedo/OptionsIds.h index 4e86877..08a8cad 100644 --- a/src/mainboard/amd/torpedo/OptionsIds.h +++ b/src/mainboard/amd/torpedo/OptionsIds.h @@ -24,10 +24,6 @@ * * This file is used to switch on/off IDS features. * - * @xrefitem bom "File Content Label" "Release Content" - * @e project: AGESA - * @e sub-project: Core - * @e $Revision: 12067 $ @e $Date: 2009-04-11 04:34:13 +0800 (Sat, 11 Apr 2009) $ */ #ifndef _OPTION_IDS_H_ #define _OPTION_IDS_H_ diff --git a/src/mainboard/amd/torpedo/buildOpts.c b/src/mainboard/amd/torpedo/buildOpts.c index 31d1fef..2eb20ea 100644 --- a/src/mainboard/amd/torpedo/buildOpts.c +++ b/src/mainboard/amd/torpedo/buildOpts.c @@ -27,10 +27,6 @@ * * For Information about this file, see @ref platforminstall. * - * @xrefitem bom "File Content Label" "Release Content" - * @e project: AGESA - * @e sub-project: Core - * @e $Revision: 6049 $ @e $Date: 2008-05-14 01:58:02 -0500 (Wed, 14 May 2008) $ */
#include <stdlib.h> diff --git a/src/mainboard/amd/union_station/OptionsIds.h b/src/mainboard/amd/union_station/OptionsIds.h index cf0a4be..23494d4 100644 --- a/src/mainboard/amd/union_station/OptionsIds.h +++ b/src/mainboard/amd/union_station/OptionsIds.h @@ -24,10 +24,6 @@ * * This file is used to switch on/off IDS features. * - * @xrefitem bom "File Content Label" "Release Content" - * @e project: AGESA - * @e sub-project: Core - * @e $Revision: 12067 $ @e $Date: 2009-04-11 04:34:13 +0800 (Sat, 11 Apr 2009) $ */ #ifndef _OPTION_IDS_H_ #define _OPTION_IDS_H_ diff --git a/src/mainboard/amd/union_station/buildOpts.c b/src/mainboard/amd/union_station/buildOpts.c index 9c7c219..3f3f566 100644 --- a/src/mainboard/amd/union_station/buildOpts.c +++ b/src/mainboard/amd/union_station/buildOpts.c @@ -27,10 +27,6 @@ * * For Information about this file, see @ref platforminstall. * - * @xrefitem bom "File Content Label" "Release Content" - * @e project: AGESA - * @e sub-project: Core - * @e $Revision: 23714 $ @e $Date: 2009-12-09 17:28:37 -0600 (Wed, 09 Dec 2009) $ */
#include <stdlib.h> diff --git a/src/mainboard/asrock/e350m1/OptionsIds.h b/src/mainboard/asrock/e350m1/OptionsIds.h index 600753c..833fe1e 100644 --- a/src/mainboard/asrock/e350m1/OptionsIds.h +++ b/src/mainboard/asrock/e350m1/OptionsIds.h @@ -24,10 +24,6 @@ * * This file is used to switch on/off IDS features. * - * @xrefitem bom "File Content Label" "Release Content" - * @e project: AGESA - * @e sub-project: Core - * @e $Revision: 12067 $ @e $Date: 2009-04-11 04:34:13 +0800 (Sat, 11 Apr 2009) $ */ #ifndef _OPTION_IDS_H_ #define _OPTION_IDS_H_ diff --git a/src/mainboard/asrock/e350m1/buildOpts.c b/src/mainboard/asrock/e350m1/buildOpts.c index bc106b7..b7b1ddb 100644 --- a/src/mainboard/asrock/e350m1/buildOpts.c +++ b/src/mainboard/asrock/e350m1/buildOpts.c @@ -27,10 +27,6 @@ * * For Information about this file, see @ref platforminstall. * - * @xrefitem bom "File Content Label" "Release Content" - * @e project: AGESA - * @e sub-project: Core - * @e $Revision: 23714 $ @e $Date: 2009-12-09 17:28:37 -0600 (Wed, 09 Dec 2009) $ */
#include <stdlib.h> diff --git a/src/mainboard/asrock/imb-a180/OptionsIds.h b/src/mainboard/asrock/imb-a180/OptionsIds.h index 0a1d328..a4ce396 100644 --- a/src/mainboard/asrock/imb-a180/OptionsIds.h +++ b/src/mainboard/asrock/imb-a180/OptionsIds.h @@ -24,10 +24,6 @@ * * This file is used to switch on/off IDS features. * - * @xrefitem bom "File Content Label" "Release Content" - * @e project: AGESA - * @e sub-project: Core - * @e $Revision: 12067 $ @e $Date: 2009-04-11 04:34:13 +0800 (Sat, 11 Apr 2009) $ */ #ifndef _OPTION_IDS_H_ #define _OPTION_IDS_H_ diff --git a/src/mainboard/asrock/imb-a180/buildOpts.c b/src/mainboard/asrock/imb-a180/buildOpts.c index 06199e0..71785ab 100644 --- a/src/mainboard/asrock/imb-a180/buildOpts.c +++ b/src/mainboard/asrock/imb-a180/buildOpts.c @@ -27,10 +27,6 @@ * * For Information about this file, see @ref platforminstall. * - * @xrefitem bom "File Content Label" "Release Content" - * @e project: AGESA - * @e sub-project: Core - * @e $Revision: 23714 $ @e $Date: 2009-12-09 17:28:37 -0600 (Wed, 09 Dec 2009) $ */
#include <stdlib.h> diff --git a/src/mainboard/asus/f2a85-m/OptionsIds.h b/src/mainboard/asus/f2a85-m/OptionsIds.h index bf7eedc..4375036 100644 --- a/src/mainboard/asus/f2a85-m/OptionsIds.h +++ b/src/mainboard/asus/f2a85-m/OptionsIds.h @@ -24,11 +24,7 @@ * * This file is used to switch on/off IDS features. * - * @xrefitem bom "File Content Label" "Release Content" - * @e project: AGESA - * @e sub-project: Core - * @e $Revision: 12067 $ @e $Date: 2009-04-11 04:34:13 +0800 (Sat, 11 Apr 2009) $ - */ + */ #ifndef _OPTION_IDS_H_ #define _OPTION_IDS_H_
diff --git a/src/mainboard/asus/f2a85-m/buildOpts.c b/src/mainboard/asus/f2a85-m/buildOpts.c index cd1c812..c587af3 100644 --- a/src/mainboard/asus/f2a85-m/buildOpts.c +++ b/src/mainboard/asus/f2a85-m/buildOpts.c @@ -27,10 +27,6 @@ * * For Information about this file, see @ref platforminstall. * - * @xrefitem bom "File Content Label" "Release Content" - * @e project: AGESA - * @e sub-project: Core - * @e $Revision: 23714 $ @e $Date: 2009-12-09 17:28:37 -0600 (Wed, 09 Dec 2009) $ */
#include <stdlib.h> diff --git a/src/mainboard/asus/f2a85-m_le/buildOpts.c b/src/mainboard/asus/f2a85-m_le/buildOpts.c index 4e43ead..96c43a7 100644 --- a/src/mainboard/asus/f2a85-m_le/buildOpts.c +++ b/src/mainboard/asus/f2a85-m_le/buildOpts.c @@ -27,10 +27,6 @@ * * For Information about this file, see @ref platforminstall. * - * @xrefitem bom "File Content Label" "Release Content" - * @e project: AGESA - * @e sub-project: Core - * @e $Revision: 23714 $ @e $Date: 2009-12-09 17:28:37 -0600 (Wed, 09 Dec 2009) $ */
#include <stdlib.h> diff --git a/src/mainboard/gizmosphere/gizmo/OptionsIds.h b/src/mainboard/gizmosphere/gizmo/OptionsIds.h index 3655b5e..25bc40d 100644 --- a/src/mainboard/gizmosphere/gizmo/OptionsIds.h +++ b/src/mainboard/gizmosphere/gizmo/OptionsIds.h @@ -25,10 +25,6 @@ * * This file is used to switch on/off IDS features. * - * @xrefitem bom "File Content Label" "Release Content" - * @e project: AGESA - * @e sub-project: Core - * @e $Revision: 12067 $ @e $Date: 2009-04-11 04:34:13 +0800 (Sat, 11 Apr 2009) $ */ #ifndef _OPTION_IDS_H_ #define _OPTION_IDS_H_ diff --git a/src/mainboard/gizmosphere/gizmo/buildOpts.c b/src/mainboard/gizmosphere/gizmo/buildOpts.c index 613b3bc..5d1cebd 100644 --- a/src/mainboard/gizmosphere/gizmo/buildOpts.c +++ b/src/mainboard/gizmosphere/gizmo/buildOpts.c @@ -28,10 +28,6 @@ * * For Information about this file, see @ref platforminstall. * - * @xrefitem bom "File Content Label" "Release Content" - * @e project: AGESA - * @e sub-project: Core - * @e $Revision: 23714 $ @e $Date: 2009-12-09 17:28:37 -0600 (Wed, 09 Dec 2009) $ */
#include <stdlib.h> diff --git a/src/mainboard/gizmosphere/gizmo2/OptionsIds.h b/src/mainboard/gizmosphere/gizmo2/OptionsIds.h index e006441..7ae12d6 100644 --- a/src/mainboard/gizmosphere/gizmo2/OptionsIds.h +++ b/src/mainboard/gizmosphere/gizmo2/OptionsIds.h @@ -24,10 +24,6 @@ * * This file is used to switch on/off IDS features. * - * @xrefitem bom "File Content Label" "Release Content" - * @e project: AGESA - * @e sub-project: Core - * @e $Revision: 12067 $ @e $Date: 2009-04-11 04:34:13 +0800 (Sat, 11 Apr 2009) $ */ #ifndef _OPTION_IDS_H_ #define _OPTION_IDS_H_ diff --git a/src/mainboard/gizmosphere/gizmo2/buildOpts.c b/src/mainboard/gizmosphere/gizmo2/buildOpts.c index 51d9dd0..826046d 100644 --- a/src/mainboard/gizmosphere/gizmo2/buildOpts.c +++ b/src/mainboard/gizmosphere/gizmo2/buildOpts.c @@ -27,10 +27,6 @@ * * For Information about this file, see @ref platforminstall. * - * @xrefitem bom "File Content Label" "Release Content" - * @e project: AGESA - * @e sub-project: Core - * @e $Revision: 23714 $ @e $Date: 2009-12-09 17:28:37 -0600 (Wed, 09 Dec 2009) $ */
#include <stdlib.h> diff --git a/src/mainboard/hp/pavilion_m6_1035dx/OptionsIds.h b/src/mainboard/hp/pavilion_m6_1035dx/OptionsIds.h index e006441..7ae12d6 100644 --- a/src/mainboard/hp/pavilion_m6_1035dx/OptionsIds.h +++ b/src/mainboard/hp/pavilion_m6_1035dx/OptionsIds.h @@ -24,10 +24,6 @@ * * This file is used to switch on/off IDS features. * - * @xrefitem bom "File Content Label" "Release Content" - * @e project: AGESA - * @e sub-project: Core - * @e $Revision: 12067 $ @e $Date: 2009-04-11 04:34:13 +0800 (Sat, 11 Apr 2009) $ */ #ifndef _OPTION_IDS_H_ #define _OPTION_IDS_H_ diff --git a/src/mainboard/hp/pavilion_m6_1035dx/buildOpts.c b/src/mainboard/hp/pavilion_m6_1035dx/buildOpts.c index bfda9da..aeb1530 100644 --- a/src/mainboard/hp/pavilion_m6_1035dx/buildOpts.c +++ b/src/mainboard/hp/pavilion_m6_1035dx/buildOpts.c @@ -27,10 +27,6 @@ * * For Information about this file, see @ref platforminstall. * - * @xrefitem bom "File Content Label" "Release Content" - * @e project: AGESA - * @e sub-project: Core - * @e $Revision: 23714 $ @e $Date: 2009-12-09 17:28:37 -0600 (Wed, 09 Dec 2009) $ */
#include "mainboard.h" diff --git a/src/mainboard/jetway/nf81-t56n-lf/OptionsIds.h b/src/mainboard/jetway/nf81-t56n-lf/OptionsIds.h index cf0a4be..23494d4 100644 --- a/src/mainboard/jetway/nf81-t56n-lf/OptionsIds.h +++ b/src/mainboard/jetway/nf81-t56n-lf/OptionsIds.h @@ -24,10 +24,6 @@ * * This file is used to switch on/off IDS features. * - * @xrefitem bom "File Content Label" "Release Content" - * @e project: AGESA - * @e sub-project: Core - * @e $Revision: 12067 $ @e $Date: 2009-04-11 04:34:13 +0800 (Sat, 11 Apr 2009) $ */ #ifndef _OPTION_IDS_H_ #define _OPTION_IDS_H_ diff --git a/src/mainboard/jetway/nf81-t56n-lf/buildOpts.c b/src/mainboard/jetway/nf81-t56n-lf/buildOpts.c index 8d8bbec..5e3557e 100644 --- a/src/mainboard/jetway/nf81-t56n-lf/buildOpts.c +++ b/src/mainboard/jetway/nf81-t56n-lf/buildOpts.c @@ -27,10 +27,6 @@ * * For Information about this file, see @ref platforminstall. * - * @xrefitem bom "File Content Label" "Release Content" - * @e project: AGESA - * @e sub-project: Core - * @e $Revision: 23714 $ @e $Date: 2009-12-09 17:28:37 -0600 (Wed, 09 Dec 2009) $ */
#include <stdlib.h> diff --git a/src/mainboard/lenovo/g505s/OptionsIds.h b/src/mainboard/lenovo/g505s/OptionsIds.h index 0269c09..5089f75 100644 --- a/src/mainboard/lenovo/g505s/OptionsIds.h +++ b/src/mainboard/lenovo/g505s/OptionsIds.h @@ -24,10 +24,6 @@ * * This file is used to switch on/off IDS features. * - * @xrefitem bom "File Content Label" "Release Content" - * @e project: AGESA - * @e sub-project: Core - * @e $Revision: 12067 $ @e $Date: 2009-04-11 04:34:13 +0800 (Sat, 11 Apr 2009) $ */ #ifndef _OPTION_IDS_H_ #define _OPTION_IDS_H_ diff --git a/src/mainboard/lenovo/g505s/buildOpts.c b/src/mainboard/lenovo/g505s/buildOpts.c index 9ed4c74..4c5d149 100644 --- a/src/mainboard/lenovo/g505s/buildOpts.c +++ b/src/mainboard/lenovo/g505s/buildOpts.c @@ -27,10 +27,6 @@ * * For Information about this file, see @ref platforminstall. * - * @xrefitem bom "File Content Label" "Release Content" - * @e project: AGESA - * @e sub-project: Core - * @e $Revision: 23714 $ @e $Date: 2009-12-09 17:28:37 -0600 (Wed, 09 Dec 2009) $ */
#include "mainboard.h" diff --git a/src/mainboard/lippert/frontrunner-af/OptionsIds.h b/src/mainboard/lippert/frontrunner-af/OptionsIds.h index cf0a4be..23494d4 100644 --- a/src/mainboard/lippert/frontrunner-af/OptionsIds.h +++ b/src/mainboard/lippert/frontrunner-af/OptionsIds.h @@ -24,10 +24,6 @@ * * This file is used to switch on/off IDS features. * - * @xrefitem bom "File Content Label" "Release Content" - * @e project: AGESA - * @e sub-project: Core - * @e $Revision: 12067 $ @e $Date: 2009-04-11 04:34:13 +0800 (Sat, 11 Apr 2009) $ */ #ifndef _OPTION_IDS_H_ #define _OPTION_IDS_H_ diff --git a/src/mainboard/lippert/frontrunner-af/buildOpts.c b/src/mainboard/lippert/frontrunner-af/buildOpts.c index a6e4472..5dd5e86 100644 --- a/src/mainboard/lippert/frontrunner-af/buildOpts.c +++ b/src/mainboard/lippert/frontrunner-af/buildOpts.c @@ -27,10 +27,6 @@ * * For Information about this file, see @ref platforminstall. * - * @xrefitem bom "File Content Label" "Release Content" - * @e project: AGESA - * @e sub-project: Core - * @e $Revision: 23714 $ @e $Date: 2009-12-09 17:28:37 -0600 (Wed, 09 Dec 2009) $ */
#include <stdlib.h> diff --git a/src/mainboard/lippert/toucan-af/OptionsIds.h b/src/mainboard/lippert/toucan-af/OptionsIds.h index cf0a4be..23494d4 100644 --- a/src/mainboard/lippert/toucan-af/OptionsIds.h +++ b/src/mainboard/lippert/toucan-af/OptionsIds.h @@ -24,10 +24,6 @@ * * This file is used to switch on/off IDS features. * - * @xrefitem bom "File Content Label" "Release Content" - * @e project: AGESA - * @e sub-project: Core - * @e $Revision: 12067 $ @e $Date: 2009-04-11 04:34:13 +0800 (Sat, 11 Apr 2009) $ */ #ifndef _OPTION_IDS_H_ #define _OPTION_IDS_H_ diff --git a/src/mainboard/lippert/toucan-af/buildOpts.c b/src/mainboard/lippert/toucan-af/buildOpts.c index a6e4472..5dd5e86 100644 --- a/src/mainboard/lippert/toucan-af/buildOpts.c +++ b/src/mainboard/lippert/toucan-af/buildOpts.c @@ -27,10 +27,6 @@ * * For Information about this file, see @ref platforminstall. * - * @xrefitem bom "File Content Label" "Release Content" - * @e project: AGESA - * @e sub-project: Core - * @e $Revision: 23714 $ @e $Date: 2009-12-09 17:28:37 -0600 (Wed, 09 Dec 2009) $ */
#include <stdlib.h> diff --git a/src/mainboard/supermicro/h8qgi/OptionsIds.h b/src/mainboard/supermicro/h8qgi/OptionsIds.h index cdf1701..4a6f5c6 100644 --- a/src/mainboard/supermicro/h8qgi/OptionsIds.h +++ b/src/mainboard/supermicro/h8qgi/OptionsIds.h @@ -24,10 +24,6 @@ * * This file is used to switch on/off IDS features. * - * @xrefitem bom "File Content Label" "Release Content" - * @e project: AGESA - * @e sub-project: Core - * @e $Revision: 12067 $ @e $Date: 2009-04-11 04:34:13 +0800 (Sat, 11 Apr 2009) $ */ #ifndef _OPTION_IDS_H_ #define _OPTION_IDS_H_ diff --git a/src/mainboard/supermicro/h8scm/OptionsIds.h b/src/mainboard/supermicro/h8scm/OptionsIds.h index bf719bf..effe6b3 100644 --- a/src/mainboard/supermicro/h8scm/OptionsIds.h +++ b/src/mainboard/supermicro/h8scm/OptionsIds.h @@ -24,10 +24,6 @@ * * This file is used to switch on/off IDS features. * - * @xrefitem bom "File Content Label" "Release Content" - * @e project: AGESA - * @e sub-project: Core - * @e $Revision: 12067 $ @e $Date: 2009-04-11 04:34:13 +0800 (Sat, 11 Apr 2009) $ */ #ifndef _OPTION_IDS_H_ #define _OPTION_IDS_H_ diff --git a/src/mainboard/tyan/s8226/OptionsIds.h b/src/mainboard/tyan/s8226/OptionsIds.h index ceb336f..427f77c 100644 --- a/src/mainboard/tyan/s8226/OptionsIds.h +++ b/src/mainboard/tyan/s8226/OptionsIds.h @@ -24,10 +24,6 @@ * * This file is used to switch on/off IDS features. * - * @xrefitem bom "File Content Label" "Release Content" - * @e project: AGESA - * @e sub-project: Core - * @e $Revision: 12067 $ @e $Date: 2009-04-11 04:34:13 +0800 (Sat, 11 Apr 2009) $ */ #ifndef _OPTION_IDS_H_ #define _OPTION_IDS_H_ diff --git a/src/southbridge/amd/cimx/sb800/Amd.h b/src/southbridge/amd/cimx/sb800/Amd.h index f3ce463..33bce53 100644 --- a/src/southbridge/amd/cimx/sb800/Amd.h +++ b/src/southbridge/amd/cimx/sb800/Amd.h @@ -7,10 +7,6 @@ * * Contains AMD AGESA/CIMx core interface * - * @xrefitem bom "File Content Label" "Release Content" - * @e project: AGESA - * @e sub-project: Include - * @e $Revision:$ @e $Date:$ */ /* ***************************************************************************** diff --git a/src/southbridge/amd/cimx/sb900/Amd.h b/src/southbridge/amd/cimx/sb900/Amd.h index eeb5790..92c29e3 100644 --- a/src/southbridge/amd/cimx/sb900/Amd.h +++ b/src/southbridge/amd/cimx/sb900/Amd.h @@ -7,10 +7,6 @@ * * Contains AMD AGESA/CIMx core interface * - * @xrefitem bom "File Content Label" "Release Content" - * @e project: AGESA - * @e sub-project: Include - * @e $Revision:$ @e $Date:$ */ /* *****************************************************************************