arm-trusted-firmware/include/common
Raghu Krishnamurthy 890b508820 feat(spmd): add spmd logical partitions
Add header file to help with creation of SPMD logical partitions. Also
update linker files to create sections to record SPMD logical partitions
declared. This follows the same pattern as the EL3 SPMC's logical
partitions. This patch also adds initialization of SPMD logical
partitions when the SPMD comes up.
ENABLE_SPMD_LP is a build flag that is used to enable support for
SPMD logical partitions.
Note that the approach chosen is to keep SPMD and SPMC logical
partition support separate, as opposed to extend the existing SPMC
logical partition support since the code would need to have a number of
ifdefs and the interactions with various build options such as
SPMC_AT_EL3 needs to be accounted for, which would make code more
complicated.

Signed-off-by: Raghu Krishnamurthy <raghu.ncstate@gmail.com>
Change-Id: I9642ddbf6ea26dd3f4a283baec598d61c07e3661
2023-08-03 07:03:13 -07:00
..
tbbr fix(mbedtls): fix mbedtls coverity issues 2023-03-01 12:51:43 +00:00
asm_macros_common.S Add support for Branch Target Identification 2019-05-24 14:44:45 +01:00
bl_common.h feat(spmd): add spmd logical partitions 2023-08-03 07:03:13 -07:00
bl_common.ld.h feat(spmd): add spmd logical partitions 2023-08-03 07:03:13 -07:00
debug.h refactor(bl31): use elx_panic for sysreg_handler64 2023-02-22 17:24:17 +00:00
desc_image_load.h Add helper to parse BL31 parameters (both versions) 2019-07-23 20:25:34 -07:00
ep_info.h feat(rme): add Realm security state definition 2021-10-01 16:54:44 -05:00
fdt_fixup.h Merge "feat(libfdt): add function to set MAC addresses" into integration 2022-07-08 13:29:58 +02:00
fdt_wrappers.h refactor(fdt-wrappers): fix for unit testing errors 2023-06-26 15:03:08 -05:00
feat_detect.h refactor(cpufeat): move helpers into .c file, rename FEAT_STATE_ 2023-01-11 16:02:58 +00:00
image_decompress.h Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
interrupt_props.h feat(gicv3): enlarge the range for intr_num of structure interrupt_prop_t 2023-02-06 13:48:11 +08:00
nv_cntr_ids.h dtsi: Update the nv-counter node in the device tree 2020-08-28 09:50:25 +00:00
param_header.h Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__ 2019-08-01 13:14:12 -07:00
romlib.h Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
runtime_svc.h style: remove useless trailing semicolon and line continuations 2023-03-09 14:59:08 +01:00
tf_crc32.h refactor(hw_crc32): renamed hw_crc32 to tf_crc32 2021-08-02 17:15:41 +01:00
uuid.h fix(uuid): add missing #include directives 2023-04-17 16:13:16 +01:00