Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
624b71ee
Commit
624b71ee
authored
Jul 12, 2015
by
Vineet Gupta
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ARCv2: support HS38 releases
Signed-off-by:
Vineet Gupta
<
vgupta@synopsys.com
>
parent
f51e2f19
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
arch/arc/kernel/setup.c
arch/arc/kernel/setup.c
+5
-1
No files found.
arch/arc/kernel/setup.c
View file @
624b71ee
...
...
@@ -142,11 +142,15 @@ static void read_arc_build_cfg_regs(void)
}
static
const
struct
cpuinfo_data
arc_cpu_tbl
[]
=
{
#ifdef CONFIG_ISA_ARCOMPACT
{
{
0x20
,
"ARC 600"
},
0x2F
},
{
{
0x30
,
"ARC 700"
},
0x33
},
{
{
0x34
,
"ARC 700 R4.10"
},
0x34
},
{
{
0x35
,
"ARC 700 R4.11"
},
0x35
},
{
{
0x50
,
"ARC HS38"
},
0x51
},
#else
{
{
0x50
,
"ARC HS38 R2.0"
},
0x51
},
{
{
0x52
,
"ARC HS38 R2.1"
},
0x52
},
#endif
{
{
0x00
,
NULL
}
}
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment