vendorcode/amd/agesa/f1{4,2,0} Sync Include directory

Sync and merge useless differences.

Change-Id: I4eea66c35af66d473dd56db9ccf105c878266f22
Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Reviewed-on: https://review.coreboot.org/7513
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
Edward O'Callaghan
2014-11-18 18:27:29 +11:00
committed by Stefan Reinauer
parent c389635f6e
commit e3f47eada3
47 changed files with 236 additions and 280 deletions

View File

@ -1,3 +1,4 @@
/* $NoKeywords:$ */
/** /**
* @file * @file
* *
@ -9,11 +10,11 @@
* @xrefitem bom "File Content Label" "Release Content" * @xrefitem bom "File Content Label" "Release Content"
* @e project: AGESA * @e project: AGESA
* @e sub-project: Include * @e sub-project: Include
* @e \$Revision: 44323 $ @e \$Date: 2010-12-22 01:24:58 -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. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
@ -148,8 +149,18 @@ AmdMemInitDataStructDef (
); );
VOID VOID
memDefRet ( memDefRet ( VOID );
IN VOID
); BOOLEAN
memDefTrue ( VOID );
BOOLEAN
memDefFalse ( VOID );
VOID
MemRecDefRet ( VOID );
BOOLEAN
MemRecDefTrue ( VOID );
#endif // _ADVANCED_API_H_ #endif // _ADVANCED_API_H_

View File

@ -1,3 +1,4 @@
/* $NoKeywords:$ */
/** /**
* @file * @file
* *
@ -9,52 +10,59 @@
* @xrefitem bom "File Content Label" "Release Content" * @xrefitem bom "File Content Label" "Release Content"
* @e project: AGESA * @e project: AGESA
* @e sub-project: Common * @e sub-project: Common
* @e \$Revision: 44323 $ @e \$Date: 2010-12-22 01:24:58 -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. * All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* * Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
* * Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* * Neither the name of Advanced Micro Devices, Inc. nor the names of
* its contributors may be used to endorse or promote products derived
* from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* DISCLAIMED. IN NO EVENT SHALL ADVANCED MICRO DEVICES, INC. BE LIABLE FOR ANY
* DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
* 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.
* ***************************************************************************
* *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* * Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
* * Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* * Neither the name of Advanced Micro Devices, Inc. nor the names of
* its contributors may be used to endorse or promote products derived
* from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* DISCLAIMED. IN NO EVENT SHALL ADVANCED MICRO DEVICES, INC. BE LIABLE FOR ANY
* DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
* 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_ #ifndef _COMMON_RETURNS_H_
#define _COMMON_RETURNS_H_ #define _COMMON_RETURNS_H_
/**
* Return True
*
* @retval True Default case, no special action
*/
BOOLEAN
CommonReturnTrue ( VOID );
/** /**
* Return False. * Return False.
* *
* @retval FALSE Default case, no special action * @retval FALSE Default case, no special action
*/ */
BOOLEAN BOOLEAN
CommonReturnFalse ( CommonReturnFalse ( VOID );
IN VOID
);
/** /**
* Return (UINT8)zero. * Return (UINT8)zero.
@ -63,9 +71,7 @@ CommonReturnFalse (
* @retval zero None, or only case zero. * @retval zero None, or only case zero.
*/ */
UINT8 UINT8
CommonReturnZero8 ( CommonReturnZero8 ( VOID );
IN VOID
);
/** /**
* Return (UINT32)zero. * Return (UINT32)zero.
@ -74,9 +80,7 @@ CommonReturnZero8 (
* @retval zero None, or only case zero. * @retval zero None, or only case zero.
*/ */
UINT32 UINT32
CommonReturnZero32 ( CommonReturnZero32 ( VOID );
IN VOID
);
/** /**
* Return (UINT64)zero. * Return (UINT64)zero.
@ -85,9 +89,7 @@ CommonReturnZero32 (
* @retval zero None, or only case zero. * @retval zero None, or only case zero.
*/ */
UINT64 UINT64
CommonReturnZero64 ( CommonReturnZero64 ( VOID );
IN VOID
);
/** /**
* Return NULL * Return NULL
@ -95,9 +97,7 @@ CommonReturnZero64 (
* @retval NULL pointer to nothing * @retval NULL pointer to nothing
*/ */
VOID * VOID *
CommonReturnNULL ( CommonReturnNULL ( VOID );
IN VOID
);
/** /**
* Return AGESA_SUCCESS. * Return AGESA_SUCCESS.
@ -105,26 +105,20 @@ CommonReturnNULL (
* @retval AGESA_SUCCESS Success. * @retval AGESA_SUCCESS Success.
*/ */
AGESA_STATUS AGESA_STATUS
CommonReturnAgesaSuccess ( CommonReturnAgesaSuccess ( VOID );
IN VOID
);
/** /**
* Do Nothing. * Do Nothing.
* *
*/ */
VOID VOID
CommonVoid ( CommonVoid ( VOID );
IN VOID
);
/** /**
* ASSERT if this routine is called. * ASSERT if this routine is called.
* *
*/ */
VOID VOID
CommonAssert ( CommonAssert ( VOID );
IN VOID
);
#endif // _COMMON_RETURNS_H_ #endif // _COMMON_RETURNS_H_

View File

@ -1,3 +1,4 @@
/* $NoKeywords:$ */
/** /**
* @file * @file
* *
@ -8,11 +9,11 @@
* @xrefitem bom "File Content Label" "Release Content" * @xrefitem bom "File Content Label" "Release Content"
* @e project: AGESA * @e project: AGESA
* @e sub-project: IDS * @e sub-project: IDS
* @e \$Revision: 44323 $ @e \$Date: 2010-12-22 01:24:58 -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. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
@ -37,7 +38,6 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
* *
*
***************************************************************************/ ***************************************************************************/
#ifndef _IDS_HT_H_ #ifndef _IDS_HT_H_

View File

@ -1,3 +1,4 @@
/* $NoKeywords:$ */
/** /**
* @file * @file
* *
@ -8,12 +9,12 @@
* @xrefitem bom "File Content Label" "Release Content" * @xrefitem bom "File Content Label" "Release Content"
* @e project: AGESA * @e project: AGESA
* @e sub-project: OPTION * @e sub-project: OPTION
* @e \$Revision: 44323 $ @e \$Date: 2010-12-22 01:24:58 -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. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
@ -37,7 +38,6 @@
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * 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 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
****************************************************************************** ******************************************************************************
*/ */

View File

@ -1,3 +1,4 @@
/* $NoKeywords:$ */
/** /**
* @file * @file
* *
@ -8,12 +9,12 @@
* @xrefitem bom "File Content Label" "Release Content" * @xrefitem bom "File Content Label" "Release Content"
* @e project: AGESA * @e project: AGESA
* @e sub-project: OPTION * @e sub-project: OPTION
* @e \$Revision: 5937 $ @e \$Date: 2008-04-25 03:59:36 -0700 (Fri, 25 Apr 2008) $ * @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. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
@ -37,7 +38,6 @@
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * 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 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
****************************************************************************** ******************************************************************************
*/ */

View File

@ -1,3 +1,4 @@
/* $NoKeywords:$ */
/** /**
* @file * @file
* *
@ -9,11 +10,11 @@
* @xrefitem bom "File Content Label" "Release Content" * @xrefitem bom "File Content Label" "Release Content"
* @e project: AGESA * @e project: AGESA
* @e sub-project: Options * @e sub-project: Options
* @e \$Revision: 6049 $ @e \$Date: 2008-05-14 01:58:02 -0500 (Wed, 14 May 2008) $ * @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. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
@ -38,7 +39,6 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
* *
*
***************************************************************************/ ***************************************************************************/
#ifndef _OPTION_S3SCRIPT_INSTALL_H_ #ifndef _OPTION_S3SCRIPT_INSTALL_H_
@ -71,6 +71,11 @@
#ifndef P_S3_SCRIPT_RESTORE #ifndef P_S3_SCRIPT_RESTORE
#define P_S3_SCRIPT_RESTORE S3ScriptInitStateStub #define P_S3_SCRIPT_RESTORE S3ScriptInitStateStub
#undef GNB_S3_DISPATCH_FUNCTION_TABLE
#endif
#ifndef GNB_S3_DISPATCH_FUNCTION_TABLE
#define GNB_S3_DISPATCH_FUNCTION_TABLE
#endif #endif
/* Declare the instance of the S3SCRIPT option configuration structure */ /* Declare the instance of the S3SCRIPT option configuration structure */
@ -79,4 +84,8 @@ S3_SCRIPT_CONFIGURATION OptionS3ScriptConfiguration = {
P_S3_SCRIPT_RESTORE P_S3_SCRIPT_RESTORE
}; };
S3_DISPATCH_FUNCTION_ENTRY S3DispatchFunctionTable [] = {
GNB_S3_DISPATCH_FUNCTION_TABLE
{0, NULL}
};
#endif // _OPTION_S3SCRIPT_INSTALL_H_ #endif // _OPTION_S3SCRIPT_INSTALL_H_

View File

@ -1,3 +1,4 @@
/* $NoKeywords:$ */
/** /**
* @file * @file
* *
@ -8,12 +9,12 @@
* @xrefitem bom "File Content Label" "Release Content" * @xrefitem bom "File Content Label" "Release Content"
* @e project: AGESA * @e project: AGESA
* @e sub-project: OPTION * @e sub-project: OPTION
* @e \$Revision: 5937 $ @e \$Date: 2008-04-25 03:59:36 -0700 (Fri, 25 Apr 2008) $ * @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. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
@ -37,7 +38,6 @@
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * 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 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
****************************************************************************** ******************************************************************************
*/ */

View File

@ -1,3 +1,4 @@
/* $NoKeywords:$ */
/** /**
* @file * @file
* *
@ -9,11 +10,11 @@
* @xrefitem bom "File Content Label" "Release Content" * @xrefitem bom "File Content Label" "Release Content"
* @e project: AGESA * @e project: AGESA
* @e sub-project: Options * @e sub-project: Options
* @e \$Revision: 6049 $ @e \$Date: 2008-05-14 01:58:02 -0500 (Wed, 14 May 2008) $ * @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. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
@ -38,7 +39,6 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
* *
*
***************************************************************************/ ***************************************************************************/
#ifndef _OPTION_SLIT_INSTALL_H_ #ifndef _OPTION_SLIT_INSTALL_H_

View File

@ -1,3 +1,4 @@
/* $NoKeywords:$ */
/** /**
* @file * @file
* *
@ -8,12 +9,12 @@
* @xrefitem bom "File Content Label" "Release Content" * @xrefitem bom "File Content Label" "Release Content"
* @e project: AGESA * @e project: AGESA
* @e sub-project: OPTION * @e sub-project: OPTION
* @e \$Revision: 5937 $ @e \$Date: 2008-04-25 03:59:36 -0700 (Fri, 25 Apr 2008) $ * @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. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
@ -37,7 +38,6 @@
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * 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 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
****************************************************************************** ******************************************************************************
*/ */

View File

@ -1,3 +1,4 @@
/* $NoKeywords:$ */
/** /**
* @file * @file
* *
@ -9,11 +10,11 @@
* @xrefitem bom "File Content Label" "Release Content" * @xrefitem bom "File Content Label" "Release Content"
* @e project: AGESA * @e project: AGESA
* @e sub-project: Options * @e sub-project: Options
* @e \$Revision: 44323 $ @e \$Date: 2010-12-22 01:24:58 -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. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
@ -38,7 +39,6 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
* *
*
***************************************************************************/ ***************************************************************************/
#ifndef _OPTION_SRAT_INSTALL_H_ #ifndef _OPTION_SRAT_INSTALL_H_

View File

@ -1,3 +1,4 @@
/* $NoKeywords:$ */
/** /**
* @file * @file
* *
@ -8,12 +9,12 @@
* @xrefitem bom "File Content Label" "Release Content" * @xrefitem bom "File Content Label" "Release Content"
* @e project: AGESA * @e project: AGESA
* @e sub-project: OPTION * @e sub-project: OPTION
* @e \$Revision: 5937 $ @e \$Date: 2008-04-25 03:59:36 -0700 (Fri, 25 Apr 2008) $ * @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. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
@ -37,7 +38,6 @@
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * 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 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
****************************************************************************** ******************************************************************************
*/ */

View File

@ -1,3 +1,4 @@
/* $NoKeywords:$ */
/** /**
* @file * @file
* *
@ -9,11 +10,11 @@
* @xrefitem bom "File Content Label" "Release Content" * @xrefitem bom "File Content Label" "Release Content"
* @e project: AGESA * @e project: AGESA
* @e sub-project: Options * @e sub-project: Options
* @e \$Revision: 6049 $ @e \$Date: 2008-05-14 01:58:02 -0500 (Wed, 14 May 2008) $ * @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. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
@ -38,7 +39,6 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
* *
*
***************************************************************************/ ***************************************************************************/
#ifndef _OPTION_WHEA_INSTALL_H_ #ifndef _OPTION_WHEA_INSTALL_H_

View File

@ -1,3 +1,4 @@
/* $NoKeywords:$ */
/** /**
* @file * @file
* *
@ -10,11 +11,11 @@
* @xrefitem bom "File Content Label" "Release Content" * @xrefitem bom "File Content Label" "Release Content"
* @e project: AGESA * @e project: AGESA
* @e sub-project: Core * @e sub-project: Core
* @e \$Revision: 44323 $ @e \$Date: 2010-12-22 01:24:58 -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. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
@ -39,7 +40,6 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
* *
*
***************************************************************************/ ***************************************************************************/
#ifndef _TOPOLOGY_H_ #ifndef _TOPOLOGY_H_
@ -73,6 +73,8 @@ typedef struct {
UINT8 Node; ///< The module's Node id. UINT8 Node; ///< The module's Node id.
UINT8 LowCore; ///< The lowest processor core id for this module. UINT8 LowCore; ///< The lowest processor core id for this module.
UINT8 HighCore; ///< The highest processor core id for this module. UINT8 HighCore; ///< The highest processor core id for this module.
UINT8 EnabledComputeUnits; ///< The value of Enabled for this processor module.
UINT8 DualCoreComputeUnits; ///< The value of DualCore for this processor module.
} SOCKET_DIE_TO_NODE_ITEM; } SOCKET_DIE_TO_NODE_ITEM;
/** /**

View File

@ -10,11 +10,11 @@
* @xrefitem bom "File Content Label" "Release Content" * @xrefitem bom "File Content Label" "Release Content"
* @e project: AGESA * @e project: AGESA
* @e sub-project: Include * @e sub-project: Include
* @e \$Revision: 44324 $ @e \$Date: 2010-12-22 17:16:51 +0800 (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. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
@ -149,24 +149,18 @@ AmdMemInitDataStructDef (
); );
VOID VOID
memDefRet ( memDefRet ( VOID );
VOID
);
BOOLEAN BOOLEAN
memDefTrue ( memDefTrue ( VOID );
VOID
);
BOOLEAN BOOLEAN
memDefFalse ( memDefFalse ( VOID );
VOID
);
VOID VOID
MemRecDefRet (VOID); MemRecDefRet ( VOID );
BOOLEAN BOOLEAN
MemRecDefTrue (VOID); MemRecDefTrue ( VOID );
#endif // _ADVANCED_API_H_ #endif // _ADVANCED_API_H_

View File

@ -10,13 +10,13 @@
* @xrefitem bom "File Content Label" "Release Content" * @xrefitem bom "File Content Label" "Release Content"
* @e project: AGESA * @e project: AGESA
* @e sub-project: Common * @e sub-project: Common
* @e \$Revision: 44324 $ @e \$Date: 2010-12-22 17:16:51 +0800 (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. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
@ -54,7 +54,7 @@
* @retval True Default case, no special action * @retval True Default case, no special action
*/ */
BOOLEAN BOOLEAN
CommonReturnTrue (void); CommonReturnTrue ( VOID );
/** /**
* Return False. * Return False.
@ -62,7 +62,7 @@ CommonReturnTrue (void);
* @retval FALSE Default case, no special action * @retval FALSE Default case, no special action
*/ */
BOOLEAN BOOLEAN
CommonReturnFalse (void); CommonReturnFalse ( VOID );
/** /**
* Return (UINT8)zero. * Return (UINT8)zero.
@ -71,7 +71,7 @@ CommonReturnFalse (void);
* @retval zero None, or only case zero. * @retval zero None, or only case zero.
*/ */
UINT8 UINT8
CommonReturnZero8 (void); CommonReturnZero8 ( VOID );
/** /**
* Return (UINT32)zero. * Return (UINT32)zero.
@ -80,7 +80,7 @@ CommonReturnZero8 (void);
* @retval zero None, or only case zero. * @retval zero None, or only case zero.
*/ */
UINT32 UINT32
CommonReturnZero32 (void); CommonReturnZero32 ( VOID );
/** /**
* Return (UINT64)zero. * Return (UINT64)zero.
@ -89,7 +89,7 @@ CommonReturnZero32 (void);
* @retval zero None, or only case zero. * @retval zero None, or only case zero.
*/ */
UINT64 UINT64
CommonReturnZero64 (void); CommonReturnZero64 ( VOID );
/** /**
* Return NULL * Return NULL
@ -97,7 +97,7 @@ CommonReturnZero64 (void);
* @retval NULL pointer to nothing * @retval NULL pointer to nothing
*/ */
VOID * VOID *
CommonReturnNULL (void); CommonReturnNULL ( VOID );
/** /**
* Return AGESA_SUCCESS. * Return AGESA_SUCCESS.
@ -105,20 +105,20 @@ CommonReturnNULL (void);
* @retval AGESA_SUCCESS Success. * @retval AGESA_SUCCESS Success.
*/ */
AGESA_STATUS AGESA_STATUS
CommonReturnAgesaSuccess (void); CommonReturnAgesaSuccess ( VOID );
/** /**
* Do Nothing. * Do Nothing.
* *
*/ */
VOID VOID
CommonVoid (void); CommonVoid ( VOID );
/** /**
* ASSERT if this routine is called. * ASSERT if this routine is called.
* *
*/ */
VOID VOID
CommonAssert (void); CommonAssert ( VOID );
#endif // _COMMON_RETURNS_H_ #endif // _COMMON_RETURNS_H_

View File

@ -9,11 +9,11 @@
* @xrefitem bom "File Content Label" "Release Content" * @xrefitem bom "File Content Label" "Release Content"
* @e project: AGESA * @e project: AGESA
* @e sub-project: IDS * @e sub-project: IDS
* @e \$Revision: 44324 $ @e \$Date: 2010-12-22 17:16:51 +0800 (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. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@ -9,12 +9,12 @@
* @xrefitem bom "File Content Label" "Release Content" * @xrefitem bom "File Content Label" "Release Content"
* @e project: AGESA * @e project: AGESA
* @e sub-project: OPTION * @e sub-project: OPTION
* @e \$Revision: 44324 $ @e \$Date: 2010-12-22 17:16:51 +0800 (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. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@ -9,12 +9,12 @@
* @xrefitem bom "File Content Label" "Release Content" * @xrefitem bom "File Content Label" "Release Content"
* @e project: AGESA * @e project: AGESA
* @e sub-project: OPTION * @e sub-project: OPTION
* @e \$Revision: 44324 $ @e \$Date: 2010-12-22 17:16:51 +0800 (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. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@ -10,11 +10,11 @@
* @xrefitem bom "File Content Label" "Release Content" * @xrefitem bom "File Content Label" "Release Content"
* @e project: AGESA * @e project: AGESA
* @e sub-project: Options * @e sub-project: Options
* @e \$Revision: 44324 $ @e \$Date: 2010-12-22 17:16:51 +0800 (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. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@ -9,12 +9,12 @@
* @xrefitem bom "File Content Label" "Release Content" * @xrefitem bom "File Content Label" "Release Content"
* @e project: AGESA * @e project: AGESA
* @e sub-project: OPTION * @e sub-project: OPTION
* @e \$Revision: 44324 $ @e \$Date: 2010-12-22 17:16:51 +0800 (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. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@ -9,12 +9,12 @@
* @xrefitem bom "File Content Label" "Release Content" * @xrefitem bom "File Content Label" "Release Content"
* @e project: AGESA * @e project: AGESA
* @e sub-project: OPTION * @e sub-project: OPTION
* @e \$Revision: 44324 $ @e \$Date: 2010-12-22 17:16:51 +0800 (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. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@ -10,11 +10,11 @@
* @xrefitem bom "File Content Label" "Release Content" * @xrefitem bom "File Content Label" "Release Content"
* @e project: AGESA * @e project: AGESA
* @e sub-project: Options * @e sub-project: Options
* @e \$Revision: 44324 $ @e \$Date: 2010-12-22 17:16:51 +0800 (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. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@ -9,12 +9,12 @@
* @xrefitem bom "File Content Label" "Release Content" * @xrefitem bom "File Content Label" "Release Content"
* @e project: AGESA * @e project: AGESA
* @e sub-project: OPTION * @e sub-project: OPTION
* @e \$Revision: 44324 $ @e \$Date: 2010-12-22 17:16:51 +0800 (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. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@ -10,11 +10,11 @@
* @xrefitem bom "File Content Label" "Release Content" * @xrefitem bom "File Content Label" "Release Content"
* @e project: AGESA * @e project: AGESA
* @e sub-project: Options * @e sub-project: Options
* @e \$Revision: 44324 $ @e \$Date: 2010-12-22 17:16:51 +0800 (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. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@ -9,12 +9,12 @@
* @xrefitem bom "File Content Label" "Release Content" * @xrefitem bom "File Content Label" "Release Content"
* @e project: AGESA * @e project: AGESA
* @e sub-project: OPTION * @e sub-project: OPTION
* @e \$Revision: 44324 $ @e \$Date: 2010-12-22 17:16:51 +0800 (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. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@ -10,11 +10,11 @@
* @xrefitem bom "File Content Label" "Release Content" * @xrefitem bom "File Content Label" "Release Content"
* @e project: AGESA * @e project: AGESA
* @e sub-project: Options * @e sub-project: Options
* @e \$Revision: 44324 $ @e \$Date: 2010-12-22 17:16:51 +0800 (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. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@ -10,11 +10,11 @@
* @xrefitem bom "File Content Label" "Release Content" * @xrefitem bom "File Content Label" "Release Content"
* @e project: AGESA * @e project: AGESA
* @e sub-project: Options * @e sub-project: Options
* @e \$Revision: 44324 $ @e \$Date: 2010-12-22 17:16:51 +0800 (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. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@ -9,12 +9,12 @@
* @xrefitem bom "File Content Label" "Release Content" * @xrefitem bom "File Content Label" "Release Content"
* @e project: AGESA * @e project: AGESA
* @e sub-project: OPTION * @e sub-project: OPTION
* @e \$Revision: 44324 $ @e \$Date: 2010-12-22 17:16:51 +0800 (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. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@ -10,11 +10,11 @@
* @xrefitem bom "File Content Label" "Release Content" * @xrefitem bom "File Content Label" "Release Content"
* @e project: AGESA * @e project: AGESA
* @e sub-project: Options * @e sub-project: Options
* @e \$Revision: 44324 $ @e \$Date: 2010-12-22 17:16:51 +0800 (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. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@ -11,11 +11,11 @@
* @xrefitem bom "File Content Label" "Release Content" * @xrefitem bom "File Content Label" "Release Content"
* @e project: AGESA * @e project: AGESA
* @e sub-project: Core * @e sub-project: Core
* @e \$Revision: 44324 $ @e \$Date: 2010-12-22 17:16:51 +0800 (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. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@ -10,11 +10,11 @@
* @xrefitem bom "File Content Label" "Release Content" * @xrefitem bom "File Content Label" "Release Content"
* @e project: AGESA * @e project: AGESA
* @e sub-project: Include * @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. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * 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 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
* *
* *************************************************************************** ***************************************************************************/
*
*/
#ifndef _ADVANCED_API_H_ #ifndef _ADVANCED_API_H_
@ -151,24 +149,18 @@ AmdMemInitDataStructDef (
); );
VOID VOID
memDefRet ( memDefRet ( VOID );
VOID
);
BOOLEAN BOOLEAN
memDefTrue ( memDefTrue ( VOID );
VOID
);
BOOLEAN BOOLEAN
memDefFalse ( memDefFalse ( VOID );
VOID
);
VOID VOID
MemRecDefRet (VOID); MemRecDefRet ( VOID );
BOOLEAN BOOLEAN
MemRecDefTrue (VOID); MemRecDefTrue ( VOID );
#endif // _ADVANCED_API_H_ #endif // _ADVANCED_API_H_

View File

@ -10,13 +10,13 @@
* @xrefitem bom "File Content Label" "Release Content" * @xrefitem bom "File Content Label" "Release Content"
* @e project: AGESA * @e project: AGESA
* @e sub-project: Common * @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. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * 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 * 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 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
* * ***************************************************************************
* *************************************************************************** *
* */
*/
#ifndef _COMMON_RETURNS_H_ #ifndef _COMMON_RETURNS_H_
#define _COMMON_RETURNS_H_ #define _COMMON_RETURNS_H_
@ -55,7 +54,7 @@
* @retval True Default case, no special action * @retval True Default case, no special action
*/ */
BOOLEAN BOOLEAN
CommonReturnTrue (void); CommonReturnTrue ( VOID );
/** /**
* Return False. * Return False.
@ -63,7 +62,7 @@ CommonReturnTrue (void);
* @retval FALSE Default case, no special action * @retval FALSE Default case, no special action
*/ */
BOOLEAN BOOLEAN
CommonReturnFalse (void); CommonReturnFalse ( VOID );
/** /**
* Return (UINT8)zero. * Return (UINT8)zero.
@ -72,7 +71,7 @@ CommonReturnFalse (void);
* @retval zero None, or only case zero. * @retval zero None, or only case zero.
*/ */
UINT8 UINT8
CommonReturnZero8 (void); CommonReturnZero8 ( VOID );
/** /**
* Return (UINT32)zero. * Return (UINT32)zero.
@ -81,7 +80,7 @@ CommonReturnZero8 (void);
* @retval zero None, or only case zero. * @retval zero None, or only case zero.
*/ */
UINT32 UINT32
CommonReturnZero32 (void); CommonReturnZero32 ( VOID );
/** /**
* Return (UINT64)zero. * Return (UINT64)zero.
@ -90,7 +89,7 @@ CommonReturnZero32 (void);
* @retval zero None, or only case zero. * @retval zero None, or only case zero.
*/ */
UINT64 UINT64
CommonReturnZero64 (void); CommonReturnZero64 ( VOID );
/** /**
* Return NULL * Return NULL
@ -98,7 +97,7 @@ CommonReturnZero64 (void);
* @retval NULL pointer to nothing * @retval NULL pointer to nothing
*/ */
VOID * VOID *
CommonReturnNULL (void); CommonReturnNULL ( VOID );
/** /**
* Return AGESA_SUCCESS. * Return AGESA_SUCCESS.
@ -106,20 +105,20 @@ CommonReturnNULL (void);
* @retval AGESA_SUCCESS Success. * @retval AGESA_SUCCESS Success.
*/ */
AGESA_STATUS AGESA_STATUS
CommonReturnAgesaSuccess (void); CommonReturnAgesaSuccess ( VOID );
/** /**
* Do Nothing. * Do Nothing.
* *
*/ */
VOID VOID
CommonVoid (void); CommonVoid ( VOID );
/** /**
* ASSERT if this routine is called. * ASSERT if this routine is called.
* *
*/ */
VOID VOID
CommonAssert (void); CommonAssert ( VOID );
#endif // _COMMON_RETURNS_H_ #endif // _COMMON_RETURNS_H_

View File

@ -9,12 +9,11 @@
* @xrefitem bom "File Content Label" "Release Content" * @xrefitem bom "File Content Label" "Release Content"
* @e project: AGESA * @e project: AGESA
* @e sub-project: IDS * @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. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * 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 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
* *
* *************************************************************************** ***************************************************************************/
*
*/
#ifndef _IDS_HT_H_ #ifndef _IDS_HT_H_
#define _IDS_HT_H_ #define _IDS_HT_H_

View File

@ -9,13 +9,12 @@
* @xrefitem bom "File Content Label" "Release Content" * @xrefitem bom "File Content Label" "Release Content"
* @e project: AGESA * @e project: AGESA
* @e sub-project: OPTION * @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. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * 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 * 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 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
* ******************************************************************************
* ***************************************************************************
*
*/ */
#ifndef _OPTION_DMI_H_ #ifndef _OPTION_DMI_H_

View File

@ -9,13 +9,12 @@
* @xrefitem bom "File Content Label" "Release Content" * @xrefitem bom "File Content Label" "Release Content"
* @e project: AGESA * @e project: AGESA
* @e sub-project: OPTION * @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. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * 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 * 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 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
* ******************************************************************************
* ***************************************************************************
*
*/ */
#ifndef _OPTION_GFX_RECOVERY_H_ #ifndef _OPTION_GFX_RECOVERY_H_

View File

@ -10,12 +10,11 @@
* @xrefitem bom "File Content Label" "Release Content" * @xrefitem bom "File Content Label" "Release Content"
* @e project: AGESA * @e project: AGESA
* @e sub-project: Options * @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. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * 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 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
* *
* *************************************************************************** ***************************************************************************/
*
*/
#ifndef _OPTION_GFX_RECOVERY_INSTALL_H_ #ifndef _OPTION_GFX_RECOVERY_INSTALL_H_
#define _OPTION_GFX_RECOVERY_INSTALL_H_ #define _OPTION_GFX_RECOVERY_INSTALL_H_

View File

@ -9,13 +9,12 @@
* @xrefitem bom "File Content Label" "Release Content" * @xrefitem bom "File Content Label" "Release Content"
* @e project: AGESA * @e project: AGESA
* @e sub-project: OPTION * @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. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * 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 * 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 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
* ******************************************************************************
* ***************************************************************************
*
*/ */
#ifndef _OPTION_MEMORY_RECOVERY_H_ #ifndef _OPTION_MEMORY_RECOVERY_H_

View File

@ -9,13 +9,12 @@
* @xrefitem bom "File Content Label" "Release Content" * @xrefitem bom "File Content Label" "Release Content"
* @e project: AGESA * @e project: AGESA
* @e sub-project: OPTION * @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. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * 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 * 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 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
* ******************************************************************************
* ***************************************************************************
*
*/ */
#ifndef _OPTION_PSTATE_H_ #ifndef _OPTION_PSTATE_H_

View File

@ -10,12 +10,11 @@
* @xrefitem bom "File Content Label" "Release Content" * @xrefitem bom "File Content Label" "Release Content"
* @e project: AGESA * @e project: AGESA
* @e sub-project: Options * @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. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * 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 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
* *
* *************************************************************************** ***************************************************************************/
*
*/
#ifndef _OPTION_S3SCRIPT_INSTALL_H_ #ifndef _OPTION_S3SCRIPT_INSTALL_H_
#define _OPTION_S3SCRIPT_INSTALL_H_ #define _OPTION_S3SCRIPT_INSTALL_H_

View File

@ -9,13 +9,12 @@
* @xrefitem bom "File Content Label" "Release Content" * @xrefitem bom "File Content Label" "Release Content"
* @e project: AGESA * @e project: AGESA
* @e sub-project: OPTION * @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. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * 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 * 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 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
* ******************************************************************************
* ***************************************************************************
*
*/ */
#ifndef _OPTION_SLIT_H_ #ifndef _OPTION_SLIT_H_

View File

@ -10,12 +10,11 @@
* @xrefitem bom "File Content Label" "Release Content" * @xrefitem bom "File Content Label" "Release Content"
* @e project: AGESA * @e project: AGESA
* @e sub-project: Options * @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. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * 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 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
* *
* *************************************************************************** ***************************************************************************/
*
*/
#ifndef _OPTION_SLIT_INSTALL_H_ #ifndef _OPTION_SLIT_INSTALL_H_
#define _OPTION_SLIT_INSTALL_H_ #define _OPTION_SLIT_INSTALL_H_

View File

@ -9,13 +9,12 @@
* @xrefitem bom "File Content Label" "Release Content" * @xrefitem bom "File Content Label" "Release Content"
* @e project: AGESA * @e project: AGESA
* @e sub-project: OPTION * @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. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * 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 * 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 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
* ******************************************************************************
* ***************************************************************************
*
*/ */
#ifndef _OPTION_SRAT_H_ #ifndef _OPTION_SRAT_H_

View File

@ -10,12 +10,11 @@
* @xrefitem bom "File Content Label" "Release Content" * @xrefitem bom "File Content Label" "Release Content"
* @e project: AGESA * @e project: AGESA
* @e sub-project: Options * @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. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * 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 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
* *
* *************************************************************************** ***************************************************************************/
*
*/
#ifndef _OPTION_SRAT_INSTALL_H_ #ifndef _OPTION_SRAT_INSTALL_H_
#define _OPTION_SRAT_INSTALL_H_ #define _OPTION_SRAT_INSTALL_H_

View File

@ -10,12 +10,11 @@
* @xrefitem bom "File Content Label" "Release Content" * @xrefitem bom "File Content Label" "Release Content"
* @e project: AGESA * @e project: AGESA
* @e sub-project: Options * @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. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * 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 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
* *
* *************************************************************************** ***************************************************************************/
*
*/
#ifndef _OPTION_SW_C1E_INSTALL_H_ #ifndef _OPTION_SW_C1E_INSTALL_H_
#define _OPTION_SW_C1E_INSTALL_H_ #define _OPTION_SW_C1E_INSTALL_H_

View File

@ -9,13 +9,12 @@
* @xrefitem bom "File Content Label" "Release Content" * @xrefitem bom "File Content Label" "Release Content"
* @e project: AGESA * @e project: AGESA
* @e sub-project: OPTION * @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. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * 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 * 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 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
* ******************************************************************************
* ***************************************************************************
*
*/ */
#ifndef _OPTION_WHEA_H_ #ifndef _OPTION_WHEA_H_

View File

@ -10,12 +10,11 @@
* @xrefitem bom "File Content Label" "Release Content" * @xrefitem bom "File Content Label" "Release Content"
* @e project: AGESA * @e project: AGESA
* @e sub-project: Options * @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. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * 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 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
* *
* *************************************************************************** ***************************************************************************/
*
*/
#ifndef _OPTION_WHEA_INSTALL_H_ #ifndef _OPTION_WHEA_INSTALL_H_
#define _OPTION_WHEA_INSTALL_H_ #define _OPTION_WHEA_INSTALL_H_

View File

@ -11,12 +11,11 @@
* @xrefitem bom "File Content Label" "Release Content" * @xrefitem bom "File Content Label" "Release Content"
* @e project: AGESA * @e project: AGESA
* @e sub-project: Core * @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. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * 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 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
* *
* *************************************************************************** ***************************************************************************/
*
*/
#ifndef _TOPOLOGY_H_ #ifndef _TOPOLOGY_H_
#define _TOPOLOGY_H_ #define _TOPOLOGY_H_