Skip to content

Commit 851751f

Browse files
committed
CPU (Linux): adds support for new ARM C1 series CPU part IDs
Follows changes of util-linux
1 parent 3e86130 commit 851751f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/detection/cpu/cpu_arm.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,12 @@ static const char* armPartId2name(uint32_t partId)
112112
case 0xd87: return "Cortex-A725";
113113
case 0xd88: return "Cortex-A520AE";
114114
case 0xd89: return "Cortex-A720AE";
115+
case 0xd8a: return "C1-Nano";
116+
case 0xd8b: return "C1-Pro";
117+
case 0xd8c: return "C1-Ultra";
115118
case 0xd8e: return "Neoverse-N3";
116119
case 0xd8f: return "Cortex-A320";
120+
case 0xd90: return "C1-Premium";
117121
default: return NULL;
118122
}
119123
}

0 commit comments

Comments
 (0)