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>
1 parent 8f066f6 commit cb3b534457f38c302ebef9f0b2555ffa8c549b65
@Manish Pandey Manish Pandey authored on 25 Feb 2020
Showing 4 changed files
View
include/plat/arm/common/fconf_arm_sp_getter.h
View
plat/arm/common/arm_bl2_setup.c
View
plat/arm/common/arm_image_load.c
View
plat/arm/common/fconf/arm_fconf_sp.c