1 /***********************license start***************
2 * Author: Cavium Networks
4 * Contact: support@caviumnetworks.com
5 * This file is part of the OCTEON SDK
7 * Copyright (c) 2003-2010 Cavium Networks
9 * This file is free software; you can redistribute it and/or modify
10 * it under the terms of the GNU General Public License, Version 2, as
11 * published by the Free Software Foundation.
13 * This file is distributed in the hope that it will be useful, but
14 * AS-IS and WITHOUT ANY WARRANTY; without even the implied warranty
15 * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE, TITLE, or
16 * NONINFRINGEMENT. See the GNU General Public License for more
19 * You should have received a copy of the GNU General Public License
20 * along with this file; if not, write to the Free Software
21 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
22 * or visit http://www.gnu.org/licenses/.
24 * This file may also be available under a different license from Cavium.
25 * Contact Cavium Networks for more information
26 ***********************license end**************************************/
28 #include <asm/octeon/octeon.h>
31 * Given the chip processor ID from COP0, this function returns a
32 * string representing the chip model number. The string is of the
33 * form CNXXXXpX.X-FREQ-SUFFIX.
34 * - XXXX = The chip model number
35 * - X.X = Chip pass number
36 * - FREQ = Current frequency in Mhz
37 * - SUFFIX = NSP, EXP, SCP, SSP, or CP
41 * Returns Model string
43 const char *octeon_model_get_string(uint32_t chip_id
)
45 static char buffer
[32];
46 return octeon_model_get_string_buffer(chip_id
, buffer
);
50 * Version of octeon_model_get_string() that takes buffer as argument,
51 * as running early in u-boot static/global variables don't work when
54 const char *octeon_model_get_string_buffer(uint32_t chip_id
, char *buffer
)
57 const char *core_model
;
61 union cvmx_l2d_fus3 fus3
;
63 union cvmx_mio_fus_dat2 fus_dat2
;
64 union cvmx_mio_fus_dat3 fus_dat3
;
66 uint32_t fuse_data
= 0;
69 if (!OCTEON_IS_MODEL(OCTEON_CN6XXX
))
70 fus3
.u64
= cvmx_read_csr(CVMX_L2D_FUS3
);
71 fus_dat2
.u64
= cvmx_read_csr(CVMX_MIO_FUS_DAT2
);
72 fus_dat3
.u64
= cvmx_read_csr(CVMX_MIO_FUS_DAT3
);
73 num_cores
= cvmx_pop(cvmx_read_csr(CVMX_CIU_FUSE
));
75 /* Make sure the non existent devices look disabled */
76 switch ((chip_id
>> 8) & 0xff) {
79 fus_dat3
.s
.nodfa_dte
= 1;
82 case 4: /* CN57XX or CN56XX */
83 fus_dat3
.s
.nodfa_dte
= 1;
89 /* Make a guess at the suffix */
90 /* NSP = everything */
92 /* SCP = No DFA, No zip */
93 /* CP = No DFA, No crypto, No zip */
94 if (fus_dat3
.s
.nodfa_dte
) {
95 if (fus_dat2
.s
.nocrypto
)
99 } else if (fus_dat2
.s
.nocrypto
)
105 * Assume pass number is encoded using <5:3><2:0>. Exceptions
106 * will be fixed later.
108 sprintf(pass
, "%d.%d", (int)((chip_id
>> 3) & 7) + 1, (int)chip_id
& 7);
111 * Use the number of cores to determine the last 2 digits of
112 * the model number. There are some exceptions that are fixed
175 /* Now figure out the family, the first two digits */
176 switch ((chip_id
>> 8) & 0xff) {
177 case 0: /* CN38XX, CN37XX or CN36XX */
178 if (fus3
.cn38xx
.crip_512k
) {
180 * For some unknown reason, the 16 core one is
181 * called 37 instead of 36.
190 * This series of chips didn't follow the standard
193 switch (chip_id
& 0xf) {
208 case 1: /* CN31XX or CN3020 */
209 if ((chip_id
& 0x10) || fus3
.cn31xx
.crip_128k
)
214 * This series of chips didn't follow the standard
217 switch (chip_id
& 0xf) {
229 case 2: /* CN3010 or CN3005 */
231 /* A chip with half cache is an 05 */
232 if (fus3
.cn30xx
.crip_64k
)
235 * This series of chips didn't follow the standard
238 switch (chip_id
& 0xf) {
252 /* Special case. 4 core, half cache (CP with half cache) */
253 if ((num_cores
== 4) && fus3
.cn58xx
.crip_1024k
&& !strncmp(suffix
, "CP", 2))
256 /* Pass 1 uses different encodings for pass numbers */
257 if ((chip_id
& 0xFF) < 0x8) {
258 switch (chip_id
& 0x3) {
274 case 4: /* CN57XX, CN56XX, CN55XX, CN54XX */
275 if (fus_dat2
.cn56xx
.raid_en
) {
276 if (fus3
.cn56xx
.crip_1024k
)
280 if (fus_dat2
.cn56xx
.nocrypto
)
285 if (fus_dat2
.cn56xx
.nocrypto
)
289 if (fus_dat3
.s
.nozip
)
292 if (fus_dat3
.s
.bar2_en
)
295 if (fus3
.cn56xx
.crip_1024k
)
305 if (fus3
.cn52xx
.crip_256k
)
310 case 0x93: /* CN61XX */
312 if (fus_dat2
.cn61xx
.nocrypto
&& fus_dat2
.cn61xx
.dorm_crypto
)
314 if (fus_dat2
.cn61xx
.nocrypto
)
316 else if (fus_dat2
.cn61xx
.dorm_crypto
)
318 else if (fus_dat3
.cn61xx
.nozip
)
321 case 0x90: /* CN63XX */
323 if (fus_dat3
.s
.l2c_crip
== 2)
325 if (num_cores
== 6) /* Other core counts match generic */
327 if (fus_dat2
.cn63xx
.nocrypto
)
329 else if (fus_dat2
.cn63xx
.dorm_crypto
)
331 else if (fus_dat3
.cn63xx
.nozip
)
336 case 0x92: /* CN66XX */
338 if (num_cores
== 6) /* Other core counts match generic */
340 if (fus_dat2
.cn66xx
.nocrypto
&& fus_dat2
.cn66xx
.dorm_crypto
)
342 if (fus_dat2
.cn66xx
.nocrypto
)
344 else if (fus_dat2
.cn66xx
.dorm_crypto
)
346 else if (fus_dat3
.cn66xx
.nozip
)
351 case 0x91: /* CN68XX */
353 if (fus_dat2
.cn68xx
.nocrypto
&& fus_dat3
.cn68xx
.nozip
)
355 else if (fus_dat2
.cn68xx
.dorm_crypto
)
357 else if (fus_dat3
.cn68xx
.nozip
)
359 else if (fus_dat2
.cn68xx
.nocrypto
)
372 clock_mhz
= octeon_get_clock_rate() / 1000000;
373 if (family
[0] != '3') {
374 int fuse_base
= 384 / 8;
375 if (family
[0] == '6')
378 /* Check for model in fuses, overrides normal decode */
379 /* This is _not_ valid for Octeon CN3XXX models */
380 fuse_data
|= cvmx_fuse_read_byte(fuse_base
+ 3);
381 fuse_data
= fuse_data
<< 8;
382 fuse_data
|= cvmx_fuse_read_byte(fuse_base
+ 2);
383 fuse_data
= fuse_data
<< 8;
384 fuse_data
|= cvmx_fuse_read_byte(fuse_base
+ 1);
385 fuse_data
= fuse_data
<< 8;
386 fuse_data
|= cvmx_fuse_read_byte(fuse_base
);
387 if (fuse_data
& 0x7ffff) {
388 int model
= fuse_data
& 0x3fff;
389 int suffix
= (fuse_data
>> 14) & 0x1f;
390 if (suffix
&& model
) {
391 /* Have both number and suffix in fuses, so both */
392 sprintf(fuse_model
, "%d%c", model
, 'A' + suffix
- 1);
395 } else if (suffix
&& !model
) {
396 /* Only have suffix, so add suffix to 'normal' model number */
397 sprintf(fuse_model
, "%s%c", core_model
, 'A' + suffix
- 1);
398 core_model
= fuse_model
;
400 /* Don't have suffix, so just use model from fuses */
401 sprintf(fuse_model
, "%d", model
);
407 sprintf(buffer
, "CN%s%sp%s-%d-%s", family
, core_model
, pass
, clock_mhz
, suffix
);