mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 07:12:09 +00:00
sh: Add SH7203 CPU support.
This adds support for the SH7203 (SH-2A) CPU. Signed-off-by: Kieran Bingham <kbingham@mpc-data.co.uk> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
parent
ff1b750605
commit
6d01f51086
12 changed files with 399 additions and 15 deletions
|
@ -294,6 +294,7 @@ void __init setup_arch(char **cmdline_p)
|
|||
}
|
||||
|
||||
static const char *cpu_name[] = {
|
||||
[CPU_SH7203] = "SH7203",
|
||||
[CPU_SH7206] = "SH7206", [CPU_SH7619] = "SH7619",
|
||||
[CPU_SH7705] = "SH7705", [CPU_SH7706] = "SH7706",
|
||||
[CPU_SH7707] = "SH7707", [CPU_SH7708] = "SH7708",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue