62b7edba6d367c63192a52308ccf875e0fe4a6f3
[coreboot.git] / src / northbridge / amd / amdht / AsPsDefs.h
1 /*
2  * This file is part of the coreboot project.
3  *
4  * Copyright (C) 2007-2008 Advanced Micro Devices, Inc.
5  *
6  * This program is free software; you can redistribute it and/or modify
7  * it under the terms of the GNU General Public License as published by
8  * the Free Software Foundation; version 2 of the License.
9  *
10  * This program is distributed in the hope that it will be useful,
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13  * GNU General Public License for more details.
14  *
15  * You should have received a copy of the GNU General Public License
16  * along with this program; if not, write to the Free Software
17  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
18  */
19
20
21 #ifndef ASPSDEFS_H
22 #define ASPSDEFS_H
23
24 #define APIC_BAR 0x1b                   /* APIC_BAR register */
25 #define APIC_BAR_BP 0x100               /* APIC_BAR BSP bit */
26
27 #define PS_LIM_REG 0xC0010061           /* P-state Current Limit Register */
28 #define PS_CUR_LIM_SHFT 4               /* P-state Current Limit shift position */
29
30 #define PS_CTL_REG 0xC0010062           /* P-state Control Register */
31 #define PS_CMD_MASK_OFF 0xfffffff8      /* P-state Control Register CMD Mask OFF */
32
33 #define PS_STS_REG 0xC0010063           /* P-state Status Register */
34 #define PS_STS_MASK 0x7         /* P-state Status Mask */
35
36 #define PS_REG_BASE 0xC0010064          /* P-state Register base */
37 #define PS_MAX_REG 0xC0010068           /* Maximum P-State Register */
38 #define PS_MIN_REG 0xC0010064           /* Mimimum P-State Register */
39
40 /* P-state register offset */
41 #define PS_REG0 0                       /* offset for P0 */
42 #define PS_REG1 1                       /* offset for P1 */
43 #define PS_REG2 2                       /* offset for P2 */
44 #define PS_REG3 3                       /* offset for P3 */
45 #define PS_REG4 4                       /* offset for P4 */
46
47 #define PS_PSDIS_MASK   0x7fffffff      /* disable P-state register */
48 #define PS_EN_MASK  0x80000000          /* P-state register enable mask */
49 #define PS_NB_DID_MASK 0x400000 /* P-state Reg[NbDid] Mask */
50 #define PS_NB_VID_M_OFF 0x01ffffff      /* P-state Reg[NbVid] Mask OFF */
51 #define PS_CPU_VID_M_ON 0x0fe00 /* P-state Reg[CpuVid] Mask On */
52 #define PS_NB_VID_M_ON 0x0fe000000      /* P-state Reg[NbVid] Mask On */
53 #define PS_CPU_VID_SHFT 9               /* P-state bit shift for CpuVid */
54 #define PS_NB_VID_SHFT 25               /* P-state bit shift for NbVid */
55 #define PS_BOTH_VID_OFF 0x01ff01ff      /* Mask NbVid & CpuVid */
56 #define PS_CPU_NB_VID_SHFT 16           /* P-state bit shift from CpuVid to NbVid */
57 #define PS_NB_VID_SHFT 25               /* P-state NBVID shift */
58 #define PS_DIS 0x7fffffff               /* disable P-state reg */
59 #define PS_EN 0x80000000                /* enable P-state reg */
60 #define PS_CURDIV_SHFT 8                /* P-state Current Divisor shift position */
61 #define PS_CPUDID_SHIFT 6               /* P-state CPU DID shift position */
62
63 /* for unfused parts */
64 #define PS_NB_VID_110V 0x48000000
65 #define PS_NB_VID_1175V 0x3c000000
66 /* NB VID 1.100V =0x12[PVI]=0x24[SVI] = 0100100b 7-bit code */
67
68 #define PS_NB_DID0 0                    /* NB DID 0 */
69 #define PS_NB_DID1 0x400000             /* NB DID 1 */
70 #define PS_CPU_VID_110V 0x4800          /* CPU VID 1.100V */
71 #define PS_CPU_VID_1175V 0x3c00 /* CPU VID 1.175V */
72 #define PS_CPU_DID 0x40         /* CPU DID 1 = divisor of 2 */
73 #define PS_CPU_DID0 0                   /* CPU DID 0 = divisor of 1 */
74 #define PS_CPU_FID_16G 0x00             /* CPU FID of 00 = 1.6GHz */
75 #define PS_CPU_FID_16G1 0x10            /* CPU FId of 16 COF = 16+16/2 = 16 */
76 #define PS_CPU_FID_18G 20               /* CPU FId of 20 COF = 20+16/2 = 18 */
77 #define PS_CPU_FID_19G 22               /* CPU FId of 20 COF = 22+16/2 = 19 */
78 #define PS_CPU_FID_20G 24               /* CPU FId of 20 COF = 24+16/2 = 20 */
79 #define PS_CPU_FID_22G 28               /* CPU FId of 2C COF = 28+16/2 = 22 */
80 #define PS_CPU_FID_30G 44               /* CPU FId of 2C COF = 44+16/2 = 30 */
81
82
83
84 #define PCI_DEV_BASE 24         /* System PCI device ID base */
85 #define LOCAL_APIC_ID_SHIFT 24          /* Local APCI ID shift bit # */
86 #define APIC_CID_SIZE_SHIFT 12          /* ApicCoreIdSize shift bit # */
87 #define FN_0 0                          /* Function 0 */
88 #define FN_1 1                          /* Function 1 */
89 #define FN_2 2                          /* Function 2 */
90 #define FN_3 3                          /* Function 3 */
91 #define FN_4 4                          /* Function 4 */
92 #define FN_5 5                          /* Function 5 */
93 #define FN_80000000 0x80000000          /* Function 8000_0000 */
94 #define FN_80000001 0x80000001          /* Function 8000_0001 */
95 #define FN_80000008 0x80000008          /* Function 8000_0008 */
96
97 #define LNK_INIT_REG 0x6C               /* F0x6C link initialization control register */
98 #define WARM_RESET_BIT 0x10             /* bit 4 =1 : warm reset */
99
100 #define HTC_REG 0x64                    /* hardware thermal control reg */
101 #define HTC_PS_LMT_MASK 0x8fffffff      /* HtcPstateLimit mask off */
102 #define PS_LIMIT_POS 28         /* PstateLimit position for HTC & STC */
103
104 #define STC_REG 0x68                    /* software thermal control reg */
105 #define STC_PS_LMT_MASK 0x8fffffff      /* StcPstateLimit mask off */
106
107 #define CPTC0 0x0d4                     /* Clock Power/Timing Control0 Register*/
108 #define CPTC0_MASK 0x000c0fff           /* Reset mask for this register */
109 #define CPTC0_NBFID_MASK 0xffffffe0     /* NbFid mask off for this register */
110 #define CPTC0_NBFID_MON 0x1f            /* NbFid mask on for this register */
111 #define NB_FID_EN 0x20                  /* NbFidEn bit ON */
112 #define NB_CLKDID_ALL 0x80000000        /* NbClkDidApplyAll bit ON */
113 #define NB_CLKDID     0x40000000        /* NbClkDid value set by BIOS */
114 #define PW_STP_UP50   0x08000000        /* PowerStepUp 50nS(1000b) */
115 #define PW_STP_DN50   0x00800000        /* PowerStepDown 50nS (1000b)*/
116 #define PW_STP_UP100  0x03000000        /* PowerStepUp 100nS(0011b) */
117 #define PW_STP_DN100  0x00300000        /* PowerStepDown 100nS (0011b)*/
118 #define PW_STP_UP200  0x02000000        /* PowerStepUp 200nS(0010b) */
119 #define PW_STP_DN200  0x00200000        /* PowerStepDown 200nS (0010b)*/
120 #define PW_STP_UP400  0x00000000        /* PowerStepUp 400nS(0000b) */
121 #define PW_STP_DN400  0x00000000        /* PowerStepDown 400nS (0000b)*/
122
123
124 #define LNK_PLL_LOCK  0x00010000        /* LnkPllLock value set (01b) by BIOS */
125
126
127
128 #define PSTATE_CTL 0xC0010070           /* P-state Control Register */
129 #define NB_VID_POS 25                   /* NbVid bit shift for position */
130 #define NB_VID_MASK_OFF 0x01ffffff      /* NbVid bits mask off */
131 #define NB_VID_MASK_ON 0xfe000000       /* NbVid bits mask on */
132 #define CPU_VID_POS 0x9         /* CpuVid bit shift for position */
133 #define CPU_VID_MASK_OFF 0xffff01ff     /* CpuVid bits mask off */
134 #define CPU_VID_MASK_ON 0x0000fe00      /* CpuVid bits mask on */
135 #define CPU_FID_DID_M_ON 0x000001ff     /* CpuFid & CpuDid mask on */
136 #define CPU_FID_DID_M_OFF 0xfffffe00    /* CpuFid & CpuDid mask off */
137 #define NB_DID_VID_M_ON 0xfe400000      /* NbDid & NbVid mask on */
138 #define NB_DID_M_ON 0x00400000          /* NbDid mask on */
139 #define NB_DID_M_OFF 0xffbfffff /* NbDid mask off */
140 #define NB_DID_POS 22                   /* NbDid bit shift for position */
141 #define PS_M_OFF 0xfff8ffff             /* Cur Pstate mask off */
142 #define PS_1 0x00010000         /* P-state 1 */
143 #define PS_2 0x00020000         /* P-state 2 */
144 #define PS_CPU_DID_1 0x40               /* Cpu Did 1 */
145
146
147
148
149 #define PSTATE_STS 0xC0010071           /* P-state Status Register */
150 #define STARTUP_PS_MASK 0x7             /* StartupPstate Mask */
151
152 /* define for NB VID & CPU VID transition functions */
153 #define IS_NB 1
154 #define IS_CPU 0
155
156 /* F3xD8 Clock Power/Timing Control 1 Register */
157 #define CPTC1 0xd8                      /* Clock Power/Timing Control1 Register*/
158 #define VSRAMP_SLAM_MASK 0xffffff88     /* MaskOff [VSRampTime]&[VSSlamTime] */
159 #define VSRAMP_SLAM_VALUE 0x16          /* [VSRampTime]=001b&[VSSlamTime]=110b */
160 #define VS_RAMP_T 4                     /* VSRampTime bit position */
161 #define PWR_PLN_SHIFT 28                /* PwrPlanes bit shift */
162 #define PWR_PLN_ON 0x10000000           /* PwrPlanes bit ON */
163 #define PWR_PLN_OFF 0x0efffffff /* PwrPlanes bit OFF */
164
165
166
167 /* Northbridge Capability Register */
168 #define NB_CAP 0xe8                     /* Northbridge Cap Reg */
169 #define CMP_CAP_SHFT 12         /* CMP CAP - number of enabled cores */
170
171 /* F3xDC Clock Power/Timing Control 2 Register */
172 #define CPTC2 0xdc                      /* Clock Power/Timing Control2 Register*/
173 #define PS_MAX_VAL_POS 8                /* PstateMaxValue bit shift */
174 #define PS_MAX_VAL_MASK 0xfffff8ff      /* PstateMaxValue Mask off */
175
176 #define PRCT_INFO 0x1fc         /* Product Info Register */
177 #define UNI_NB_FID_BIT 2                /* UniNbFid bit position */
178 #define UNI_NB_VID_BIT 7                /* UniNbVid bit position */
179 #define SPLT_NB_FID_OFFSET 14           /* SpltNbFidOffset value bit position */
180 #define SPLT_NB_VID_OFFSET 17           /* SpltNbVidOffset value bit position */
181 #define NB_CV_UPDATE 0x01               /* F3x1FC[NbCofVidUpdated] bit mask */
182 #define NB_VID_UPDATE_ALL 0x02          /* F3x1FC[NbVidUpdatedAll] bit mask */
183 #define C_FID_DID_M_OFF  0xfffffe00     /* mask off Core FID & DID */
184
185 #define PW_CTL_MISC 0x0a0               /* Power Control Miscellaneous Register */
186 #define COF_VID_PROG_BIT 0x80000000     /* CofVidProg bit. 0= unfused part */
187 #define DUAL_VDD_BIT 0x40000000 /* DualVdd bit. */
188 #define NB_COFVID_UPDATE_BIT 0x01       /* NbCOFVIDUpdated bit */
189 #define PVI_MODE 0x100                  /* PviMode bit mask */
190 #define VID_SLAM_OFF 0x0dfffffff        /* set VidSlamMode OFF */
191 #define VID_SLAM_ON 0x020000000 /* set VidSlamMode ON */
192 #define PLLLOCK_OFF 0x0ffffc7ff /* PllLockTime Mask OFF */
193 #define PLLLOCK_DFT 0x00001800          /* PllLockTime default value = 011b */
194 #define PLLLOCK_DFT_L 0x00002800        /* PllLockTime long value = 101b */
195
196 /* P-state Specification register base in PCI sapce */
197 #define PS_SPEC_REG 0x1e0               /* PS Spec register base address */
198 #define PCI_REG_LEN 4                   /* PCI register length */
199 #define NB_DID_MASK 0x10000             /* NbDid bit mask */
200 #define NB_DID_2 2                      /* NbDid = 2 */
201 #define NB_DID_1 1                      /* NbDid = 1 */
202 #define SPEC_PWRDIV_M_ON 0x06000000     /* PwrDiv mask on */
203 #define SPEC_PWRVAL_M_ON 0x01e00000     /* PwrValue mask on */
204 #define SPEC_PWRDIV_SHFT 25             /* PwrDiv shift */
205 #define SPEC_PWRVAL_SHFT 17             /* PwrValue shift */
206
207 /* F4x1F4 Northbridge P-state spec register */
208 #define NB_PS_SPEC_REG 0x1f4            /* Nb PS spec reg */
209
210 #define NM_PS_REG 5                     /* number of P-state MSR registers */
211
212 /* sFidVidInit.outFlags defines */
213 #define PWR_CK_OK 0                     /* System board check OK */
214 #define PWR_CK_NO_PS 1                  /* All P-state registers are over
215                                            the limit */
216
217 /* bit mask */
218 #define BIT_MASK_1 0x1
219 #define BIT_MASK_2 0x3
220 #define BIT_MASK_3 0x7
221 #define BIT_MASK_4 0x0f
222 #define BIT_MASK_5 0x1f
223 #define BIT_MASK_6 0x3f
224 #define BIT_MASK_7 0x7f
225 #define BIT_MASK_8 0x0ff
226
227 /* VID Code */
228 #define VID_1_100V 0x12         /* 1.100V */
229 #define VID_1_175V 0x1E         /* 1.175V */
230
231
232 /* Nb Fid Code */
233 #define NB_FID_800M 0x00                /* 800MHz */
234
235 /* Nb DID Code */
236 #define NB_DID_0 0
237 #define NB_DID_1 1
238
239 /* GH Logical ID */
240
241 #define GH_REV_A2 0x4                   /* GH Rev A2 logical ID, Upper half */
242
243
244 #endif