Skip to content

Commit 344cb44

Browse files
filipleplematmacieje
authored andcommitted
src/mb/protectli/vault_cml/mainboard.c: add VP4651
Add detection of the new VP4651 model based on the i5-10310U CPU detection. Upstream-Status: Inappropriate [Dasharo downstream] Signed-off-by: Filip Lewiński <[email protected]>
1 parent 4eed42d commit 344cb44

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/mainboard/protectli/vault_cml/mainboard.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ const char *smbios_mainboard_product_name(void)
4545
return "VP4630";
4646
else if (strstr(str, "i5-10210U") != NULL)
4747
return "VP4650";
48+
else if (strstr(str, "i5-10310U") != NULL)
49+
return "VP4651";
4850
else if (strstr(str, "i7-10810U") != NULL)
4951
return "VP4670";
5052
else

0 commit comments

Comments
 (0)