mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-17 09:43:59 +08:00
microblaze: Add new fpga families
Add new fpga families where Microblaze can run on. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
8ee80500ad
commit
3400606d8f
@ -77,6 +77,10 @@ const struct family_string_key family_string_lookup[] = {
|
|||||||
{"zynq7000", 0x12},
|
{"zynq7000", 0x12},
|
||||||
{"UltraScale Virtex", 0x13},
|
{"UltraScale Virtex", 0x13},
|
||||||
{"UltraScale Kintex", 0x14},
|
{"UltraScale Kintex", 0x14},
|
||||||
|
{"UltraScale+ Zynq", 0x15},
|
||||||
|
{"UltraScale+ Virtex", 0x16},
|
||||||
|
{"UltraScale+ Kintex", 0x17},
|
||||||
|
{"Spartan7", 0x18},
|
||||||
{NULL, 0},
|
{NULL, 0},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user