[PATCH] config/arm: enable rcpc feature on neoverse n1
Joyce Kong
joyce.kong at arm.com
Mon Mar 20 04:26:55 CET 2023
Enable rcpc meson configuration for Neoverse N1 platform.
Signed-off-by: Joyce Kong <joyce.kong at arm.com>
Reviewed-by: Ruifeng Wang <ruifeng.wang at arm.com>
---
config/arm/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config/arm/meson.build b/config/arm/meson.build
index 5ff66248de..5213434ca4 100644
--- a/config/arm/meson.build
+++ b/config/arm/meson.build
@@ -65,7 +65,7 @@ part_number_config_arm = {
'0xd0b': {'compiler_options': ['-mcpu=cortex-a76']},
'0xd0c': {
'march': 'armv8.2-a',
- 'march_features': ['crypto'],
+ 'march_features': ['crypto', 'rcpc'],
'compiler_options': ['-mcpu=neoverse-n1'],
'flags': [
['RTE_MACHINE', '"neoverse-n1"'],
--
2.25.1
More information about the dev
mailing list