Add Neoverse V2 as a supported cpu model.
Signed-off-by: Jonathan Davies <jonathan.davies@nutanix.com>
---
src/cpu_map/arm_Neoverse-V2.xml | 6 ++++++
src/cpu_map/index.xml | 1 +
src/cpu_map/meson.build | 1 +
3 files changed, 8 insertions(+)
create mode 100644 src/cpu_map/arm_Neoverse-V2.xml
diff --git a/src/cpu_map/arm_Neoverse-V2.xml b/src/cpu_map/arm_Neoverse-V2.xml
new file mode 100644
index 0000000000..b8d75ad602
--- /dev/null
+++ b/src/cpu_map/arm_Neoverse-V2.xml
@@ -0,0 +1,6 @@
+<cpus>
+ <model name='Neoverse-V2'>
+ <vendor name='ARM'/>
+ <pvr value='0xd4f'/>
+ </model>
+</cpus>
diff --git a/src/cpu_map/index.xml b/src/cpu_map/index.xml
index 57a28d1d1d..82f3f95166 100644
--- a/src/cpu_map/index.xml
+++ b/src/cpu_map/index.xml
@@ -220,6 +220,7 @@
<include filename='arm_Neoverse-N1.xml'/>
<include filename='arm_Neoverse-N2.xml'/>
<include filename='arm_Neoverse-V1.xml'/>
+ <include filename='arm_Neoverse-V2.xml'/>
</group>
<group name='Qualcomm-based CPU models'>
diff --git a/src/cpu_map/meson.build b/src/cpu_map/meson.build
index 2b6b1bf3ea..952be9296c 100644
--- a/src/cpu_map/meson.build
+++ b/src/cpu_map/meson.build
@@ -12,6 +12,7 @@ cpumap_data = [
'arm_Neoverse-N1.xml',
'arm_Neoverse-N2.xml',
'arm_Neoverse-V1.xml',
+ 'arm_Neoverse-V2.xml',
'arm_Tengyun-S2500.xml',
'arm_ThunderX299xx.xml',
'arm_vendors.xml',
--
2.43.0