cpu_map: Add Phytium FT-2000+ and Tengyun-S2500

Signed-off-by: Shaojun Yang <yangshaojun@phytium.com.cn>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
This commit is contained in:
Shaojun Yang 2020-11-19 08:26:15 +08:00 committed by Andrea Bolognani
parent 0a8d561433
commit 1fdbd4047e
5 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,6 @@
<cpus>
<model name='FT-2000+'>
<vendor name='Phytium'/>
<pvr value='0x662'/>
</model>
</cpus>

View File

@ -0,0 +1,6 @@
<cpus>
<model name='Tengyun-S2500'>
<vendor name='Phytium'/>
<pvr value='0x663'/>
</model>
</cpus>

View File

@ -11,4 +11,5 @@
<vendor name='Qualcomm' value='0x51'/>
<vendor name='Marvell' value='0x56'/>
<vendor name='Intel' value='0x69'/>
<vendor name='Phytium' value='0x70'/>
</cpus>

View File

@ -103,5 +103,9 @@
<!-- Hisilicon-based CPU models -->
<include filename='arm_Kunpeng-920.xml'/>
<!-- Phytium-based CPU models -->
<include filename='arm_FT-2000plus.xml'/>
<include filename='arm_Tengyun-S2500.xml'/>
</arch>
</cpus>

View File

@ -3,8 +3,10 @@ cpumap_data = [
'arm_cortex-a57.xml',
'arm_cortex-a72.xml',
'arm_Falkor.xml',
'arm_FT-2000plus.xml',
'arm_features.xml',
'arm_Kunpeng-920.xml',
'arm_Tengyun-S2500.xml',
'arm_ThunderX299xx.xml',
'arm_vendors.xml',
'index.xml',