History log of /arch/sh/kernel/cpu/proc.c
Revision Date Author Comments
0b25b7c8cba83fa8c02fbf38eb905996f2455dd0 10-May-2012 Phil Edworthy <phil.edworthy@renesas.com> sh: Add sh7269 device

This is an sh2a device (max 266MHz) with FPU, video display
controller (VDC), 8 serial ports, 4 I2C channels, 3 CAN ports,
SD and on-chip USB.

Signed-off-by: Phil Edworthy <phil.edworthy@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
51ce30684e0d1ae50a154e1026de57d15d096286 09-May-2012 Phil Edworthy <phil.edworthy@renesas.com> sh: Add sh7264 device

This is an sh2a device with FPU, video display controller (VDC),
8 serial ports, 3 I2C channels, 2 CAN ports, SD and on-chip USB.

Signed-off-by: Phil Edworthy <phil.edworthy@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
fea88a0c02822fbb91a0b8301bf9af04377876a3 12-Apr-2012 Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> sh: Add initial support for SH7734 CPU subtype

This implements initial support for the SH7734.
This adds support SCIF, TMU and RTC.

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
fac6c2a891a3e7255e4440f09a4c7da954043ba9 12-Jan-2011 Magnus Damm <damm@opensource.se> sh: sh7372 SH4AL-DSP probe support

Add probe support for the sh7372 SH4AL-DSP core.

The most common use case for this is when the system
boots from the ARM core in the sh7372 and uses the
SH core for application offload as a slave CPU.

May also be used to boot the sh7372 from the SH core.

Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
a9b27bcc6acf2491609f51aa592ec67311d4518d 01-Nov-2010 Paul Mundt <lethal@linux-sh.org> sh: Break out cpuinfo_op procfs bits.

Presently this is all inlined in setup.c, which is not really the place
for it. Follow the x86 example and split it out into its own file.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>