]> 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)
committerKarel Zak <kzak@redhat.com>
Mon, 16 Aug 2021 10:59:52 +0000 (12:59 +0200)
sys-utils/lscpu-arm.c

index 96aab4f6d7be7a4c9cd2bf647502fb5fa8819e3c..79b8e3aa586a9c3bf8124027a5f1728218fa2acd 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" },
 };