Merge pull request #1707 from antonio-nino-diaz-arm/an/spm
SPM: Initial prototype based on SPCI and SPRT
commit fca0a51ff5a710c10f4512f07d88b2e828774a3a
2 parents 19122fc + 2ada829
@Antonio Niño Díaz Antonio Niño Díaz authored on 11 Dec 2018
GitHub committed on 11 Dec 2018
Showing 50 changed files
View
Makefile
View
bl31/aarch64/runtime_exceptions.S
View
bl31/bl31.mk
View
include/lib/sprt/sprt_common.h 0 → 100644
View
include/lib/sprt/sprt_host.h 0 → 100644
View
include/lib/xlat_tables/xlat_tables_v2.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
View
include/services/secure_partition.h
View
include/services/sp_res_desc.h 0 → 100644
View
include/services/sp_res_desc_def.h 0 → 100644
View
include/services/spci_svc.h 0 → 100644
View
include/services/spm_svc.h
View
include/services/sprt_svc.h 0 → 100644
View
include/tools_share/sptool.h 0 → 100644
View
lib/sprt/sprt_host.c 0 → 100644
View
lib/sprt/sprt_host.mk 0 → 100644
View
lib/sprt/sprt_queue.c 0 → 100644
View
lib/sprt/sprt_queue.h 0 → 100644
View
lib/xlat_tables_v2/xlat_tables_core.c
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/common/plat_spm_rd.c 0 → 100644
View
plat/common/plat_spm_sp.c 0 → 100644
View
services/std_svc/spm/README.rst 0 → 100644
View
services/std_svc/spm/sp_setup.c 100644 → 0
View
services/std_svc/spm/sp_xlat.c 100644 → 0
View
services/std_svc/spm/spci.c 0 → 100644
View
services/std_svc/spm/spm.mk
View
services/std_svc/spm/spm_buffers.c 0 → 100644
View
services/std_svc/spm/spm_main.c
View
services/std_svc/spm/spm_private.h
View
services/std_svc/spm/spm_setup.c 0 → 100644
View
services/std_svc/spm/spm_xlat.c 0 → 100644
View
services/std_svc/spm/sprt.c 0 → 100644
View
services/std_svc/spm_deprecated/aarch64/spm_helpers.S 0 → 100644
View
services/std_svc/spm_deprecated/aarch64/spm_shim_exceptions.S 0 → 100644
View
services/std_svc/spm_deprecated/spm.mk 0 → 100644
View
services/std_svc/spm_deprecated/spm_main.c 0 → 100644
View
services/std_svc/spm_deprecated/spm_private.h 0 → 100644
View
services/std_svc/spm_deprecated/spm_setup.c 0 → 100644
View
services/std_svc/spm_deprecated/spm_shim_private.h 0 → 100644
View
services/std_svc/spm_deprecated/spm_xlat.c 0 → 100644
View
services/std_svc/std_svc_setup.c
View
tools/sptool/Makefile 0 → 100644
View
tools/sptool/sptool.c 0 → 100644