projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81653ed
)
microblaze: Add target architecture
author
Michal Simek
<michal.simek@xilinx.com>
Mon, 5 Jan 2015 11:01:17 +0000
(12:01 +0100)
committer
Michal Simek
<michal.simek@xilinx.com>
Thu, 8 Jan 2015 07:37:22 +0000
(08:37 +0100)
Add missing target architectures - virtex7, ultrascale virtex
and ultrascale kintex.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/microblaze/kernel/cpu/cpuinfo.c
patch
|
blob
|
history
diff --git
a/arch/microblaze/kernel/cpu/cpuinfo.c
b/arch/microblaze/kernel/cpu/cpuinfo.c
index
b60442d
..
d1dd6e8
100644
(file)
--- a/
arch/microblaze/kernel/cpu/cpuinfo.c
+++ b/
arch/microblaze/kernel/cpu/cpuinfo.c
@@
-65,11
+65,14
@@
const struct family_string_key family_string_lookup[] = {
{"spartan3adsp", 0xc},
{"spartan6", 0xd},
{"virtex6", 0xe},
+ {"virtex7", 0xf},
/* FIXME There is no key code defined for spartan2 */
{"spartan2", 0xf0},
{"kintex7", 0x10},
{"artix7", 0x11},
{"zynq7000", 0x12},
+ {"UltraScale Virtex", 0x13},
+ {"UltraScale Kintex", 0x14},
{NULL, 0},
};