feat(rmm-eac4): modify RSI_ATTESTATION_TOKEN commands
Modifies RSI_ATTESTATION_TOKEN_INIT and
RSI_ATTESTATION_TOKEN_CONTINUE commands as per
RMM Specification 1.0-eac4.
Number of 4K pages allocated for attestation
buffer is defined by RMM_ATTEST_BUFFER_PAGES
in CommonConfigs.cmake and set to 1 by default.
Signed-off-by: AlexeiFedorov <Alexei.Fedorov@arm.com>
Change-Id: Icda7f26e291a19b143ae14a291c03cc7bda0e076
diff --git a/docs/getting_started/build-options.rst b/docs/getting_started/build-options.rst
index a14200c..af2f797 100644
--- a/docs/getting_started/build-options.rst
+++ b/docs/getting_started/build-options.rst
@@ -250,6 +250,7 @@
RMM_MAX_SIZE , ,0x0 ,"Maximum size for RMM image"
MAX_CPUS , ,16 ,"Maximum number of CPUs supported by RMM"
GRANULE_SHIFT , ,12 ,"Granule Shift used by RMM"
+ RMM_CCA_TOKEN_BUFFER , ,1 ,"Number of pages to allocate in Aux granules for Realm CCA token"
RMM_DOCS ,ON | OFF ,OFF ,"RMM Documentation build"
CMAKE_BUILD_TYPE ,Debug | Release ,Release ,"CMake Build type"
CMAKE_CONFIGURATION_TYPES ,Debug & Release ,Debug & Release ,"Multi-generator configuration types"