git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b67f598
)
config/arm: add Qualcomm Centriq 2400 part number
author
Thierry Herbelot
<thierry.herbelot@6wind.com>
Thu, 17 Jun 2021 15:13:28 +0000
(17:13 +0200)
committer
Thomas 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
patch
|
blob
|
history
diff --git
a/config/arm/meson.build
b/config/arm/meson.build
index
5273c56
..
e2a82c8
100644
(file)
--- a/
config/arm/meson.build
+++ b/
config/arm/meson.build
@@
-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']},
}
}