aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDamjan Marion <damarion@cisco.com>2024-08-27 18:14:22 +0200
committerBeno�t Ganne <bganne@cisco.com>2024-08-29 11:49:12 +0000
commitfc49c63e7426d5c254b4c38f2e74a9a6d75f11ba (patch)
tree2dfa52a9c3de61fab141bc39b41df65c86e9dad4 /src
parentb8d4490d9ce46ecb17899c9d40cdaae0744403fc (diff)
build: add Marvell CN913x platform
Change-Id: If16b073ddf204676c3ef410ba76d289e25e376d8 Type: feature Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'src')
-rw-r--r--src/cmake/platform/cn913x.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cmake/platform/cn913x.cmake b/src/cmake/platform/cn913x.cmake
new file mode 100644
index 00000000000..8c5cb739f9b
--- /dev/null
+++ b/src/cmake/platform/cn913x.cmake
@@ -0,0 +1,3 @@
+
+set(VPP_PLATFORM_CACHE_LINE_SIZE 64)
+set(VPP_PLATFORM_MARCH_FLAGS -march=armv8-a+crc+crypto)