diff options
author | Antonio Nino Diaz <antonio.ninodiaz@arm.com> | 2019-01-30 16:01:49 +0000 |
---|---|---|
committer | Antonio Nino Diaz <antonio.ninodiaz@arm.com> | 2019-01-30 16:01:49 +0000 |
commit | 0709055ed66330fe7709c77d2dfbcb87f0c94272 (patch) | |
tree | 31b5d3b7354ad9a8b1bb3e423762e5ea1235d05b /docs/user-guide.rst | |
parent | 7e9b0c8eef2b90f51ed41bb8ddf15d7c47672ca9 (diff) | |
download | platform_external_arm-trusted-firmware-0709055ed66330fe7709c77d2dfbcb87f0c94272.tar.gz platform_external_arm-trusted-firmware-0709055ed66330fe7709c77d2dfbcb87f0c94272.tar.bz2 platform_external_arm-trusted-firmware-0709055ed66330fe7709c77d2dfbcb87f0c94272.zip |
Remove support for the SMC Calling Convention 2.0
This reverts commit 2f370465241c ("Add support for the SMC Calling
Convention 2.0").
SMCCC v2.0 is no longer required for SPM, and won't be needed in the
future. Removing it makes the SMC handling code less complicated.
The SPM implementation based on SPCI and SPRT was using it, but it has
been adapted to SMCCC v1.0.
Change-Id: I36795b91857b2b9c00437cfbfed04b3c1627f578
Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
Diffstat (limited to 'docs/user-guide.rst')
-rw-r--r-- | docs/user-guide.rst | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/docs/user-guide.rst b/docs/user-guide.rst index b50de3714..a479fb0d7 100644 --- a/docs/user-guide.rst +++ b/docs/user-guide.rst @@ -628,11 +628,6 @@ Common build options pages" section in `Firmware Design`_. This flag is disabled by default and affects all BL images. -- ``SMCCC_MAJOR_VERSION``: Numeric value that indicates the major version of - the SMC Calling Convention that the Trusted Firmware supports. The only two - allowed values are 1 and 2, and it defaults to 1. The minor version is - determined using this value. - - ``SPD``: Choose a Secure Payload Dispatcher component to be built into TF-A. This build option is only valid if ``ARCH=aarch64``. The value should be the path to the directory containing the SPD source, relative to @@ -2045,7 +2040,7 @@ wakeup interrupt from RTC. -------------- -*Copyright (c) 2013-2018, Arm Limited and Contributors. All rights reserved.* +*Copyright (c) 2013-2019, Arm Limited and Contributors. All rights reserved.* .. _Linaro: `Linaro Release Notes`_ .. _Linaro Release: `Linaro Release Notes`_ |