refactor(build): rename build option RMM_CCA_DA to RMM_V1_1
The build option RMM_CCA_DA was introduced to enable Device Assignment
feature. While updating RMI, RSI commands aligning with RMM v1.1
specification we had to add data types and commands related to other
v1.1 features. So the RMM_CCA_DA build option is renamed to RMM_V1_1.
RMM v1.1 features like Device Assignment, Planes and MEC related
feature development can use this build option to enable or disable the
support for a feature.
Signed-off-by: Arunachalam Ganapathy <arunachalam.ganapathy@arm.com>
Change-Id: Iccdd5624b25405c2af25ad924757d0940b239dcf
diff --git a/docs/getting_started/build-options.rst b/docs/getting_started/build-options.rst
index 929b1f6..a3a17b7 100644
--- a/docs/getting_started/build-options.rst
+++ b/docs/getting_started/build-options.rst
@@ -290,7 +290,7 @@
RMM_HTML_COV_REPORT ,ON | OFF ,ON ,"Enable HTML output report for coverage analysis"
RMM_CBMC_VIEWER_OUTPUT ,ON | OFF ,OFF ,"Generate report of CBMC results using the tool cbmc-viewer"
RMM_CBMC_SINGLE_TESTBENCH , ,OFF ,"Run CBMC on a single testbench instead on all of them"
- RMM_CCA_DA ,ON | OFF ,OFF ,"Enable Device Assignment support in RMM (experimental)"
+ RMM_V1_1 ,ON | OFF ,OFF ,"Enable v1.1 features (experimental)"
ATTEST_PLAT_TOKEN_SIZE , ,0x1000 ,"Maximum size in bytes expected for the Attestation platform token"
PLAT_ARM_MAX_DRAM_BANKS , ,2 ,"Maximum number of DRAM banks allowed in Arm platform layer"
ATTEST_EL3_TOKEN_SIGN ,ON|OFF ,OFF ,"Use EL3 service to sign realm attestation token."