Commit 442e14a2 authored by Steven J. Hill's avatar Steven J. Hill Committed by Ralf Baechle

MIPS: Add 1074K CPU support explicitly.

The 1074K is a multiprocessing coherent processing system (CPS) based
on modified 74K cores. This patch makes the 1074K an actual unique
CPU type, instead of a 74K derivative, which it is not.
Signed-off-by: default avatarSteven J. Hill <Steven.Hill@imgtec.com>
Reviewed-by: default avatarLeonid Yegoshin <Leonid.Yegoshin@imgtec.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/6389/Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 02dc6bfb
...@@ -212,7 +212,7 @@ void __init plat_mem_setup(void) ...@@ -212,7 +212,7 @@ void __init plat_mem_setup(void)
{ {
struct cpuinfo_mips *c = &current_cpu_data; struct cpuinfo_mips *c = &current_cpu_data;
if (c->cputype == CPU_74K) { if ((c->cputype == CPU_74K) || (c->cputype == CPU_1074K)) {
printk(KERN_INFO "bcm47xx: using bcma bus\n"); printk(KERN_INFO "bcm47xx: using bcma bus\n");
#ifdef CONFIG_BCM47XX_BCMA #ifdef CONFIG_BCM47XX_BCMA
bcm47xx_bus_type = BCM47XX_BUS_TYPE_BCMA; bcm47xx_bus_type = BCM47XX_BUS_TYPE_BCMA;
......
...@@ -296,7 +296,7 @@ enum cpu_type_enum { ...@@ -296,7 +296,7 @@ enum cpu_type_enum {
CPU_4KC, CPU_4KEC, CPU_4KSC, CPU_24K, CPU_34K, CPU_1004K, CPU_74K, CPU_4KC, CPU_4KEC, CPU_4KSC, CPU_24K, CPU_34K, CPU_1004K, CPU_74K,
CPU_ALCHEMY, CPU_PR4450, CPU_BMIPS32, CPU_BMIPS3300, CPU_BMIPS4350, CPU_ALCHEMY, CPU_PR4450, CPU_BMIPS32, CPU_BMIPS3300, CPU_BMIPS4350,
CPU_BMIPS4380, CPU_BMIPS5000, CPU_JZRISC, CPU_LOONGSON1, CPU_M14KC, CPU_BMIPS4380, CPU_BMIPS5000, CPU_JZRISC, CPU_LOONGSON1, CPU_M14KC,
CPU_M14KEC, CPU_INTERAPTIV, CPU_PROAPTIV, CPU_M14KEC, CPU_INTERAPTIV, CPU_PROAPTIV, CPU_1074K,
/* /*
* MIPS64 class processors * MIPS64 class processors
......
...@@ -806,7 +806,7 @@ static inline void cpu_probe_mips(struct cpuinfo_mips *c, unsigned int cpu) ...@@ -806,7 +806,7 @@ static inline void cpu_probe_mips(struct cpuinfo_mips *c, unsigned int cpu)
__cpu_name[cpu] = "MIPS 1004Kc"; __cpu_name[cpu] = "MIPS 1004Kc";
break; break;
case PRID_IMP_1074K: case PRID_IMP_1074K:
c->cputype = CPU_74K; c->cputype = CPU_1074K;
__cpu_name[cpu] = "MIPS 1074Kc"; __cpu_name[cpu] = "MIPS 1074Kc";
break; break;
case PRID_IMP_INTERAPTIV_UP: case PRID_IMP_INTERAPTIV_UP:
......
...@@ -184,6 +184,7 @@ void __init check_wait(void) ...@@ -184,6 +184,7 @@ void __init check_wait(void)
case CPU_24K: case CPU_24K:
case CPU_34K: case CPU_34K:
case CPU_1004K: case CPU_1004K:
case CPU_1074K:
case CPU_INTERAPTIV: case CPU_INTERAPTIV:
case CPU_PROAPTIV: case CPU_PROAPTIV:
cpu_wait = r4k_wait; cpu_wait = r4k_wait;
......
...@@ -1442,6 +1442,7 @@ static const struct mips_perf_event *mipsxx_pmu_map_raw_event(u64 config) ...@@ -1442,6 +1442,7 @@ static const struct mips_perf_event *mipsxx_pmu_map_raw_event(u64 config)
#endif #endif
break; break;
case CPU_74K: case CPU_74K:
case CPU_1074K:
if (IS_BOTH_COUNTERS_74K_EVENT(base_id)) if (IS_BOTH_COUNTERS_74K_EVENT(base_id))
raw_event.cntr_mask = CNTR_EVEN | CNTR_ODD; raw_event.cntr_mask = CNTR_EVEN | CNTR_ODD;
else else
...@@ -1584,6 +1585,11 @@ init_hw_perf_events(void) ...@@ -1584,6 +1585,11 @@ init_hw_perf_events(void)
mipspmu.general_event_map = &mipsxxcore_event_map; mipspmu.general_event_map = &mipsxxcore_event_map;
mipspmu.cache_event_map = &mipsxxcore_cache_map; mipspmu.cache_event_map = &mipsxxcore_cache_map;
break; break;
case CPU_1074K:
mipspmu.name = "mips/1074K";
mipspmu.general_event_map = &mipsxxcore_event_map;
mipspmu.cache_event_map = &mipsxxcore_cache_map;
break;
case CPU_LOONGSON1: case CPU_LOONGSON1:
mipspmu.name = "mips/loongson1"; mipspmu.name = "mips/loongson1";
mipspmu.general_event_map = &mipsxxcore_event_map; mipspmu.general_event_map = &mipsxxcore_event_map;
......
...@@ -205,6 +205,7 @@ void spram_config(void) ...@@ -205,6 +205,7 @@ void spram_config(void)
case CPU_34K: case CPU_34K:
case CPU_74K: case CPU_74K:
case CPU_1004K: case CPU_1004K:
case CPU_1074K:
case CPU_INTERAPTIV: case CPU_INTERAPTIV:
case CPU_PROAPTIV: case CPU_PROAPTIV:
config0 = read_c0_config(); config0 = read_c0_config();
......
...@@ -1337,6 +1337,7 @@ static inline void parity_protection_init(void) ...@@ -1337,6 +1337,7 @@ static inline void parity_protection_init(void)
case CPU_34K: case CPU_34K:
case CPU_74K: case CPU_74K:
case CPU_1004K: case CPU_1004K:
case CPU_1074K:
case CPU_INTERAPTIV: case CPU_INTERAPTIV:
case CPU_PROAPTIV: case CPU_PROAPTIV:
{ {
......
...@@ -1113,9 +1113,10 @@ static void probe_pcache(void) ...@@ -1113,9 +1113,10 @@ static void probe_pcache(void)
case CPU_34K: case CPU_34K:
case CPU_74K: case CPU_74K:
case CPU_1004K: case CPU_1004K:
case CPU_1074K:
case CPU_INTERAPTIV: case CPU_INTERAPTIV:
case CPU_PROAPTIV: case CPU_PROAPTIV:
if (current_cpu_type() == CPU_74K) if ((c->cputype == CPU_74K) || (c->cputype == CPU_1074K))
alias_74k_erratum(c); alias_74k_erratum(c);
if (!(read_c0_config7() & MIPS_CONF7_IAR) && if (!(read_c0_config7() & MIPS_CONF7_IAR) &&
(c->icache.waysize > PAGE_SIZE)) (c->icache.waysize > PAGE_SIZE))
......
...@@ -76,6 +76,7 @@ static inline int mips_sc_is_activated(struct cpuinfo_mips *c) ...@@ -76,6 +76,7 @@ static inline int mips_sc_is_activated(struct cpuinfo_mips *c)
case CPU_34K: case CPU_34K:
case CPU_74K: case CPU_74K:
case CPU_1004K: case CPU_1004K:
case CPU_1074K:
case CPU_INTERAPTIV: case CPU_INTERAPTIV:
case CPU_PROAPTIV: case CPU_PROAPTIV:
case CPU_BMIPS5000: case CPU_BMIPS5000:
......
...@@ -509,6 +509,7 @@ static void build_tlb_write_entry(u32 **p, struct uasm_label **l, ...@@ -509,6 +509,7 @@ static void build_tlb_write_entry(u32 **p, struct uasm_label **l,
switch (current_cpu_type()) { switch (current_cpu_type()) {
case CPU_M14KC: case CPU_M14KC:
case CPU_74K: case CPU_74K:
case CPU_1074K:
case CPU_PROAPTIV: case CPU_PROAPTIV:
break; break;
......
...@@ -86,6 +86,7 @@ int __init oprofile_arch_init(struct oprofile_operations *ops) ...@@ -86,6 +86,7 @@ int __init oprofile_arch_init(struct oprofile_operations *ops)
case CPU_34K: case CPU_34K:
case CPU_1004K: case CPU_1004K:
case CPU_74K: case CPU_74K:
case CPU_1074K:
case CPU_INTERAPTIV: case CPU_INTERAPTIV:
case CPU_PROAPTIV: case CPU_PROAPTIV:
case CPU_LOONGSON1: case CPU_LOONGSON1:
......
...@@ -372,6 +372,7 @@ static int __init mipsxx_init(void) ...@@ -372,6 +372,7 @@ static int __init mipsxx_init(void)
op_model_mipsxx_ops.cpu_type = "mips/34K"; op_model_mipsxx_ops.cpu_type = "mips/34K";
break; break;
case CPU_1074K:
case CPU_74K: case CPU_74K:
op_model_mipsxx_ops.cpu_type = "mips/74K"; op_model_mipsxx_ops.cpu_type = "mips/74K";
break; break;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment