From e3f47eada383defcc31b41cc4931c3cf3234c37d Mon Sep 17 00:00:00 2001 From: Edward O'Callaghan Date: Tue, 18 Nov 2014 18:27:29 +1100 Subject: vendorcode/amd/agesa/f1{4,2,0} Sync Include directory Sync and merge useless differences. Change-Id: I4eea66c35af66d473dd56db9ccf105c878266f22 Signed-off-by: Edward O'Callaghan Reviewed-on: https://review.coreboot.org/7513 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- src/vendorcode/amd/agesa/f14/Include/AdvancedApi.h | 24 ++++++---------- .../amd/agesa/f14/Include/CommonReturns.h | 33 +++++++++++----------- src/vendorcode/amd/agesa/f14/Include/IdsHt.h | 11 +++----- src/vendorcode/amd/agesa/f14/Include/OptionDmi.h | 11 +++----- .../amd/agesa/f14/Include/OptionGfxRecovery.h | 11 +++----- .../agesa/f14/Include/OptionGfxRecoveryInstall.h | 11 +++----- .../amd/agesa/f14/Include/OptionMemoryRecovery.h | 11 +++----- .../amd/agesa/f14/Include/OptionPstate.h | 11 +++----- .../amd/agesa/f14/Include/OptionS3ScriptInstall.h | 11 +++----- src/vendorcode/amd/agesa/f14/Include/OptionSlit.h | 11 +++----- .../amd/agesa/f14/Include/OptionSlitInstall.h | 11 +++----- src/vendorcode/amd/agesa/f14/Include/OptionSrat.h | 11 +++----- .../amd/agesa/f14/Include/OptionSratInstall.h | 11 +++----- .../amd/agesa/f14/Include/OptionSwC1eInstall.h | 11 +++----- src/vendorcode/amd/agesa/f14/Include/OptionWhea.h | 11 +++----- .../amd/agesa/f14/Include/OptionWheaInstall.h | 11 +++----- src/vendorcode/amd/agesa/f14/Include/Topology.h | 11 +++----- 17 files changed, 84 insertions(+), 138 deletions(-) (limited to 'src/vendorcode/amd/agesa/f14') diff --git a/src/vendorcode/amd/agesa/f14/Include/AdvancedApi.h b/src/vendorcode/amd/agesa/f14/Include/AdvancedApi.h index d0b00bff0d..53b57d8bbd 100644 --- a/src/vendorcode/amd/agesa/f14/Include/AdvancedApi.h +++ b/src/vendorcode/amd/agesa/f14/Include/AdvancedApi.h @@ -10,11 +10,11 @@ * @xrefitem bom "File Content Label" "Release Content" * @e project: AGESA * @e sub-project: Include - * @e \$Revision: 44325 $ @e \$Date: 2010-12-22 03:29:53 -0700 (Wed, 22 Dec 2010) $ + * @e \$Revision: 63425 $ @e \$Date: 2011-12-22 11:24:10 -0600 (Thu, 22 Dec 2011) $ */ /***************************************************************************** * - * Copyright (c) 2011, Advanced Micro Devices, Inc. + * Copyright (c) 2008 - 2012, Advanced Micro Devices, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -39,9 +39,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * *************************************************************************** - * - */ + ***************************************************************************/ #ifndef _ADVANCED_API_H_ @@ -151,24 +149,18 @@ AmdMemInitDataStructDef ( ); VOID -memDefRet ( - VOID - ); +memDefRet ( VOID ); BOOLEAN -memDefTrue ( - VOID - ); +memDefTrue ( VOID ); BOOLEAN -memDefFalse ( - VOID - ); +memDefFalse ( VOID ); VOID -MemRecDefRet (VOID); +MemRecDefRet ( VOID ); BOOLEAN -MemRecDefTrue (VOID); +MemRecDefTrue ( VOID ); #endif // _ADVANCED_API_H_ diff --git a/src/vendorcode/amd/agesa/f14/Include/CommonReturns.h b/src/vendorcode/amd/agesa/f14/Include/CommonReturns.h index 090878e78b..1bf9f85779 100644 --- a/src/vendorcode/amd/agesa/f14/Include/CommonReturns.h +++ b/src/vendorcode/amd/agesa/f14/Include/CommonReturns.h @@ -10,13 +10,13 @@ * @xrefitem bom "File Content Label" "Release Content" * @e project: AGESA * @e sub-project: Common - * @e \$Revision: 34897 $ @e \$Date: 2010-07-14 10:07:10 +0800 (Wed, 14 Jul 2010) $ + * @e \$Revision: 63425 $ @e \$Date: 2011-12-22 11:24:10 -0600 (Thu, 22 Dec 2011) $ * */ /* - ***************************************************************************** - * - * Copyright (c) 2011, Advanced Micro Devices, Inc. +***************************************************************************** +* + * Copyright (c) 2008 - 2012, Advanced Micro Devices, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -40,10 +40,9 @@ * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - * - * *************************************************************************** - * - */ +* *************************************************************************** +* +*/ #ifndef _COMMON_RETURNS_H_ #define _COMMON_RETURNS_H_ @@ -55,7 +54,7 @@ * @retval True Default case, no special action */ BOOLEAN -CommonReturnTrue (void); +CommonReturnTrue ( VOID ); /** * Return False. @@ -63,7 +62,7 @@ CommonReturnTrue (void); * @retval FALSE Default case, no special action */ BOOLEAN -CommonReturnFalse (void); +CommonReturnFalse ( VOID ); /** * Return (UINT8)zero. @@ -72,7 +71,7 @@ CommonReturnFalse (void); * @retval zero None, or only case zero. */ UINT8 -CommonReturnZero8 (void); +CommonReturnZero8 ( VOID ); /** * Return (UINT32)zero. @@ -81,7 +80,7 @@ CommonReturnZero8 (void); * @retval zero None, or only case zero. */ UINT32 -CommonReturnZero32 (void); +CommonReturnZero32 ( VOID ); /** * Return (UINT64)zero. @@ -90,7 +89,7 @@ CommonReturnZero32 (void); * @retval zero None, or only case zero. */ UINT64 -CommonReturnZero64 (void); +CommonReturnZero64 ( VOID ); /** * Return NULL @@ -98,7 +97,7 @@ CommonReturnZero64 (void); * @retval NULL pointer to nothing */ VOID * -CommonReturnNULL (void); +CommonReturnNULL ( VOID ); /** * Return AGESA_SUCCESS. @@ -106,20 +105,20 @@ CommonReturnNULL (void); * @retval AGESA_SUCCESS Success. */ AGESA_STATUS -CommonReturnAgesaSuccess (void); +CommonReturnAgesaSuccess ( VOID ); /** * Do Nothing. * */ VOID -CommonVoid (void); +CommonVoid ( VOID ); /** * ASSERT if this routine is called. * */ VOID -CommonAssert (void); +CommonAssert ( VOID ); #endif // _COMMON_RETURNS_H_ diff --git a/src/vendorcode/amd/agesa/f14/Include/IdsHt.h b/src/vendorcode/amd/agesa/f14/Include/IdsHt.h index 4c50eb9b07..64dff08683 100644 --- a/src/vendorcode/amd/agesa/f14/Include/IdsHt.h +++ b/src/vendorcode/amd/agesa/f14/Include/IdsHt.h @@ -9,12 +9,11 @@ * @xrefitem bom "File Content Label" "Release Content" * @e project: AGESA * @e sub-project: IDS - * @e \$Revision: 34897 $ @e \$Date: 2010-07-14 10:07:10 +0800 (Wed, 14 Jul 2010) $ + * @e \$Revision: 63425 $ @e \$Date: 2011-12-22 11:24:10 -0600 (Thu, 22 Dec 2011) $ */ -/* - ***************************************************************************** +/***************************************************************************** * - * Copyright (c) 2011, Advanced Micro Devices, Inc. + * Copyright (c) 2008 - 2012, Advanced Micro Devices, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -39,9 +38,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * *************************************************************************** - * - */ + ***************************************************************************/ #ifndef _IDS_HT_H_ #define _IDS_HT_H_ diff --git a/src/vendorcode/amd/agesa/f14/Include/OptionDmi.h b/src/vendorcode/amd/agesa/f14/Include/OptionDmi.h index c6d19b4da0..6dba872b04 100644 --- a/src/vendorcode/amd/agesa/f14/Include/OptionDmi.h +++ b/src/vendorcode/amd/agesa/f14/Include/OptionDmi.h @@ -9,13 +9,12 @@ * @xrefitem bom "File Content Label" "Release Content" * @e project: AGESA * @e sub-project: OPTION - * @e \$Revision: 34897 $ @e \$Date: 2010-07-14 10:07:10 +0800 (Wed, 14 Jul 2010) $ + * @e \$Revision: 63425 $ @e \$Date: 2011-12-22 11:24:10 -0600 (Thu, 22 Dec 2011) $ * */ -/* - ***************************************************************************** +/***************************************************************************** * - * Copyright (c) 2011, Advanced Micro Devices, Inc. + * Copyright (c) 2008 - 2012, Advanced Micro Devices, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -39,9 +38,7 @@ * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - * - * *************************************************************************** - * + ****************************************************************************** */ #ifndef _OPTION_DMI_H_ diff --git a/src/vendorcode/amd/agesa/f14/Include/OptionGfxRecovery.h b/src/vendorcode/amd/agesa/f14/Include/OptionGfxRecovery.h index 5a834673c0..a1f4d03ee8 100644 --- a/src/vendorcode/amd/agesa/f14/Include/OptionGfxRecovery.h +++ b/src/vendorcode/amd/agesa/f14/Include/OptionGfxRecovery.h @@ -9,13 +9,12 @@ * @xrefitem bom "File Content Label" "Release Content" * @e project: AGESA * @e sub-project: OPTION - * @e \$Revision: 34897 $ @e \$Date: 2010-07-14 10:07:10 +0800 (Wed, 14 Jul 2010) $ + * @e \$Revision: 63425 $ @e \$Date: 2011-12-22 11:24:10 -0600 (Thu, 22 Dec 2011) $ * */ -/* - ***************************************************************************** +/***************************************************************************** * - * Copyright (c) 2011, Advanced Micro Devices, Inc. + * Copyright (c) 2008 - 2012, Advanced Micro Devices, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -39,9 +38,7 @@ * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - * - * *************************************************************************** - * + ****************************************************************************** */ #ifndef _OPTION_GFX_RECOVERY_H_ diff --git a/src/vendorcode/amd/agesa/f14/Include/OptionGfxRecoveryInstall.h b/src/vendorcode/amd/agesa/f14/Include/OptionGfxRecoveryInstall.h index 717b7e511b..c031f326c1 100644 --- a/src/vendorcode/amd/agesa/f14/Include/OptionGfxRecoveryInstall.h +++ b/src/vendorcode/amd/agesa/f14/Include/OptionGfxRecoveryInstall.h @@ -10,12 +10,11 @@ * @xrefitem bom "File Content Label" "Release Content" * @e project: AGESA * @e sub-project: Options - * @e \$Revision: 39275 $ @e \$Date: 2010-10-09 08:22:05 +0800 (Sat, 09 Oct 2010) $ + * @e \$Revision: 63425 $ @e \$Date: 2011-12-22 11:24:10 -0600 (Thu, 22 Dec 2011) $ */ -/* - ***************************************************************************** +/***************************************************************************** * - * Copyright (c) 2011, Advanced Micro Devices, Inc. + * Copyright (c) 2008 - 2012, Advanced Micro Devices, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -40,9 +39,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * *************************************************************************** - * - */ + ***************************************************************************/ #ifndef _OPTION_GFX_RECOVERY_INSTALL_H_ #define _OPTION_GFX_RECOVERY_INSTALL_H_ diff --git a/src/vendorcode/amd/agesa/f14/Include/OptionMemoryRecovery.h b/src/vendorcode/amd/agesa/f14/Include/OptionMemoryRecovery.h index 789acb9b63..713e73d65f 100644 --- a/src/vendorcode/amd/agesa/f14/Include/OptionMemoryRecovery.h +++ b/src/vendorcode/amd/agesa/f14/Include/OptionMemoryRecovery.h @@ -9,13 +9,12 @@ * @xrefitem bom "File Content Label" "Release Content" * @e project: AGESA * @e sub-project: OPTION - * @e \$Revision: 34897 $ @e \$Date: 2010-07-14 10:07:10 +0800 (Wed, 14 Jul 2010) $ + * @e \$Revision: 63425 $ @e \$Date: 2011-12-22 11:24:10 -0600 (Thu, 22 Dec 2011) $ * */ -/* - ***************************************************************************** +/***************************************************************************** * - * Copyright (c) 2011, Advanced Micro Devices, Inc. + * Copyright (c) 2008 - 2012, Advanced Micro Devices, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -39,9 +38,7 @@ * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - * - * *************************************************************************** - * + ****************************************************************************** */ #ifndef _OPTION_MEMORY_RECOVERY_H_ diff --git a/src/vendorcode/amd/agesa/f14/Include/OptionPstate.h b/src/vendorcode/amd/agesa/f14/Include/OptionPstate.h index 5680e7dea6..1ffaf94638 100644 --- a/src/vendorcode/amd/agesa/f14/Include/OptionPstate.h +++ b/src/vendorcode/amd/agesa/f14/Include/OptionPstate.h @@ -9,13 +9,12 @@ * @xrefitem bom "File Content Label" "Release Content" * @e project: AGESA * @e sub-project: OPTION - * @e \$Revision: 34897 $ @e \$Date: 2010-07-14 10:07:10 +0800 (Wed, 14 Jul 2010) $ + * @e \$Revision: 63425 $ @e \$Date: 2011-12-22 11:24:10 -0600 (Thu, 22 Dec 2011) $ * */ -/* - ***************************************************************************** +/***************************************************************************** * - * Copyright (c) 2011, Advanced Micro Devices, Inc. + * Copyright (c) 2008 - 2012, Advanced Micro Devices, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -39,9 +38,7 @@ * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - * - * *************************************************************************** - * + ****************************************************************************** */ #ifndef _OPTION_PSTATE_H_ diff --git a/src/vendorcode/amd/agesa/f14/Include/OptionS3ScriptInstall.h b/src/vendorcode/amd/agesa/f14/Include/OptionS3ScriptInstall.h index 58b0fa4998..5b62bdf6dc 100644 --- a/src/vendorcode/amd/agesa/f14/Include/OptionS3ScriptInstall.h +++ b/src/vendorcode/amd/agesa/f14/Include/OptionS3ScriptInstall.h @@ -10,12 +10,11 @@ * @xrefitem bom "File Content Label" "Release Content" * @e project: AGESA * @e sub-project: Options - * @e \$Revision: 34897 $ @e \$Date: 2010-07-14 10:07:10 +0800 (Wed, 14 Jul 2010) $ + * @e \$Revision: 63425 $ @e \$Date: 2011-12-22 11:24:10 -0600 (Thu, 22 Dec 2011) $ */ -/* - ***************************************************************************** +/***************************************************************************** * - * Copyright (c) 2011, Advanced Micro Devices, Inc. + * Copyright (c) 2008 - 2012, Advanced Micro Devices, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -40,9 +39,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * *************************************************************************** - * - */ + ***************************************************************************/ #ifndef _OPTION_S3SCRIPT_INSTALL_H_ #define _OPTION_S3SCRIPT_INSTALL_H_ diff --git a/src/vendorcode/amd/agesa/f14/Include/OptionSlit.h b/src/vendorcode/amd/agesa/f14/Include/OptionSlit.h index 82568bbeec..1dfc95718f 100644 --- a/src/vendorcode/amd/agesa/f14/Include/OptionSlit.h +++ b/src/vendorcode/amd/agesa/f14/Include/OptionSlit.h @@ -9,13 +9,12 @@ * @xrefitem bom "File Content Label" "Release Content" * @e project: AGESA * @e sub-project: OPTION - * @e \$Revision: 34897 $ @e \$Date: 2010-07-14 10:07:10 +0800 (Wed, 14 Jul 2010) $ + * @e \$Revision: 63425 $ @e \$Date: 2011-12-22 11:24:10 -0600 (Thu, 22 Dec 2011) $ * */ -/* - ***************************************************************************** +/***************************************************************************** * - * Copyright (c) 2011, Advanced Micro Devices, Inc. + * Copyright (c) 2008 - 2012, Advanced Micro Devices, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -39,9 +38,7 @@ * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - * - * *************************************************************************** - * + ****************************************************************************** */ #ifndef _OPTION_SLIT_H_ diff --git a/src/vendorcode/amd/agesa/f14/Include/OptionSlitInstall.h b/src/vendorcode/amd/agesa/f14/Include/OptionSlitInstall.h index 9bd83db532..915e5302c4 100644 --- a/src/vendorcode/amd/agesa/f14/Include/OptionSlitInstall.h +++ b/src/vendorcode/amd/agesa/f14/Include/OptionSlitInstall.h @@ -10,12 +10,11 @@ * @xrefitem bom "File Content Label" "Release Content" * @e project: AGESA * @e sub-project: Options - * @e \$Revision: 34897 $ @e \$Date: 2010-07-14 10:07:10 +0800 (Wed, 14 Jul 2010) $ + * @e \$Revision: 63425 $ @e \$Date: 2011-12-22 11:24:10 -0600 (Thu, 22 Dec 2011) $ */ -/* - ***************************************************************************** +/***************************************************************************** * - * Copyright (c) 2011, Advanced Micro Devices, Inc. + * Copyright (c) 2008 - 2012, Advanced Micro Devices, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -40,9 +39,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * *************************************************************************** - * - */ + ***************************************************************************/ #ifndef _OPTION_SLIT_INSTALL_H_ #define _OPTION_SLIT_INSTALL_H_ diff --git a/src/vendorcode/amd/agesa/f14/Include/OptionSrat.h b/src/vendorcode/amd/agesa/f14/Include/OptionSrat.h index f4c02eb936..890ea34853 100644 --- a/src/vendorcode/amd/agesa/f14/Include/OptionSrat.h +++ b/src/vendorcode/amd/agesa/f14/Include/OptionSrat.h @@ -9,13 +9,12 @@ * @xrefitem bom "File Content Label" "Release Content" * @e project: AGESA * @e sub-project: OPTION - * @e \$Revision: 34897 $ @e \$Date: 2010-07-14 10:07:10 +0800 (Wed, 14 Jul 2010) $ + * @e \$Revision: 63425 $ @e \$Date: 2011-12-22 11:24:10 -0600 (Thu, 22 Dec 2011) $ * */ -/* - ***************************************************************************** +/***************************************************************************** * - * Copyright (c) 2011, Advanced Micro Devices, Inc. + * Copyright (c) 2008 - 2012, Advanced Micro Devices, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -39,9 +38,7 @@ * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - * - * *************************************************************************** - * + ****************************************************************************** */ #ifndef _OPTION_SRAT_H_ diff --git a/src/vendorcode/amd/agesa/f14/Include/OptionSratInstall.h b/src/vendorcode/amd/agesa/f14/Include/OptionSratInstall.h index 0f35b371a2..273874753f 100644 --- a/src/vendorcode/amd/agesa/f14/Include/OptionSratInstall.h +++ b/src/vendorcode/amd/agesa/f14/Include/OptionSratInstall.h @@ -10,12 +10,11 @@ * @xrefitem bom "File Content Label" "Release Content" * @e project: AGESA * @e sub-project: Options - * @e \$Revision: 34897 $ @e \$Date: 2010-07-14 10:07:10 +0800 (Wed, 14 Jul 2010) $ + * @e \$Revision: 63425 $ @e \$Date: 2011-12-22 11:24:10 -0600 (Thu, 22 Dec 2011) $ */ -/* - ***************************************************************************** +/***************************************************************************** * - * Copyright (c) 2011, Advanced Micro Devices, Inc. + * Copyright (c) 2008 - 2012, Advanced Micro Devices, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -40,9 +39,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * *************************************************************************** - * - */ + ***************************************************************************/ #ifndef _OPTION_SRAT_INSTALL_H_ #define _OPTION_SRAT_INSTALL_H_ diff --git a/src/vendorcode/amd/agesa/f14/Include/OptionSwC1eInstall.h b/src/vendorcode/amd/agesa/f14/Include/OptionSwC1eInstall.h index 978ddd62c4..34886eee14 100644 --- a/src/vendorcode/amd/agesa/f14/Include/OptionSwC1eInstall.h +++ b/src/vendorcode/amd/agesa/f14/Include/OptionSwC1eInstall.h @@ -10,12 +10,11 @@ * @xrefitem bom "File Content Label" "Release Content" * @e project: AGESA * @e sub-project: Options - * @e \$Revision: 37157 $ @e \$Date: 2010-09-01 03:24:07 +0800 (Wed, 01 Sep 2010) $ + * @e \$Revision: 63425 $ @e \$Date: 2011-12-22 11:24:10 -0600 (Thu, 22 Dec 2011) $ */ -/* - ***************************************************************************** +/***************************************************************************** * - * Copyright (c) 2011, Advanced Micro Devices, Inc. + * Copyright (c) 2008 - 2012, Advanced Micro Devices, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -40,9 +39,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * *************************************************************************** - * - */ + ***************************************************************************/ #ifndef _OPTION_SW_C1E_INSTALL_H_ #define _OPTION_SW_C1E_INSTALL_H_ diff --git a/src/vendorcode/amd/agesa/f14/Include/OptionWhea.h b/src/vendorcode/amd/agesa/f14/Include/OptionWhea.h index e8fdf7c3f5..fcaa23e8af 100644 --- a/src/vendorcode/amd/agesa/f14/Include/OptionWhea.h +++ b/src/vendorcode/amd/agesa/f14/Include/OptionWhea.h @@ -9,13 +9,12 @@ * @xrefitem bom "File Content Label" "Release Content" * @e project: AGESA * @e sub-project: OPTION - * @e \$Revision: 34897 $ @e \$Date: 2010-07-14 10:07:10 +0800 (Wed, 14 Jul 2010) $ + * @e \$Revision: 63425 $ @e \$Date: 2011-12-22 11:24:10 -0600 (Thu, 22 Dec 2011) $ * */ -/* - ***************************************************************************** +/***************************************************************************** * - * Copyright (c) 2011, Advanced Micro Devices, Inc. + * Copyright (c) 2008 - 2012, Advanced Micro Devices, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -39,9 +38,7 @@ * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - * - * *************************************************************************** - * + ****************************************************************************** */ #ifndef _OPTION_WHEA_H_ diff --git a/src/vendorcode/amd/agesa/f14/Include/OptionWheaInstall.h b/src/vendorcode/amd/agesa/f14/Include/OptionWheaInstall.h index e483803c71..5facece353 100644 --- a/src/vendorcode/amd/agesa/f14/Include/OptionWheaInstall.h +++ b/src/vendorcode/amd/agesa/f14/Include/OptionWheaInstall.h @@ -10,12 +10,11 @@ * @xrefitem bom "File Content Label" "Release Content" * @e project: AGESA * @e sub-project: Options - * @e \$Revision: 34897 $ @e \$Date: 2010-07-14 10:07:10 +0800 (Wed, 14 Jul 2010) $ + * @e \$Revision: 63425 $ @e \$Date: 2011-12-22 11:24:10 -0600 (Thu, 22 Dec 2011) $ */ -/* - ***************************************************************************** +/***************************************************************************** * - * Copyright (c) 2011, Advanced Micro Devices, Inc. + * Copyright (c) 2008 - 2012, Advanced Micro Devices, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -40,9 +39,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * *************************************************************************** - * - */ + ***************************************************************************/ #ifndef _OPTION_WHEA_INSTALL_H_ #define _OPTION_WHEA_INSTALL_H_ diff --git a/src/vendorcode/amd/agesa/f14/Include/Topology.h b/src/vendorcode/amd/agesa/f14/Include/Topology.h index 05ccafcf1b..340c5c3139 100644 --- a/src/vendorcode/amd/agesa/f14/Include/Topology.h +++ b/src/vendorcode/amd/agesa/f14/Include/Topology.h @@ -11,12 +11,11 @@ * @xrefitem bom "File Content Label" "Release Content" * @e project: AGESA * @e sub-project: Core - * @e \$Revision: 34897 $ @e \$Date: 2010-07-14 10:07:10 +0800 (Wed, 14 Jul 2010) $ + * @e \$Revision: 63425 $ @e \$Date: 2011-12-22 11:24:10 -0600 (Thu, 22 Dec 2011) $ */ -/* - ***************************************************************************** +/***************************************************************************** * - * Copyright (c) 2011, Advanced Micro Devices, Inc. + * Copyright (c) 2008 - 2012, Advanced Micro Devices, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -41,9 +40,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * *************************************************************************** - * - */ + ***************************************************************************/ #ifndef _TOPOLOGY_H_ #define _TOPOLOGY_H_ -- cgit v1.2.3