Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1522648 > unrolled thread
| Started by | Michal Simek <michal.simek@xilinx.com> |
|---|---|
| First post | 2016-11-15 14:00 +0100 |
| Last post | 2016-11-15 14:00 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH 4/4] microblaze: Add new fpga families Michal Simek <michal.simek@xilinx.com> - 2016-11-15 14:00 +0100
| From | Michal Simek <michal.simek@xilinx.com> |
|---|---|
| Date | 2016-11-15 14:00 +0100 |
| Subject | [PATCH 4/4] microblaze: Add new fpga families |
| Message-ID | <sDLvb-52P-19@gated-at.bofh.it> |
Add new fpga families where Microblaze can run on.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---
arch/microblaze/kernel/cpu/cpuinfo.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/microblaze/kernel/cpu/cpuinfo.c b/arch/microblaze/kernel/cpu/cpuinfo.c
index 48a7d81487f3..96b3f26d16be 100644
--- a/arch/microblaze/kernel/cpu/cpuinfo.c
+++ b/arch/microblaze/kernel/cpu/cpuinfo.c
@@ -77,6 +77,10 @@
{"zynq7000", 0x12},
{"UltraScale Virtex", 0x13},
{"UltraScale Kintex", 0x14},
+ {"UltraScale+ Zynq", 0x15},
+ {"UltraScale+ Virtex", 0x16},
+ {"UltraScale+ Kintex", 0x17},
+ {"Spartan7", 0x18},
{NULL, 0},
};
--
1.9.1
Back to top | Article view | linux.kernel
csiph-web