Merge pull request #1770 from antonio-nino-diaz-arm/an/spm-mm
Undeprecate MM-based SPM
commit 87d6bc1787d6e30a68a70e9762441dae49bdace0
2 parents c40c88f + c26bd42
@Antonio Niño Díaz Antonio Niño Díaz authored on 22 Jan 2019
GitHub committed on 22 Jan 2019
Showing 29 changed files
View
Makefile
View
bl31/bl31.mk
View
include/plat/arm/common/arm_spm_def.h
View
include/plat/arm/common/plat_arm.h
View
include/services/mm_svc.h
View
include/services/secure_partition.h
View
include/services/spm_svc.h
View
make_helpers/defaults.mk
View
plat/arm/board/fvp/fvp_common.c
View
plat/arm/board/fvp/include/platform_def.h
View
plat/arm/common/arm_common.mk
View
plat/socionext/synquacer/sq_bl31_setup.c
View
services/std_svc/spm_deprecated/aarch64/spm_helpers.S 100644 → 0
View
services/std_svc/spm_deprecated/aarch64/spm_shim_exceptions.S 100644 → 0
View
services/std_svc/spm_deprecated/spm.mk 100644 → 0
View
services/std_svc/spm_deprecated/spm_main.c 100644 → 0
View
services/std_svc/spm_deprecated/spm_private.h 100644 → 0
View
services/std_svc/spm_deprecated/spm_setup.c 100644 → 0
View
services/std_svc/spm_deprecated/spm_shim_private.h 100644 → 0
View
services/std_svc/spm_deprecated/spm_xlat.c 100644 → 0
View
services/std_svc/spm_mm/aarch64/spm_helpers.S 0 → 100644
View
services/std_svc/spm_mm/aarch64/spm_shim_exceptions.S 0 → 100644
View
services/std_svc/spm_mm/spm.mk 0 → 100644
View
services/std_svc/spm_mm/spm_main.c 0 → 100644
View
services/std_svc/spm_mm/spm_private.h 0 → 100644
View
services/std_svc/spm_mm/spm_setup.c 0 → 100644
View
services/std_svc/spm_mm/spm_shim_private.h 0 → 100644
View
services/std_svc/spm_mm/spm_xlat.c 0 → 100644
View
services/std_svc/std_svc_setup.c