From: ThomasKaiser Date: Sun, 22 Jan 2023 11:45:08 +0000 (+0100) Subject: Add missing Cavium cores X-Git-Tag: v2.39-rc1~126^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c7e659f831cc10bb7855ce432e905f0c12e2b8b5;p=thirdparty%2Futil-linux.git Add missing Cavium cores https://github.com/ThomasKaiser/sbc-bench/commit/37332238c0a8b7c1555dca9d18a7c98362564416#diff-fdfd2a032c64d6e9ba92a3197cad6b26573c7094433d74efa4ae80f44f65aa99 --- diff --git a/sys-utils/lscpu-arm.c b/sys-utils/lscpu-arm.c index cf45bac18e..7b606e5185 100644 --- a/sys-utils/lscpu-arm.c +++ b/sys-utils/lscpu-arm.c @@ -118,6 +118,14 @@ static const struct id_part cavium_part[] = { { 0x0a2, "ThunderX-81XX" }, { 0x0a3, "ThunderX-83XX" }, { 0x0af, "ThunderX2-99xx" }, + { 0x0b0, "OcteonTX2" }, + { 0x0b1, "OcteonTX2-98XX" }, + { 0x0b2, "OcteonTX2-96XX" }, + { 0x0b3, "OcteonTX2-95XX" }, + { 0x0b4, "OcteonTX2-95XXN" }, + { 0x0b5, "OcteonTX2-95XXMM" }, + { 0x0b6, "OcteonTX2-95XXO" }, + { 0x0b8, "ThunderX3T110" }, { -1, "unknown" }, };