diff options
author | davidcunado-arm <david.cunado@arm.com> | 2017-09-12 08:43:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-12 08:43:38 +0100 |
commit | 487c869d31a42015c23e1526901fed7ef3ae012d (patch) | |
tree | 1c0f2589900b9d4653e49e27a33922e9f8817d0b /docs/user-guide.rst | |
parent | 800a55ea7ef69a02433dcb11996fef7aa5573629 (diff) | |
parent | 18e279ebe616dc4f2691f50c5cd37b6196c224f7 (diff) | |
download | platform_external_arm-trusted-firmware-487c869d31a42015c23e1526901fed7ef3ae012d.tar.gz platform_external_arm-trusted-firmware-487c869d31a42015c23e1526901fed7ef3ae012d.tar.bz2 platform_external_arm-trusted-firmware-487c869d31a42015c23e1526901fed7ef3ae012d.zip |
Merge pull request #1088 from soby-mathew/sm/sds_scmi
Introduce SDS Driver
Diffstat (limited to 'docs/user-guide.rst')
-rw-r--r-- | docs/user-guide.rst | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/user-guide.rst b/docs/user-guide.rst index 1181495cf..f66bde3e2 100644 --- a/docs/user-guide.rst +++ b/docs/user-guide.rst @@ -676,9 +676,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 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |