Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | #include <linux/bitops.h> |
| 2 | #include <linux/delay.h> |
| 3 | #include <linux/pci.h> |
| 4 | #include <asm/dma.h> |
Alan Cox | 8bdbd96 | 2009-07-04 00:35:45 +0100 | [diff] [blame] | 5 | #include <linux/io.h> |
Juergen Beisert | f25f64e | 2007-07-22 11:12:38 +0200 | [diff] [blame] | 6 | #include <asm/processor-cyrix.h> |
Dave Jones | 7ebad70 | 2008-01-30 13:30:39 +0100 | [diff] [blame] | 7 | #include <asm/processor-flags.h> |
Alan Cox | 8bdbd96 | 2009-07-04 00:35:45 +0100 | [diff] [blame] | 8 | #include <linux/timer.h> |
Alan | 120fad7 | 2007-02-13 13:26:26 +0100 | [diff] [blame] | 9 | #include <asm/pci-direct.h> |
Alexey Dobriyan | e8edc6e | 2007-05-21 01:22:52 +0400 | [diff] [blame] | 10 | #include <asm/tsc.h> |
Borislav Petkov | cd4d09e | 2016-01-26 22:12:04 +0100 | [diff] [blame] | 11 | #include <asm/cpufeature.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 12 | |
| 13 | #include "cpu.h" |
| 14 | |
| 15 | /* |
| 16 | * Read NSC/Cyrix DEVID registers (DIR) to get more detailed info. about the CPU |
| 17 | */ |
Paul Gortmaker | 148f9bb | 2013-06-18 18:23:59 -0400 | [diff] [blame] | 18 | static void __do_cyrix_devid(unsigned char *dir0, unsigned char *dir1) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 19 | { |
| 20 | unsigned char ccr2, ccr3; |
Paolo Ciarrocchi | adf8526 | 2008-02-22 23:11:23 +0100 | [diff] [blame] | 21 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 22 | /* we test for DEVID by checking whether CCR3 is writable */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 23 | ccr3 = getCx86(CX86_CCR3); |
| 24 | setCx86(CX86_CCR3, ccr3 ^ 0x80); |
| 25 | getCx86(0xc0); /* dummy to change bus */ |
| 26 | |
| 27 | if (getCx86(CX86_CCR3) == ccr3) { /* no DEVID regs. */ |
| 28 | ccr2 = getCx86(CX86_CCR2); |
| 29 | setCx86(CX86_CCR2, ccr2 ^ 0x04); |
| 30 | getCx86(0xc0); /* dummy */ |
| 31 | |
| 32 | if (getCx86(CX86_CCR2) == ccr2) /* old Cx486SLC/DLC */ |
| 33 | *dir0 = 0xfd; |
| 34 | else { /* Cx486S A step */ |
| 35 | setCx86(CX86_CCR2, ccr2); |
| 36 | *dir0 = 0xfe; |
| 37 | } |
Paolo Ciarrocchi | adf8526 | 2008-02-22 23:11:23 +0100 | [diff] [blame] | 38 | } else { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 39 | setCx86(CX86_CCR3, ccr3); /* restore CCR3 */ |
| 40 | |
| 41 | /* read DIR0 and DIR1 CPU registers */ |
| 42 | *dir0 = getCx86(CX86_DIR0); |
| 43 | *dir1 = getCx86(CX86_DIR1); |
| 44 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 45 | } |
| 46 | |
Paul Gortmaker | 148f9bb | 2013-06-18 18:23:59 -0400 | [diff] [blame] | 47 | static void do_cyrix_devid(unsigned char *dir0, unsigned char *dir1) |
Yinghai Lu | 5fef55f | 2008-09-04 21:09:43 +0200 | [diff] [blame] | 48 | { |
| 49 | unsigned long flags; |
| 50 | |
| 51 | local_irq_save(flags); |
| 52 | __do_cyrix_devid(dir0, dir1); |
| 53 | local_irq_restore(flags); |
| 54 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 55 | /* |
| 56 | * Cx86_dir0_msb is a HACK needed by check_cx686_cpuid/slop in bugs.h in |
| 57 | * order to identify the Cyrix CPU model after we're out of setup.c |
| 58 | * |
| 59 | * Actually since bugs.h doesn't even reference this perhaps someone should |
| 60 | * fix the documentation ??? |
| 61 | */ |
Paul Gortmaker | 148f9bb | 2013-06-18 18:23:59 -0400 | [diff] [blame] | 62 | static unsigned char Cx86_dir0_msb = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 63 | |
Paul Gortmaker | 148f9bb | 2013-06-18 18:23:59 -0400 | [diff] [blame] | 64 | static const char Cx86_model[][9] = { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 65 | "Cx486", "Cx486", "5x86 ", "6x86", "MediaGX ", "6x86MX ", |
| 66 | "M II ", "Unknown" |
| 67 | }; |
Paul Gortmaker | 148f9bb | 2013-06-18 18:23:59 -0400 | [diff] [blame] | 68 | static const char Cx486_name[][5] = { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 69 | "SLC", "DLC", "SLC2", "DLC2", "SRx", "DRx", |
| 70 | "SRx2", "DRx2" |
| 71 | }; |
Paul Gortmaker | 148f9bb | 2013-06-18 18:23:59 -0400 | [diff] [blame] | 72 | static const char Cx486S_name[][4] = { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 73 | "S", "S2", "Se", "S2e" |
| 74 | }; |
Paul Gortmaker | 148f9bb | 2013-06-18 18:23:59 -0400 | [diff] [blame] | 75 | static const char Cx486D_name[][4] = { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 76 | "DX", "DX2", "?", "?", "?", "DX4" |
| 77 | }; |
Paul Gortmaker | 148f9bb | 2013-06-18 18:23:59 -0400 | [diff] [blame] | 78 | static char Cx86_cb[] = "?.5x Core/Bus Clock"; |
| 79 | static const char cyrix_model_mult1[] = "12??43"; |
| 80 | static const char cyrix_model_mult2[] = "12233445"; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 81 | |
| 82 | /* |
| 83 | * Reset the slow-loop (SLOP) bit on the 686(L) which is set by some old |
| 84 | * BIOSes for compatibility with DOS games. This makes the udelay loop |
| 85 | * work correctly, and improves performance. |
| 86 | * |
| 87 | * FIXME: our newer udelay uses the tsc. We don't need to frob with SLOP |
| 88 | */ |
| 89 | |
Paul Gortmaker | 148f9bb | 2013-06-18 18:23:59 -0400 | [diff] [blame] | 90 | static void check_cx686_slop(struct cpuinfo_x86 *c) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 91 | { |
| 92 | unsigned long flags; |
Paolo Ciarrocchi | adf8526 | 2008-02-22 23:11:23 +0100 | [diff] [blame] | 93 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 94 | if (Cx86_dir0_msb == 3) { |
| 95 | unsigned char ccr3, ccr5; |
| 96 | |
| 97 | local_irq_save(flags); |
| 98 | ccr3 = getCx86(CX86_CCR3); |
Marcin Garski | db955170 | 2007-10-19 23:22:11 +0200 | [diff] [blame] | 99 | setCx86(CX86_CCR3, (ccr3 & 0x0f) | 0x10); /* enable MAPEN */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 100 | ccr5 = getCx86(CX86_CCR5); |
| 101 | if (ccr5 & 2) |
| 102 | setCx86(CX86_CCR5, ccr5 & 0xfd); /* reset SLOP */ |
| 103 | setCx86(CX86_CCR3, ccr3); /* disable MAPEN */ |
| 104 | local_irq_restore(flags); |
| 105 | |
| 106 | if (ccr5 & 2) { /* possible wrong calibration done */ |
Chen Yucong | 1b74dde | 2016-02-02 11:45:02 +0800 | [diff] [blame] | 107 | pr_info("Recalibrating delay loop with SLOP bit reset\n"); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 108 | calibrate_delay(); |
| 109 | c->loops_per_jiffy = loops_per_jiffy; |
| 110 | } |
| 111 | } |
| 112 | } |
| 113 | |
| 114 | |
Paul Gortmaker | 148f9bb | 2013-06-18 18:23:59 -0400 | [diff] [blame] | 115 | static void set_cx86_reorder(void) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 116 | { |
| 117 | u8 ccr3; |
| 118 | |
Chen Yucong | 1b74dde | 2016-02-02 11:45:02 +0800 | [diff] [blame] | 119 | pr_info("Enable Memory access reorder on Cyrix/NSC processor.\n"); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 120 | ccr3 = getCx86(CX86_CCR3); |
Jan Engelhardt | 96de0e2 | 2007-10-19 23:21:04 +0200 | [diff] [blame] | 121 | setCx86(CX86_CCR3, (ccr3 & 0x0f) | 0x10); /* enable MAPEN */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 122 | |
Jan Engelhardt | 96de0e2 | 2007-10-19 23:21:04 +0200 | [diff] [blame] | 123 | /* Load/Store Serialize to mem access disable (=reorder it) */ |
Ingo Molnar | 026e2c0 | 2008-07-22 11:58:14 +0200 | [diff] [blame] | 124 | setCx86_old(CX86_PCR0, getCx86_old(CX86_PCR0) & ~0x80); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 125 | /* set load/store serialize from 1GB to 4GB */ |
| 126 | ccr3 |= 0xe0; |
| 127 | setCx86(CX86_CCR3, ccr3); |
| 128 | } |
| 129 | |
Paul Gortmaker | 148f9bb | 2013-06-18 18:23:59 -0400 | [diff] [blame] | 130 | static void set_cx86_memwb(void) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 131 | { |
Chen Yucong | 1b74dde | 2016-02-02 11:45:02 +0800 | [diff] [blame] | 132 | pr_info("Enable Memory-Write-back mode on Cyrix/NSC processor.\n"); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 133 | |
| 134 | /* CCR2 bit 2: unlock NW bit */ |
Ingo Molnar | 026e2c0 | 2008-07-22 11:58:14 +0200 | [diff] [blame] | 135 | setCx86_old(CX86_CCR2, getCx86_old(CX86_CCR2) & ~0x04); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 136 | /* set 'Not Write-through' */ |
Dave Jones | 7ebad70 | 2008-01-30 13:30:39 +0100 | [diff] [blame] | 137 | write_cr0(read_cr0() | X86_CR0_NW); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 138 | /* CCR2 bit 2: lock NW bit and set WT1 */ |
Ingo Molnar | 026e2c0 | 2008-07-22 11:58:14 +0200 | [diff] [blame] | 139 | setCx86_old(CX86_CCR2, getCx86_old(CX86_CCR2) | 0x14); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 140 | } |
| 141 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 142 | /* |
| 143 | * Configure later MediaGX and/or Geode processor. |
| 144 | */ |
| 145 | |
Paul Gortmaker | 148f9bb | 2013-06-18 18:23:59 -0400 | [diff] [blame] | 146 | static void geode_configure(void) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 147 | { |
| 148 | unsigned long flags; |
TAKADA Yoshihito | bcde1eb | 2007-02-13 13:26:25 +0100 | [diff] [blame] | 149 | u8 ccr3; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 150 | local_irq_save(flags); |
| 151 | |
| 152 | /* Suspend on halt power saving and enable #SUSP pin */ |
Ingo Molnar | 026e2c0 | 2008-07-22 11:58:14 +0200 | [diff] [blame] | 153 | setCx86_old(CX86_CCR2, getCx86_old(CX86_CCR2) | 0x88); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 154 | |
| 155 | ccr3 = getCx86(CX86_CCR3); |
TAKADA Yoshihito | bcde1eb | 2007-02-13 13:26:25 +0100 | [diff] [blame] | 156 | setCx86(CX86_CCR3, (ccr3 & 0x0f) | 0x10); /* enable MAPEN */ |
Paolo Ciarrocchi | adf8526 | 2008-02-22 23:11:23 +0100 | [diff] [blame] | 157 | |
TAKADA Yoshihito | bcde1eb | 2007-02-13 13:26:25 +0100 | [diff] [blame] | 158 | |
| 159 | /* FPU fast, DTE cache, Mem bypass */ |
Ingo Molnar | 026e2c0 | 2008-07-22 11:58:14 +0200 | [diff] [blame] | 160 | setCx86_old(CX86_CCR4, getCx86_old(CX86_CCR4) | 0x38); |
TAKADA Yoshihito | bcde1eb | 2007-02-13 13:26:25 +0100 | [diff] [blame] | 161 | setCx86(CX86_CCR3, ccr3); /* disable MAPEN */ |
Paolo Ciarrocchi | adf8526 | 2008-02-22 23:11:23 +0100 | [diff] [blame] | 162 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 163 | set_cx86_memwb(); |
Paolo Ciarrocchi | adf8526 | 2008-02-22 23:11:23 +0100 | [diff] [blame] | 164 | set_cx86_reorder(); |
Paolo Ciarrocchi | adf8526 | 2008-02-22 23:11:23 +0100 | [diff] [blame] | 165 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 166 | local_irq_restore(flags); |
| 167 | } |
| 168 | |
Paul Gortmaker | 148f9bb | 2013-06-18 18:23:59 -0400 | [diff] [blame] | 169 | static void early_init_cyrix(struct cpuinfo_x86 *c) |
Yinghai Lu | 5fef55f | 2008-09-04 21:09:43 +0200 | [diff] [blame] | 170 | { |
| 171 | unsigned char dir0, dir0_msn, dir1 = 0; |
| 172 | |
| 173 | __do_cyrix_devid(&dir0, &dir1); |
| 174 | dir0_msn = dir0 >> 4; /* identifies CPU "family" */ |
| 175 | |
| 176 | switch (dir0_msn) { |
| 177 | case 3: /* 6x86/6x86L */ |
| 178 | /* Emulate MTRRs using Cyrix's ARRs. */ |
| 179 | set_cpu_cap(c, X86_FEATURE_CYRIX_ARR); |
| 180 | break; |
| 181 | case 5: /* 6x86MX/M II */ |
| 182 | /* Emulate MTRRs using Cyrix's ARRs. */ |
| 183 | set_cpu_cap(c, X86_FEATURE_CYRIX_ARR); |
| 184 | break; |
| 185 | } |
| 186 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 187 | |
Paul Gortmaker | 148f9bb | 2013-06-18 18:23:59 -0400 | [diff] [blame] | 188 | static void init_cyrix(struct cpuinfo_x86 *c) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 189 | { |
| 190 | unsigned char dir0, dir0_msn, dir0_lsn, dir1 = 0; |
| 191 | char *buf = c->x86_model_id; |
| 192 | const char *p = NULL; |
| 193 | |
Paolo Ciarrocchi | adf8526 | 2008-02-22 23:11:23 +0100 | [diff] [blame] | 194 | /* |
| 195 | * Bit 31 in normal CPUID used for nonstandard 3DNow ID; |
| 196 | * 3DNow is IDd by bit 31 in extended CPUID (1*32+31) anyway |
| 197 | */ |
Ingo Molnar | 1d007cd | 2008-02-26 08:52:27 +0100 | [diff] [blame] | 198 | clear_cpu_cap(c, 0*32+31); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 199 | |
| 200 | /* Cyrix used bit 24 in extended (AMD) CPUID for Cyrix MMX extensions */ |
Ingo Molnar | 1d007cd | 2008-02-26 08:52:27 +0100 | [diff] [blame] | 201 | if (test_cpu_cap(c, 1*32+24)) { |
| 202 | clear_cpu_cap(c, 1*32+24); |
| 203 | set_cpu_cap(c, X86_FEATURE_CXMMX); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 204 | } |
| 205 | |
| 206 | do_cyrix_devid(&dir0, &dir1); |
| 207 | |
| 208 | check_cx686_slop(c); |
| 209 | |
| 210 | Cx86_dir0_msb = dir0_msn = dir0 >> 4; /* identifies CPU "family" */ |
| 211 | dir0_lsn = dir0 & 0xf; /* model or clock multiplier */ |
| 212 | |
| 213 | /* common case step number/rev -- exceptions handled below */ |
| 214 | c->x86_model = (dir1 >> 4) + 1; |
| 215 | c->x86_mask = dir1 & 0xf; |
| 216 | |
| 217 | /* Now cook; the original recipe is by Channing Corn, from Cyrix. |
| 218 | * We do the same thing for each generation: we work out |
| 219 | * the model, multiplier and stepping. Black magic included, |
| 220 | * to make the silicon step/rev numbers match the printed ones. |
| 221 | */ |
Paolo Ciarrocchi | adf8526 | 2008-02-22 23:11:23 +0100 | [diff] [blame] | 222 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 223 | switch (dir0_msn) { |
| 224 | unsigned char tmp; |
| 225 | |
| 226 | case 0: /* Cx486SLC/DLC/SRx/DRx */ |
| 227 | p = Cx486_name[dir0_lsn & 7]; |
| 228 | break; |
| 229 | |
| 230 | case 1: /* Cx486S/DX/DX2/DX4 */ |
| 231 | p = (dir0_lsn & 8) ? Cx486D_name[dir0_lsn & 5] |
| 232 | : Cx486S_name[dir0_lsn & 3]; |
| 233 | break; |
| 234 | |
| 235 | case 2: /* 5x86 */ |
| 236 | Cx86_cb[2] = cyrix_model_mult1[dir0_lsn & 5]; |
| 237 | p = Cx86_cb+2; |
| 238 | break; |
| 239 | |
| 240 | case 3: /* 6x86/6x86L */ |
| 241 | Cx86_cb[1] = ' '; |
| 242 | Cx86_cb[2] = cyrix_model_mult1[dir0_lsn & 5]; |
| 243 | if (dir1 > 0x21) { /* 686L */ |
| 244 | Cx86_cb[0] = 'L'; |
| 245 | p = Cx86_cb; |
| 246 | (c->x86_model)++; |
| 247 | } else /* 686 */ |
| 248 | p = Cx86_cb+1; |
| 249 | /* Emulate MTRRs using Cyrix's ARRs. */ |
Ingo Molnar | 1d007cd | 2008-02-26 08:52:27 +0100 | [diff] [blame] | 250 | set_cpu_cap(c, X86_FEATURE_CYRIX_ARR); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 251 | /* 6x86's contain this bug */ |
Borislav Petkov | c5b41a6 | 2013-03-20 15:07:26 +0100 | [diff] [blame] | 252 | set_cpu_bug(c, X86_BUG_COMA); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 253 | break; |
| 254 | |
| 255 | case 4: /* MediaGX/GXm or Geode GXM/GXLV/GX1 */ |
| 256 | #ifdef CONFIG_PCI |
Alan | 120fad7 | 2007-02-13 13:26:26 +0100 | [diff] [blame] | 257 | { |
| 258 | u32 vendor, device; |
Paolo Ciarrocchi | adf8526 | 2008-02-22 23:11:23 +0100 | [diff] [blame] | 259 | /* |
| 260 | * It isn't really a PCI quirk directly, but the cure is the |
| 261 | * same. The MediaGX has deep magic SMM stuff that handles the |
| 262 | * SB emulation. It throws away the fifo on disable_dma() which |
| 263 | * is wrong and ruins the audio. |
| 264 | * |
| 265 | * Bug2: VSA1 has a wrap bug so that using maximum sized DMA |
| 266 | * causes bad things. According to NatSemi VSA2 has another |
| 267 | * bug to do with 'hlt'. I've not seen any boards using VSA2 |
| 268 | * and X doesn't seem to support it either so who cares 8). |
| 269 | * VSA1 we work around however. |
| 270 | */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 271 | |
Chen Yucong | 1b74dde | 2016-02-02 11:45:02 +0800 | [diff] [blame] | 272 | pr_info("Working around Cyrix MediaGX virtual DMA bugs.\n"); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 273 | isa_dma_bridge_buggy = 2; |
Andreas Mohr | cefc0113 | 2006-06-23 02:04:26 -0700 | [diff] [blame] | 274 | |
Alan | 120fad7 | 2007-02-13 13:26:26 +0100 | [diff] [blame] | 275 | /* We do this before the PCI layer is running. However we |
| 276 | are safe here as we know the bridge must be a Cyrix |
| 277 | companion and must be present */ |
| 278 | vendor = read_pci_config_16(0, 0, 0x12, PCI_VENDOR_ID); |
| 279 | device = read_pci_config_16(0, 0, 0x12, PCI_DEVICE_ID); |
Andreas Mohr | cefc0113 | 2006-06-23 02:04:26 -0700 | [diff] [blame] | 280 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 281 | /* |
| 282 | * The 5510/5520 companion chips have a funky PIT. |
Paolo Ciarrocchi | adf8526 | 2008-02-22 23:11:23 +0100 | [diff] [blame] | 283 | */ |
Alan | 120fad7 | 2007-02-13 13:26:26 +0100 | [diff] [blame] | 284 | if (vendor == PCI_VENDOR_ID_CYRIX && |
Alan Cox | 8bdbd96 | 2009-07-04 00:35:45 +0100 | [diff] [blame] | 285 | (device == PCI_DEVICE_ID_CYRIX_5510 || |
| 286 | device == PCI_DEVICE_ID_CYRIX_5520)) |
john stultz | 5a90cf2 | 2007-05-02 19:27:08 +0200 | [diff] [blame] | 287 | mark_tsc_unstable("cyrix 5510/5520 detected"); |
Alan | 120fad7 | 2007-02-13 13:26:26 +0100 | [diff] [blame] | 288 | } |
Andreas Mohr | cefc0113 | 2006-06-23 02:04:26 -0700 | [diff] [blame] | 289 | #endif |
Paolo Ciarrocchi | adf8526 | 2008-02-22 23:11:23 +0100 | [diff] [blame] | 290 | c->x86_cache_size = 16; /* Yep 16K integrated cache thats it */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 291 | |
| 292 | /* GXm supports extended cpuid levels 'ala' AMD */ |
| 293 | if (c->cpuid_level == 2) { |
| 294 | /* Enable cxMMX extensions (GX1 Datasheet 54) */ |
Ingo Molnar | 026e2c0 | 2008-07-22 11:58:14 +0200 | [diff] [blame] | 295 | setCx86_old(CX86_CCR7, getCx86_old(CX86_CCR7) | 1); |
Paolo Ciarrocchi | adf8526 | 2008-02-22 23:11:23 +0100 | [diff] [blame] | 296 | |
takada | 2632f01 | 2007-02-13 13:26:24 +0100 | [diff] [blame] | 297 | /* |
| 298 | * GXm : 0x30 ... 0x5f GXm datasheet 51 |
| 299 | * GXlv: 0x6x GXlv datasheet 54 |
| 300 | * ? : 0x7x |
| 301 | * GX1 : 0x8x GX1 datasheet 56 |
| 302 | */ |
Alan Cox | 8bdbd96 | 2009-07-04 00:35:45 +0100 | [diff] [blame] | 303 | if ((0x30 <= dir1 && dir1 <= 0x6f) || |
| 304 | (0x80 <= dir1 && dir1 <= 0x8f)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 305 | geode_configure(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 306 | return; |
Paolo Ciarrocchi | adf8526 | 2008-02-22 23:11:23 +0100 | [diff] [blame] | 307 | } else { /* MediaGX */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 308 | Cx86_cb[2] = (dir0_lsn & 1) ? '3' : '4'; |
| 309 | p = Cx86_cb+2; |
| 310 | c->x86_model = (dir1 & 0x20) ? 1 : 2; |
| 311 | } |
| 312 | break; |
| 313 | |
Paolo Ciarrocchi | adf8526 | 2008-02-22 23:11:23 +0100 | [diff] [blame] | 314 | case 5: /* 6x86MX/M II */ |
| 315 | if (dir1 > 7) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 316 | dir0_msn++; /* M II */ |
| 317 | /* Enable MMX extensions (App note 108) */ |
Ingo Molnar | 026e2c0 | 2008-07-22 11:58:14 +0200 | [diff] [blame] | 318 | setCx86_old(CX86_CCR7, getCx86_old(CX86_CCR7)|1); |
Paolo Ciarrocchi | adf8526 | 2008-02-22 23:11:23 +0100 | [diff] [blame] | 319 | } else { |
Borislav Petkov | c5b41a6 | 2013-03-20 15:07:26 +0100 | [diff] [blame] | 320 | /* A 6x86MX - it has the bug. */ |
| 321 | set_cpu_bug(c, X86_BUG_COMA); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 322 | } |
| 323 | tmp = (!(dir0_lsn & 7) || dir0_lsn & 1) ? 2 : 0; |
| 324 | Cx86_cb[tmp] = cyrix_model_mult2[dir0_lsn & 7]; |
| 325 | p = Cx86_cb+tmp; |
Paolo Ciarrocchi | adf8526 | 2008-02-22 23:11:23 +0100 | [diff] [blame] | 326 | if (((dir1 & 0x0f) > 4) || ((dir1 & 0xf0) == 0x20)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 327 | (c->x86_model)++; |
| 328 | /* Emulate MTRRs using Cyrix's ARRs. */ |
Ingo Molnar | 1d007cd | 2008-02-26 08:52:27 +0100 | [diff] [blame] | 329 | set_cpu_cap(c, X86_FEATURE_CYRIX_ARR); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 330 | break; |
| 331 | |
| 332 | case 0xf: /* Cyrix 486 without DEVID registers */ |
| 333 | switch (dir0_lsn) { |
| 334 | case 0xd: /* either a 486SLC or DLC w/o DEVID */ |
| 335 | dir0_msn = 0; |
H. Peter Anvin | 60e019e | 2013-04-29 16:04:20 +0200 | [diff] [blame] | 336 | p = Cx486_name[(cpu_has_fpu ? 1 : 0)]; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 337 | break; |
| 338 | |
| 339 | case 0xe: /* a 486S A step */ |
| 340 | dir0_msn = 0; |
| 341 | p = Cx486S_name[0]; |
| 342 | break; |
| 343 | } |
| 344 | break; |
| 345 | |
| 346 | default: /* unknown (shouldn't happen, we know everyone ;-) */ |
| 347 | dir0_msn = 7; |
| 348 | break; |
| 349 | } |
| 350 | strcpy(buf, Cx86_model[dir0_msn & 7]); |
Paolo Ciarrocchi | adf8526 | 2008-02-22 23:11:23 +0100 | [diff] [blame] | 351 | if (p) |
| 352 | strcat(buf, p); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 353 | return; |
| 354 | } |
| 355 | |
| 356 | /* |
Jordan Crouse | f90b811 | 2006-01-06 00:12:14 -0800 | [diff] [blame] | 357 | * Handle National Semiconductor branded processors |
| 358 | */ |
Paul Gortmaker | 148f9bb | 2013-06-18 18:23:59 -0400 | [diff] [blame] | 359 | static void init_nsc(struct cpuinfo_x86 *c) |
Jordan Crouse | f90b811 | 2006-01-06 00:12:14 -0800 | [diff] [blame] | 360 | { |
Paolo Ciarrocchi | adf8526 | 2008-02-22 23:11:23 +0100 | [diff] [blame] | 361 | /* |
| 362 | * There may be GX1 processors in the wild that are branded |
Jordan Crouse | f90b811 | 2006-01-06 00:12:14 -0800 | [diff] [blame] | 363 | * NSC and not Cyrix. |
| 364 | * |
| 365 | * This function only handles the GX processor, and kicks every |
| 366 | * thing else to the Cyrix init function above - that should |
| 367 | * cover any processors that might have been branded differently |
Andreas Mohr | d6e05ed | 2006-06-26 18:35:02 +0200 | [diff] [blame] | 368 | * after NSC acquired Cyrix. |
Jordan Crouse | f90b811 | 2006-01-06 00:12:14 -0800 | [diff] [blame] | 369 | * |
| 370 | * If this breaks your GX1 horribly, please e-mail |
| 371 | * info-linux@ldcmail.amd.com to tell us. |
| 372 | */ |
| 373 | |
| 374 | /* Handle the GX (Formally known as the GX2) */ |
| 375 | |
| 376 | if (c->x86 == 5 && c->x86_model == 5) |
Borislav Petkov | 27c13ec | 2009-11-21 14:01:45 +0100 | [diff] [blame] | 377 | cpu_detect_cache_sizes(c); |
Jordan Crouse | f90b811 | 2006-01-06 00:12:14 -0800 | [diff] [blame] | 378 | else |
| 379 | init_cyrix(c); |
| 380 | } |
| 381 | |
| 382 | /* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 383 | * Cyrix CPUs without cpuid or with cpuid not yet enabled can be detected |
| 384 | * by the fact that they preserve the flags across the division of 5/2. |
| 385 | * PII and PPro exhibit this behavior too, but they have cpuid available. |
| 386 | */ |
Paolo Ciarrocchi | adf8526 | 2008-02-22 23:11:23 +0100 | [diff] [blame] | 387 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 388 | /* |
| 389 | * Perform the Cyrix 5/2 test. A Cyrix won't change |
| 390 | * the flags, while other 486 chips will. |
| 391 | */ |
| 392 | static inline int test_cyrix_52div(void) |
| 393 | { |
| 394 | unsigned int test; |
| 395 | |
| 396 | __asm__ __volatile__( |
| 397 | "sahf\n\t" /* clear flags (%eax = 0x0005) */ |
| 398 | "div %b2\n\t" /* divide 5 by 2 */ |
| 399 | "lahf" /* store flags into %ah */ |
| 400 | : "=a" (test) |
| 401 | : "0" (5), "q" (2) |
| 402 | : "cc"); |
| 403 | |
| 404 | /* AH is 0x02 on Cyrix after the divide.. */ |
| 405 | return (unsigned char) (test >> 8) == 0x02; |
| 406 | } |
| 407 | |
Paul Gortmaker | 148f9bb | 2013-06-18 18:23:59 -0400 | [diff] [blame] | 408 | static void cyrix_identify(struct cpuinfo_x86 *c) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 409 | { |
| 410 | /* Detect Cyrix with disabled CPUID */ |
Paolo Ciarrocchi | adf8526 | 2008-02-22 23:11:23 +0100 | [diff] [blame] | 411 | if (c->x86 == 4 && test_cyrix_52div()) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 412 | unsigned char dir0, dir1; |
Paolo Ciarrocchi | adf8526 | 2008-02-22 23:11:23 +0100 | [diff] [blame] | 413 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 414 | strcpy(c->x86_vendor_id, "CyrixInstead"); |
Paolo Ciarrocchi | adf8526 | 2008-02-22 23:11:23 +0100 | [diff] [blame] | 415 | c->x86_vendor = X86_VENDOR_CYRIX; |
| 416 | |
| 417 | /* Actually enable cpuid on the older cyrix */ |
| 418 | |
| 419 | /* Retrieve CPU revisions */ |
| 420 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 421 | do_cyrix_devid(&dir0, &dir1); |
| 422 | |
Paolo Ciarrocchi | adf8526 | 2008-02-22 23:11:23 +0100 | [diff] [blame] | 423 | dir0 >>= 4; |
| 424 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 425 | /* Check it is an affected model */ |
Paolo Ciarrocchi | adf8526 | 2008-02-22 23:11:23 +0100 | [diff] [blame] | 426 | |
| 427 | if (dir0 == 5 || dir0 == 3) { |
TAKADA Yoshihito | bcde1eb | 2007-02-13 13:26:25 +0100 | [diff] [blame] | 428 | unsigned char ccr3; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 429 | unsigned long flags; |
Chen Yucong | 1b74dde | 2016-02-02 11:45:02 +0800 | [diff] [blame] | 430 | pr_info("Enabling CPUID on Cyrix processor.\n"); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 431 | local_irq_save(flags); |
| 432 | ccr3 = getCx86(CX86_CCR3); |
Alan Cox | 8bdbd96 | 2009-07-04 00:35:45 +0100 | [diff] [blame] | 433 | /* enable MAPEN */ |
| 434 | setCx86(CX86_CCR3, (ccr3 & 0x0f) | 0x10); |
| 435 | /* enable cpuid */ |
| 436 | setCx86_old(CX86_CCR4, getCx86_old(CX86_CCR4) | 0x80); |
| 437 | /* disable MAPEN */ |
| 438 | setCx86(CX86_CCR3, ccr3); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 439 | local_irq_restore(flags); |
| 440 | } |
| 441 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 442 | } |
| 443 | |
Paul Gortmaker | 148f9bb | 2013-06-18 18:23:59 -0400 | [diff] [blame] | 444 | static const struct cpu_dev cyrix_cpu_dev = { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 445 | .c_vendor = "Cyrix", |
Paolo Ciarrocchi | adf8526 | 2008-02-22 23:11:23 +0100 | [diff] [blame] | 446 | .c_ident = { "CyrixInstead" }, |
Yinghai Lu | 5fef55f | 2008-09-04 21:09:43 +0200 | [diff] [blame] | 447 | .c_early_init = early_init_cyrix, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 448 | .c_init = init_cyrix, |
| 449 | .c_identify = cyrix_identify, |
Yinghai Lu | 10a434f | 2008-09-04 21:09:45 +0200 | [diff] [blame] | 450 | .c_x86_vendor = X86_VENDOR_CYRIX, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 451 | }; |
| 452 | |
Yinghai Lu | 10a434f | 2008-09-04 21:09:45 +0200 | [diff] [blame] | 453 | cpu_dev_register(cyrix_cpu_dev); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 454 | |
Paul Gortmaker | 148f9bb | 2013-06-18 18:23:59 -0400 | [diff] [blame] | 455 | static const struct cpu_dev nsc_cpu_dev = { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 456 | .c_vendor = "NSC", |
Paolo Ciarrocchi | adf8526 | 2008-02-22 23:11:23 +0100 | [diff] [blame] | 457 | .c_ident = { "Geode by NSC" }, |
Jordan Crouse | f90b811 | 2006-01-06 00:12:14 -0800 | [diff] [blame] | 458 | .c_init = init_nsc, |
Yinghai Lu | 10a434f | 2008-09-04 21:09:45 +0200 | [diff] [blame] | 459 | .c_x86_vendor = X86_VENDOR_NSC, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 460 | }; |
| 461 | |
Yinghai Lu | 10a434f | 2008-09-04 21:09:45 +0200 | [diff] [blame] | 462 | cpu_dev_register(nsc_cpu_dev); |