From: Sophon Date: Tue, 21 May 2024 07:42:17 +0000 (+0800) Subject: Add Qualcomm Oryon ARM core X-Git-Tag: v2.42-start~328^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67e9380c3959b8c27fa20a6bf22a1199588df7dc;p=thirdparty%2Futil-linux.git Add Qualcomm Oryon ARM core Adding core information for Oryon found in Qualcomm Snapdragon X series SoCs --- diff --git a/sys-utils/lscpu-arm.c b/sys-utils/lscpu-arm.c index b9e8060a9..af34ab9c1 100644 --- a/sys-utils/lscpu-arm.c +++ b/sys-utils/lscpu-arm.c @@ -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" },