43 lines
1.2 KiB
Diff
43 lines
1.2 KiB
Diff
|
|
From 1fafc7b5a9392fce83e8f1701ccec289d11d4344 Mon Sep 17 00:00:00 2001
|
||
|
|
From: Xu Yandong <xuyandong2@huawei.com>
|
||
|
|
Date: Tue, 26 May 2020 20:08:07 +0800
|
||
|
|
Subject: [PATCH] cpu_map: add kunpeng-920 features to arm features
|
||
|
|
|
||
|
|
Signed-off-by: Xu Yandong <xuyandong2@huawei.com>
|
||
|
|
Signed-off-by: lishusen <lishusen2@huawei.com>
|
||
|
|
---
|
||
|
|
src/cpu_map/arm_features.xml | 19 +++++++++++++++++++
|
||
|
|
1 file changed, 19 insertions(+)
|
||
|
|
|
||
|
|
diff --git a/src/cpu_map/arm_features.xml b/src/cpu_map/arm_features.xml
|
||
|
|
index 8a53384463..5bed298071 100644
|
||
|
|
--- a/src/cpu_map/arm_features.xml
|
||
|
|
+++ b/src/cpu_map/arm_features.xml
|
||
|
|
@@ -19,4 +19,23 @@
|
||
|
|
<feature name='sve1920'/>
|
||
|
|
<feature name='sve2048'/>
|
||
|
|
|
||
|
|
+ <!-- Kunpeng-920 cpu features -->
|
||
|
|
+ <feature name='fp'/>
|
||
|
|
+ <feature name='asimd'/>
|
||
|
|
+ <feature name='evtstrm'/>
|
||
|
|
+ <feature name='aes'/>
|
||
|
|
+ <feature name='pmull'/>
|
||
|
|
+ <feature name='sha1'/>
|
||
|
|
+ <feature name='sha2'/>
|
||
|
|
+ <feature name='crc32'/>
|
||
|
|
+ <feature name='atomics'/>
|
||
|
|
+ <feature name='fphp'/>
|
||
|
|
+ <feature name='asimdhp'/>
|
||
|
|
+ <feature name='cpuid'/>
|
||
|
|
+ <feature name='asimdrdm'/>
|
||
|
|
+ <feature name='jscvt'/>
|
||
|
|
+ <feature name='fcma'/>
|
||
|
|
+ <feature name='dcpop'/>
|
||
|
|
+ <feature name='asimddp'/>
|
||
|
|
+ <feature name='asimdfhm'/>
|
||
|
|
</cpus>
|
||
|
|
--
|
||
|
|
2.27.0
|
||
|
|
|