]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lscpu:Add Phytium FT-2000+ & S2500 support
authorpanchenbo <panchenbo@uniontech.com>
Wed, 11 Aug 2021 11:33:31 +0000 (19:33 +0800)
committerpanchenbo <panchenbo@uniontech.com>
Wed, 11 Aug 2021 11:33:31 +0000 (19:33 +0800)
sys-utils/lscpu-arm.c

index 7ae2850f7035d1e9c1ef4f74c3e53ee67c4579a0..8594c2cd879feb1206f64f1744eb2a2caf0022de 100644 (file)
@@ -189,6 +189,8 @@ static const struct id_part hisi_part[] = {
 };
 
 static const struct id_part ft_part[] = {
+    { 0x662, "FT-2000+" },
+    { 0x663, "S2500" },
     { -1, "unknown" },
 };