Merge changes from topic "spm-devel" into integration
* changes:
  spm-mm: Rename aarch64 assembly files
  spm-mm: Rename source files
  spm-mm: Rename spm_shim_private.h
  spm-mm: Rename spm_private.h
  spm-mm: Rename component makefile
  spm-mm: Remove mm_svc.h header
  spm-mm: Refactor spm_svc.h and its contents
  spm-mm: Refactor secure_partition.h and its contents
  spm: Remove SPM Alpha 1 prototype and support files
  Remove dependency between SPM_MM and ENABLE_SPM build flags
commit 91ecca235034c5cd960cf6babb660c1f8d3a0baf
2 parents b8e1796 + 99c6910
@Olivier Deprez Olivier Deprez authored on 20 Dec 2019
TrustedFirmware Code Review committed on 20 Dec 2019
Showing 70 changed files
View
Makefile
View
bl31/bl31.ld.S
View
bl31/bl31.mk
View
docs/components/secure-partition-manager-design.rst
View
docs/getting_started/build-options.rst
View
include/lib/sprt/sprt_common.h 100644 → 0
View
include/lib/sprt/sprt_host.h 100644 → 0
View
include/plat/arm/common/arm_def.h
View
include/plat/arm/common/arm_spm_def.h
View
include/plat/arm/common/plat_arm.h
View
include/plat/common/platform.h
View
include/services/mm_svc.h 100644 → 0
View
include/services/secure_partition.h 100644 → 0
View
include/services/sp_res_desc.h 100644 → 0
View
include/services/sp_res_desc_def.h 100644 → 0
View
include/services/spci_svc.h 100644 → 0
View
include/services/spm_mm_partition.h 0 → 100644
View
include/services/spm_mm_svc.h 0 → 100644
View
include/services/spm_svc.h 100644 → 0
View
include/services/sprt_svc.h 100644 → 0
View
lib/sprt/sprt_host.c 100644 → 0
View
lib/sprt/sprt_host.mk 100644 → 0
View
lib/sprt/sprt_queue.c 100644 → 0
View
lib/sprt/sprt_queue.h 100644 → 0
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/board/fvp/platform.mk
View
plat/arm/common/aarch64/arm_ehf.c
View
plat/arm/common/arm_common.c
View
plat/arm/common/arm_common.mk
View
plat/arm/css/sgi/include/sgi_base_platform_def.h
View
plat/arm/css/sgi/sgi-common.mk
View
plat/arm/css/sgi/sgi_plat.c
View
plat/arm/css/sgi/sgi_ras.c
View
plat/common/plat_spm_rd.c 100644 → 0
View
plat/common/plat_spm_sp.c 100644 → 0
View
plat/nvidia/tegra/scat/bl31.scat
View
plat/socionext/synquacer/platform.mk
View
plat/socionext/synquacer/sq_bl31_setup.c
View
plat/socionext/synquacer/sq_spm.c
View
services/std_svc/spm/README.rst 100644 → 0
View
services/std_svc/spm/aarch64/spm_helpers.S 100644 → 0
View
services/std_svc/spm/aarch64/spm_shim_exceptions.S 100644 → 0
View
services/std_svc/spm/spci.c 100644 → 0
View
services/std_svc/spm/spm.mk 100644 → 0
View
services/std_svc/spm/spm_buffers.c 100644 → 0
View
services/std_svc/spm/spm_main.c 100644 → 0
View
services/std_svc/spm/spm_private.h 100644 → 0
View
services/std_svc/spm/spm_setup.c 100644 → 0
View
services/std_svc/spm/spm_shim_private.h 100644 → 0
View
services/std_svc/spm/spm_xlat.c 100644 → 0
View
services/std_svc/spm/sprt.c 100644 → 0
View
services/std_svc/spm_mm/aarch64/spm_helpers.S 100644 → 0
View
services/std_svc/spm_mm/aarch64/spm_mm_helpers.S 0 → 100644
View
services/std_svc/spm_mm/aarch64/spm_mm_shim_exceptions.S 0 → 100644
View
services/std_svc/spm_mm/aarch64/spm_shim_exceptions.S 100644 → 0
View
services/std_svc/spm_mm/spm.mk 100644 → 0
View
services/std_svc/spm_mm/spm_main.c 100644 → 0
View
services/std_svc/spm_mm/spm_mm.mk 0 → 100644
View
services/std_svc/spm_mm/spm_mm_main.c 0 → 100644
View
services/std_svc/spm_mm/spm_mm_private.h 0 → 100644
View
services/std_svc/spm_mm/spm_mm_setup.c 0 → 100644
View
services/std_svc/spm_mm/spm_mm_shim_private.h 0 → 100644
View
services/std_svc/spm_mm/spm_mm_xlat.c 0 → 100644
View
services/std_svc/spm_mm/spm_private.h 100644 → 0
View
services/std_svc/spm_mm/spm_setup.c 100644 → 0
View
services/std_svc/spm_mm/spm_shim_private.h 100644 → 0
View
services/std_svc/spm_mm/spm_xlat.c 100644 → 0
View
services/std_svc/std_svc_setup.c