aboutsummaryrefslogtreecommitdiffstats
path: root/docs/user-guide.rst
diff options
context:
space:
mode:
authorSoby Mathew <soby.mathew@arm.com>2017-06-12 12:37:10 +0100
committerSoby Mathew <soby.mathew@arm.com>2017-09-06 15:32:20 +0100
commit18e279ebe616dc4f2691f50c5cd37b6196c224f7 (patch)
tree41b72951862bab49f9f0c887c86af2ebcbe75381 /docs/user-guide.rst
parent9bedda4ab8fc9a67d43d35921d1dcf1280c85ba4 (diff)
downloadplatform_external_arm-trusted-firmware-18e279ebe616dc4f2691f50c5cd37b6196c224f7.tar.gz
platform_external_arm-trusted-firmware-18e279ebe616dc4f2691f50c5cd37b6196c224f7.tar.bz2
platform_external_arm-trusted-firmware-18e279ebe616dc4f2691f50c5cd37b6196c224f7.zip
CSS: Changes for SDS framework
This patch does the required changes to enable CSS platforms to build and use the SDS framework. Since SDS is always coupled with SCMI protocol, the preexisting SCMI build flag is now renamed to `CSS_USE_SCMI_SDS_DRIVER` which will enable both SCMI and SDS on CSS platforms. Also some of the workarounds applied for SCMI are now removed with SDS in place. Change-Id: I94e8b93f05e3fe95e475c5501c25bec052588a9c Signed-off-by: Soby Mathew <soby.mathew@arm.com>
Diffstat (limited to 'docs/user-guide.rst')
-rw-r--r--docs/user-guide.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/user-guide.rst b/docs/user-guide.rst
index 043af63ed..6031dd98d 100644
--- a/docs/user-guide.rst
+++ b/docs/user-guide.rst
@@ -669,9 +669,10 @@ ARM CSS platform specific build options
SCP\_BL2U to the FIP and FWU\_FIP respectively, and enables them to be loaded
during boot. Default is 1.
-- ``CSS_USE_SCMI_DRIVER``: Boolean flag which selects SCMI driver instead of
- SCPI driver for communicating with the SCP during power management operations.
- If this option is set to 1, then SCMI driver will be used. Default is 0.
+- ``CSS_USE_SCMI_SDS_DRIVER``: Boolean flag which selects SCMI/SDS drivers
+ instead of SCPI/BOM driver for communicating with the SCP during power
+ management operations and for SCP RAM Firmware transfer. If this option
+ is set to 1, then SCMI/SDS drivers will be used. Default is 0.
ARM FVP platform specific build options
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^