]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
Add Qualcomm Oryon ARM core
authorSophon <wuxilin123@gmail.com>
Tue, 21 May 2024 07:42:17 +0000 (15:42 +0800)
committerGitHub <noreply@github.com>
Tue, 21 May 2024 07:42:17 +0000 (15:42 +0800)
Adding core information for Oryon found in Qualcomm Snapdragon X series SoCs

sys-utils/lscpu-arm.c

index b9e8060a92f4ca860bf0d88899b1ec58860c584a..af34ab9c175eff8e46628037db0bad7073242e22 100644 (file)
@@ -134,6 +134,7 @@ static const struct id_part apm_part[] = {
 };
 
 static const struct id_part qcom_part[] = {
+    { 0x001, "Oryon" },
     { 0x00f, "Scorpion" },
     { 0x02d, "Scorpion" },
     { 0x04d, "Krait" },