arm-trusted-firmware/plat/socionext/synquacer
Paul Beesley aeaa225cbe spm-mm: Refactor secure_partition.h and its contents
Before adding any new SPM-related components we should first do
some cleanup around the existing SPM-MM implementation. The aim
is to make sure that any SPM-MM components have names that clearly
indicate that they are MM-related. Otherwise, when adding new SPM
code, it could quickly become confusing as it would be unclear to
which component the code belongs.

The secure_partition.h header is a clear example of this, as the
name is generic so it could easily apply to any SPM-related code,
when it is in fact SPM-MM specific.

This patch renames the file and the two structures defined within
it, and then modifies any references in files that use the header.

Change-Id: I44bd95fab774c358178b3e81262a16da500fda26
Signed-off-by: Paul Beesley <paul.beesley@arm.com>
2019-12-20 16:03:41 +00:00
..
drivers plat/synquacer: enable SCMI support 2019-03-13 09:54:15 +09:00
include synquacer: Fix compilation fail for SPM support build config 2019-07-12 09:12:11 -05:00
platform.mk Remove dependency between SPM_MM and ENABLE_SPM build flags 2019-12-20 16:03:02 +00:00
sq_bl31_setup.c Remove dependency between SPM_MM and ENABLE_SPM build flags 2019-12-20 16:03:02 +00:00
sq_ccn.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
sq_gicv3.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
sq_helpers.S synquacer: Enable PL011 UART Console 2018-06-21 11:22:32 +05:30
sq_psci.c plat/synquacer: enable SCMI support 2019-03-13 09:54:15 +09:00
sq_spm.c spm-mm: Refactor secure_partition.h and its contents 2019-12-20 16:03:41 +00:00
sq_topology.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
sq_xlat_setup.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00