Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1324873
| From | Paul Burton <paul.burton@imgtec.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/3] Imagination Technologies MIPS P6600 CPU Support |
| Date | 2016-02-03 04:30 +0100 |
| Message-ID | <qXWiK-4Pu-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This series introduces support for probing the Imagination Technologies P6600 CPU, a high end multi-core out-of-order MIPS64r6 CPU with features such as SIMD & hardware supported virtualization. We already have support in place for the required CM/CPS features so this simply adds the PRID, probes for it & adds various switch cases. Paul Burton (3): MIPS: Add P6600 PRID & cpu_type_enum values MIPS: Add P6600 cases to CPU switch statements MIPS: Probe the P6600 core arch/mips/include/asm/cpu-type.h | 1 + arch/mips/include/asm/cpu.h | 3 ++- arch/mips/kernel/cpu-probe.c | 5 +++++ arch/mips/kernel/perf_event_mipsxx.c | 6 ++++++ arch/mips/kernel/spram.c | 1 + arch/mips/kernel/traps.c | 1 + arch/mips/mm/c-r4k.c | 1 + arch/mips/mm/sc-mips.c | 1 + 8 files changed, 18 insertions(+), 1 deletion(-) -- 2.7.0
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/3] Imagination Technologies MIPS P6600 CPU Support Paul Burton <paul.burton@imgtec.com> - 2016-02-03 04:30 +0100
[PATCH 1/3] MIPS: Add P6600 PRID & cpu_type_enum values Paul Burton <paul.burton@imgtec.com> - 2016-02-03 04:30 +0100
[PATCH 3/3] MIPS: Probe the P6600 core Paul Burton <paul.burton@imgtec.com> - 2016-02-03 04:30 +0100
[PATCH 2/3] MIPS: Add P6600 cases to CPU switch statements Paul Burton <paul.burton@imgtec.com> - 2016-02-03 04:30 +0100
Re: [PATCH 2/3] MIPS: Add P6600 cases to CPU switch statements "Maciej W. Rozycki" <macro@imgtec.com> - 2016-02-03 20:50 +0100
csiph-web