commit | 609aef4d50bebc5532d2183e1a3829833e9ec13c | [log] [tgz] |
---|---|---|
author | Vivek Gautam <vivek.gautam@arm.com> | Wed Sep 27 19:31:45 2023 +0530 |
committer | Rohit Mathew <rohit.mathew@arm.com> | Fri Jun 07 11:40:07 2024 +0100 |
tree | 7f700223069a09f4acd90a33c6aaaa7db23bc427 | |
parent | 3c701dd85d10fdb8e010a01b66888b3cfe3b798d [diff] |
feat(rdfremont): enable SVE for SWD and NS Enable SVE support for non secure and secure worlds for RD-Fremont variants. Signed-off-by: Vivek Gautam <vivek.gautam@arm.com> Signed-off-by: Rohit Mathew <rohit.mathew@arm.com> Change-Id: Idcb309d031a1e10740dd365bb65570f8d2ce3a05
diff --git a/plat/arm/board/neoverse_rd/platform/rdfremont/platform.mk b/plat/arm/board/neoverse_rd/platform/rdfremont/platform.mk index d30cde6..9699fbc 100644 --- a/plat/arm/board/neoverse_rd/platform/rdfremont/platform.mk +++ b/plat/arm/board/neoverse_rd/platform/rdfremont/platform.mk
@@ -102,3 +102,5 @@ # Features for RD-Fremont variants override ENABLE_FEAT_MPAM := 2 override ENABLE_FEAT_AMU := 2 +override ENABLE_SVE_FOR_SWD := 1 +override ENABLE_SVE_FOR_NS := 2