Browse Source

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
pull/2000/merge
Vivek Gautam 1 year ago
committed by Rohit Mathew
parent
commit
7e2736b0c1
  1. 2
      plat/arm/board/neoverse_rd/platform/rdfremont/platform.mk

2
plat/arm/board/neoverse_rd/platform/rdfremont/platform.mk

@ -102,3 +102,5 @@ $(eval $(call TOOL_ADD_PAYLOAD,${NT_FW_CONFIG},--nt-fw-config))
# 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

Loading…
Cancel
Save