CHG: [hw29] new fpga signature

BugzId: 74037
This commit is contained in:
Marcel Reichmuth 2022-04-11 14:43:08 +02:00
parent b9d1ec9479
commit 872dee4eeb
1 changed files with 2 additions and 0 deletions

View File

@ -172,6 +172,8 @@ static int fpga_verify(struct nbhw_fpga_priv *priv)
strcpy(fpga_type, "ICE40HX4K-CB132 HW18 V1"); strcpy(fpga_type, "ICE40HX4K-CB132 HW18 V1");
} else if (signature == 0x012f) { } else if (signature == 0x012f) {
strcpy(fpga_type, "LFE5U-12F-6BG381I HW18 V2"); strcpy(fpga_type, "LFE5U-12F-6BG381I HW18 V2");
} else if (signature == 0x4201) {
strcpy(fpga_type, "LFE5U-12F-6BG381I HW29");
} else { } else {
priv->signature = signature; priv->signature = signature;
goto abort; goto abort;