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>
1 parent 538b002 commit aeaa225cbe24d63539261210e5aa901454de2a5b
@Paul Beesley Paul Beesley authored on 15 Oct 2019
Manish Pandey committed on 20 Dec 2019
Showing 11 changed files
View
docs/components/secure-partition-manager-design.rst
View
include/plat/common/platform.h
View
include/services/secure_partition.h 100644 → 0
View
include/services/spm_mm_partition.h 0 → 100644
View
plat/arm/board/fvp/fvp_common.c
View
plat/arm/common/arm_common.c
View
plat/arm/css/sgi/sgi_plat.c
View
plat/socionext/synquacer/sq_spm.c
View
services/std_svc/spm_mm/spm_main.c
View
services/std_svc/spm_mm/spm_setup.c
View
services/std_svc/spm_mm/spm_xlat.c