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>
1 parent 7e9b0c8 commit 0709055ed66330fe7709c77d2dfbcb87f0c94272
@Antonio Nino Diaz Antonio Nino Diaz authored on 30 Jan 2019
Showing 14 changed files
View
Makefile
View
bl31/aarch64/runtime_exceptions.S
View
common/runtime_svc.c
View
docs/user-guide.rst
View
include/common/runtime_svc.h
View
include/lib/smccc.h
View
include/lib/smccc_v1.h 100644 → 0
View
include/lib/smccc_v2.h 100644 → 0
View
include/services/spci_svc.h
View
include/services/sprt_svc.h
View
make_helpers/defaults.mk
View
services/std_svc/spm/spci.c
View
services/std_svc/spm/spm.mk
View
services/std_svc/spm/sprt.c