X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=arch%2Fmicroblaze%2Fkernel%2Fcpu%2Fcpuinfo.c;h=410398f6db555a1df3be57620454dc61c47f20fa;hb=52e8ad9066b57510e600acc4bbc4455a81732c6c;hp=0b2299bcb94817f59e34399adc20b05e96c0f3bd;hpb=7790ff45be89b6a3ed98bb8c0572255ad4ed7a28;p=~andy%2Flinux diff --git a/arch/microblaze/kernel/cpu/cpuinfo.c b/arch/microblaze/kernel/cpu/cpuinfo.c index 0b2299bcb94..410398f6db5 100644 --- a/arch/microblaze/kernel/cpu/cpuinfo.c +++ b/arch/microblaze/kernel/cpu/cpuinfo.c @@ -37,6 +37,8 @@ const struct cpu_ver_key cpu_ver_lookup[] = { {"8.20.a", 0x15}, {"8.20.b", 0x16}, {"8.30.a", 0x17}, + {"8.40.a", 0x18}, + {"8.40.b", 0x19}, {NULL, 0}, }; @@ -57,6 +59,9 @@ const struct family_string_key family_string_lookup[] = { {"virtex6", 0xe}, /* FIXME There is no key code defined for spartan2 */ {"spartan2", 0xf0}, + {"kintex7", 0x10}, + {"artix7", 0x11}, + {"zynq7000", 0x12}, {NULL, 0}, };