fconf: Add Secure Partitions information as property
Use the firmware configuration framework to retrieve information about
Secure Partitions to facilitate loading them into memory.

To load a SP image we need UUID look-up into FIP and the load address
where it needs to be loaded in memory.

This patch introduces a SP populator function which gets UUID and load
address from firmware config device tree and updates its C data
structure.

Change-Id: I17faec41803df9a76712dcc8b67cadb1c9daf8cd
Signed-off-by: Olivier Deprez <olivier.deprez@arm.com>
Signed-off-by: Manish Pandey <manish.pandey2@arm.com>
1 parent 2403813 commit 7cd64d19c9325af87d003a3277028cffd982a2b6
@Olivier Deprez Olivier Deprez authored on 23 Jan 2020
Manish Pandey committed on 3 Mar 2020
Showing 4 changed files
View
include/export/common/tbbr/tbbr_img_def_exp.h
View
include/plat/arm/common/fconf_arm_sp_getter.h 0 → 100644
View
plat/arm/common/arm_common.mk
View
plat/arm/common/fconf/arm_fconf_sp.c 0 → 100644