diff options
Diffstat (limited to 'src/mainboard/amd')
-rw-r--r-- | src/mainboard/amd/dinar/OptionsIds.h | 4 | ||||
-rw-r--r-- | src/mainboard/amd/dinar/buildOpts.c | 4 | ||||
-rw-r--r-- | src/mainboard/amd/inagua/OptionsIds.h | 4 | ||||
-rw-r--r-- | src/mainboard/amd/inagua/buildOpts.c | 4 | ||||
-rw-r--r-- | src/mainboard/amd/olivehill/OptionsIds.h | 4 | ||||
-rw-r--r-- | src/mainboard/amd/olivehill/buildOpts.c | 4 | ||||
-rw-r--r-- | src/mainboard/amd/parmer/OptionsIds.h | 4 | ||||
-rw-r--r-- | src/mainboard/amd/parmer/buildOpts.c | 4 | ||||
-rw-r--r-- | src/mainboard/amd/persimmon/OptionsIds.h | 4 | ||||
-rw-r--r-- | src/mainboard/amd/persimmon/buildOpts.c | 4 | ||||
-rw-r--r-- | src/mainboard/amd/south_station/OptionsIds.h | 4 | ||||
-rw-r--r-- | src/mainboard/amd/south_station/buildOpts.c | 4 | ||||
-rw-r--r-- | src/mainboard/amd/thatcher/OptionsIds.h | 4 | ||||
-rw-r--r-- | src/mainboard/amd/thatcher/buildOpts.c | 4 | ||||
-rw-r--r-- | src/mainboard/amd/torpedo/OptionsIds.h | 4 | ||||
-rw-r--r-- | src/mainboard/amd/torpedo/buildOpts.c | 4 | ||||
-rw-r--r-- | src/mainboard/amd/union_station/OptionsIds.h | 4 | ||||
-rw-r--r-- | src/mainboard/amd/union_station/buildOpts.c | 4 |
18 files changed, 0 insertions, 72 deletions
diff --git a/src/mainboard/amd/dinar/OptionsIds.h b/src/mainboard/amd/dinar/OptionsIds.h index a756942c1c..6a57df3301 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 88e3c6faca..fe74094f1c 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 cf0a4bea84..23494d44c9 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 5779ccd281..2c37c01990 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 e0064411a3..7ae12d6040 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 f739a13a5a..a17869351f 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 e0064411a3..7ae12d6040 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 7aa95c0ccc..57963a5d21 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 cf0a4bea84..23494d44c9 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 2f93930f05..9cf2a19941 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 cf0a4bea84..23494d44c9 100644 --- a/src/mainboard/amd/south_station/OptionsIds.h +++ b/src/mainboard/amd/south_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/south_station/buildOpts.c b/src/mainboard/amd/south_station/buildOpts.c index 9c7c219ff0..3f3f5664d1 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 e0064411a3..7ae12d6040 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 7ead4c691c..c329de3d4c 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 4e868776ae..08a8cada17 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 31d1fefef7..2eb20eaf77 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 cf0a4bea84..23494d44c9 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 9c7c219ff0..3f3f5664d1 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> |