]> git.baikalelectronics.ru Git - arm-tf.git/commit
SPMD: add support for an example SPM core manifest
authorAchin Gupta <achin.gupta@arm.com>
Fri, 11 Oct 2019 13:54:48 +0000 (14:54 +0100)
committerMax Shvetsov <maksims.svecovs@arm.com>
Mon, 10 Feb 2020 14:09:10 +0000 (14:09 +0000)
commit0cb64d01d934cf9b8368a8afea839c7a9bd9a701
tree495287b653d85c3515028e4a06f7901564b101f3
parentd8b225a1a6d3d4bf7bf51fbd731413f76f6b8073
SPMD: add support for an example SPM core manifest

This patch repurposes the TOS FW configuration file as the manifest for
the SPM core component which will reside at the secure EL adjacent to
EL3. The SPM dispatcher component will use the manifest to determine how
the core component must be initialised. Routines and data structure to
parse the manifest have also been added.

Signed-off-by: Achin Gupta <achin.gupta@arm.com>
Signed-off-by: Artsem Artsemenka <artsem.artsemenka@arm.com>
Change-Id: Id94f8ece43b4e05609f0a1d364708a912f6203cb
common/desc_image_load.c
include/plat/common/platform.h
include/services/spm_core_manifest.h [new file with mode: 0644]
plat/arm/board/fvp/fdts/fvp_spmc_manifest.dts [new file with mode: 0644]
plat/arm/board/fvp/platform.mk
plat/arm/common/arm_dyn_cfg.c
plat/common/plat_spmd_manifest.c [new file with mode: 0644]