config/arm: add Qualcomm Centriq 2400 part number

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>
This commit is contained in:
Thierry Herbelot 2021-06-17 17:13:28 +02:00 committed by Thomas Monjalon
parent b67f598e23
commit 58bd60da03

View 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']},
}
}