Update AMD F14 Agesa to support Rev C0 cpus
[coreboot.git] / src / vendorcode / amd / agesa / f14 / Include / BrazosInstall.h
blobb309cd4f9f448475060cb6ac2b6764bcb318affe
1 /* $NoKeywords:$ */
2 /**
3 * @file
5 * Install of build options for a Brazos platform solution
7 * This file generates the defaults tables for the "Brazos" platform solution
8 * set of processors. The documented build options are imported from a user
9 * controlled file for processing.
11 * @xrefitem bom "File Content Label" "Release Content"
12 * @e project: AGESA
13 * @e sub-project: Core
14 * @e \$Revision: 53801 $ @e \$Date: 2011-05-25 12:03:55 -0600 (Wed, 25 May 2011) $
16 /*****************************************************************************
18 * Copyright (c) 2011, Advanced Micro Devices, Inc.
19 * All rights reserved.
21 * Redistribution and use in source and binary forms, with or without
22 * modification, are permitted provided that the following conditions are met:
23 * * Redistributions of source code must retain the above copyright
24 * notice, this list of conditions and the following disclaimer.
25 * * Redistributions in binary form must reproduce the above copyright
26 * notice, this list of conditions and the following disclaimer in the
27 * documentation and/or other materials provided with the distribution.
28 * * Neither the name of Advanced Micro Devices, Inc. nor the names of
29 * its contributors may be used to endorse or promote products derived
30 * from this software without specific prior written permission.
32 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
33 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
34 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
35 * DISCLAIMED. IN NO EVENT SHALL ADVANCED MICRO DEVICES, INC. BE LIABLE FOR ANY
36 * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
37 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
38 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
39 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
40 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
41 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
43 ****************************************************************************
47 #include "cpuRegisters.h"
48 #include "cpuFamRegisters.h"
49 #include "cpuFamilyTranslation.h"
50 #include "AdvancedApi.h"
51 #include "heapManager.h"
52 #include "CreateStruct.h"
53 #include "cpuFeatures.h"
54 #include "Table.h"
55 #include "CommonReturns.h"
56 #include "cpuEarlyInit.h"
57 #include "cpuLateInit.h"
58 #include "GnbInterface.h"
60 /*****************************************************************************
61 * Define the RELEASE VERSION string
63 * The Release Version string should identify the next planned release.
64 * When a branch is made in preparation for a release, the release manager
65 * should change/confirm that the branch version of this file contains the
66 * string matching the desired version for the release. The trunk version of
67 * the file should always contain a trailing 'X'. This will make sure that a
68 * development build from trunk will not be confused for a released version.
69 * The release manager will need to remove the trailing 'X' and update the
70 * version string as appropriate for the release. The trunk copy of this file
71 * should also be updated/incremented for the next expected version, + trailing 'X'
72 ****************************************************************************/
73 // This is the delivery package title, "BrazosPI"
74 // This string MUST be exactly 8 characters long
75 #define AGESA_PACKAGE_STRING {'O', 'n', 't', 'a', 'r', 'o', 'P', 'I'}
77 // This is the release version number of the AGESA component
78 // This string MUST be exactly 12 characters long
79 #define AGESA_VERSION_STRING {'V', '1', '.', '1', '.', '0', '.', '0', ' ', ' ', ' ', ' '}
82 // The Brazos solution is defined to be family 0x14 in the FT1 socket.
83 #define INSTALL_FT1_SOCKET_SUPPORT TRUE
84 #define INSTALL_FAMILY_14_SUPPORT TRUE
87 // The following definitions specify the default values for various parameters in which there are
88 // no clearly defined defaults to be used in the common file. The values below are based on product
89 // and BKDG content, please consult the AGESA Memory team for consultation.
90 #define DFLT_SCRUB_DRAM_RATE (0)
91 #define DFLT_SCRUB_L2_RATE (0)
92 #define DFLT_SCRUB_L3_RATE (0)
93 #define DFLT_SCRUB_IC_RATE (0)
94 #define DFLT_SCRUB_DC_RATE (0)
95 #define DFLT_MEMORY_QUADRANK_TYPE QUADRANK_UNBUFFERED
96 #define DFLT_VRM_SLEW_RATE (5000)
99 // Instantiate all solution relevant data.
100 #include "PlatformInstall.h"