config/arm: add Qualcomm Centriq 2400 part number
authorThierry Herbelot <thierry.herbelot@6wind.com>
Thu, 17 Jun 2021 15:13:28 +0000 (17:13 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 9 Jul 2021 15:24:30 +0000 (17:24 +0200)
0xc00 is for "SoC 2.0" Qualcomm Centriq servers.
0x800 is for "SoC 1.1".

Signed-off-by: Thierry Herbelot <thierry.herbelot@6wind.com>
Acked-by: Ruifeng Wang <ruifeng.wang@arm.com>
config/arm/meson.build

index 5273c56..e2a82c8 100644 (file)
@@ -179,7 +179,8 @@ implementer_qualcomm = {
         ['RTE_MAX_NUMA_NODES', 1]
     ],
     'part_number_config': {
-        '0xc00': {'machine_args':  ['-march=armv8-a+crc']}
+        '0x800': {'machine_args':  ['-march=armv8-a+crc']},
+        '0xc00': {'machine_args':  ['-march=armv8-a+crc']},
     }
 }