Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1522648 > unrolled thread

[PATCH 4/4] microblaze: Add new fpga families

Started byMichal Simek <michal.simek@xilinx.com>
First post2016-11-15 14:00 +0100
Last post2016-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.


Contents

  [PATCH 4/4] microblaze: Add new fpga families Michal Simek <michal.simek@xilinx.com> - 2016-11-15 14:00 +0100

#1522648 — [PATCH 4/4] microblaze: Add new fpga families

FromMichal Simek <michal.simek@xilinx.com>
Date2016-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

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web