]> git.baikalelectronics.ru Git - arm-tf.git/commit
SPMD: Add support for SPCI_ID_GET
authorMax Shvetsov <maksims.svecovs@arm.com>
Thu, 12 Mar 2020 15:16:40 +0000 (15:16 +0000)
committerMax Shvetsov <maksims.svecovs@arm.com>
Thu, 12 Mar 2020 16:59:29 +0000 (16:59 +0000)
commitac03ac5ebb081678261a52dec4472931c48523e3
tree05407b57a1759dfc2e3a1d28a09fd9e2dc9f408f
parentf9ea3a6291b45bddda0564e8ff654a615933b173
SPMD: Add support for SPCI_ID_GET

This patch introduces the `SPCI_ID_GET` interface which will return the
ID of the calling SPCI component. Returns 0 for requests from the
non-secure world and the SPCI component ID as specified in the manifest
for secure world requests.

Change-Id: Icf81eb1d0e1d7d5c521571e04972b6e2d356e0d1
Signed-off-by: Max Shvetsov <maksims.svecovs@arm.com>
Signed-off-by: Marc Bonnici <marc.bonnici@arm.com>
include/services/spm_core_manifest.h
plat/arm/board/fvp/fdts/fvp_spmc_manifest.dts
plat/common/plat_spmd_manifest.c
services/std_svc/spmd/spmd_main.c
services/std_svc/spmd/spmd_private.h