diff options
author | Monendra Singh Kushwaha <kmonendra@marvell.com> | 2024-02-28 13:09:06 +0530 |
---|---|---|
committer | Monendra Singh Kushwaha <kmonendra@marvell.com> | 2024-06-06 08:51:01 +0000 |
commit | 2ab34c8cb091421492c6395ef87a5ea0933d080f (patch) | |
tree | 2941a9cf3375665ebff0c3c7174184a01be30128 /src/cmake/platform | |
parent | 1121f0067c0371c95c521da8563953a27ec47f4c (diff) |
octeon: add support for Marvell Octeon9 SoC
Type: feature
Signed-off-by: Monendra Singh Kushwaha <kmonendra@marvell.com>
Change-Id: I5db58b8ec41b45596bc03b4a336a184c17871294
(cherry picked from commit a93c85a5793852b6edda20bc1100fa9fabd0eb29)
Diffstat (limited to 'src/cmake/platform')
-rw-r--r-- | src/cmake/platform/octeon9.cmake | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cmake/platform/octeon9.cmake b/src/cmake/platform/octeon9.cmake new file mode 100644 index 00000000000..46ca7dfa64a --- /dev/null +++ b/src/cmake/platform/octeon9.cmake @@ -0,0 +1,4 @@ + +set(VPP_PLATFORM_CACHE_LINE_SIZE 128) +set(VPP_PLATFORM_MARCH_FLAGS -march=armv8.2-a+crc+crypto) +set(VPP_PLATFORM_BUFFER_ALIGN 128) |