]> git.baikalelectronics.ru Git - arm-tf.git/commit
SPMD: loading Secure Partition payloads
authorManish Pandey <manish.pandey2@arm.com>
Tue, 25 Feb 2020 11:38:19 +0000 (11:38 +0000)
committerManish Pandey <manish.pandey2@arm.com>
Wed, 4 Mar 2020 14:02:31 +0000 (14:02 +0000)
commitcb3b534457f38c302ebef9f0b2555ffa8c549b65
tree746d912978e2fc083d8a911504f6a59cf643487c
parent8f066f6167f47a29a46e66d1210f5afbf94a8c40
SPMD: loading Secure Partition payloads

This patch implements loading of Secure Partition packages using
existing framework of loading other bl images.

The current framework uses a statically defined array to store all the
possible image types and at run time generates a link list and traverse
through it to load different images.

To load SPs, a new array of fixed size is introduced which will be
dynamically populated based on number of SPs available in the system
and it will be appended to the loadable images list.

Change-Id: I8309f63595f2a71b28a73b922d20ccba9c4f6ae4
Signed-off-by: Manish Pandey <manish.pandey2@arm.com>
include/plat/arm/common/fconf_arm_sp_getter.h
plat/arm/common/arm_bl2_setup.c
plat/arm/common/arm_image_load.c
plat/arm/common/fconf/arm_fconf_sp.c