Merge pull request #10447 from kfnta/alzix/byos
PSA Bring Your Own Service
ls
commit 00f461eee01880ee185f634c6203ac7b523a7004
2 parents 5dab1e4 + fe9eac7
@Martin Kojtal Martin Kojtal authored on 2 May 2019
GitHub committed on 2 May 2019
Showing 92 changed files
View
.gitignore
View
TESTS/psa/crypto_access_control/COMPONENT_SPE/psa_crypto_acl_test_partition.h 100644 → 0
View
TESTS/psa/crypto_access_control/COMPONENT_SPE/test_partition.c
View
TESTS/psa/crypto_access_control/TARGET_MBED_SPM/COMPONENT_SPE/psa_crypto_acl_test_partition.c 100644 → 0
View
TESTS/psa/crypto_access_control/TARGET_MBED_SPM/COMPONENT_SPE/psa_setup.c 100644 → 0
View
TESTS/psa/crypto_access_control/psa_crypto_acl_test_ifs.h 100644 → 0
View
TESTS/psa/spm_client/COMPONENT_SPE/client_tests_partition.c
View
TESTS/psa/spm_client/COMPONENT_SPE/psa_client_tests_part1_partition.h 100644 → 0
View
TESTS/psa/spm_client/TARGET_MBED_SPM/COMPONENT_SPE/psa_client_tests_part1_partition.c 100644 → 0
View
TESTS/psa/spm_client/TARGET_MBED_SPM/COMPONENT_SPE/psa_setup.c 100644 → 0
View
TESTS/psa/spm_client/psa_client_tests_part1_ifs.h 100644 → 0
View
TESTS/psa/spm_server/COMPONENT_SPE/psa_server_tests_part1_partition.h 100644 → 0
View
TESTS/psa/spm_server/COMPONENT_SPE/psa_server_tests_part2_partition.h 100644 → 0
View
TESTS/psa/spm_server/COMPONENT_SPE/server_tests_partition1.c
View
TESTS/psa/spm_server/COMPONENT_SPE/server_tests_partition2.c
View
TESTS/psa/spm_server/COMPONENT_SPE/tests.c
View
TESTS/psa/spm_server/TARGET_MBED_SPM/COMPONENT_SPE/psa_server_tests_part1_partition.c 100644 → 0
View
TESTS/psa/spm_server/TARGET_MBED_SPM/COMPONENT_SPE/psa_server_tests_part2_partition.c 100644 → 0
View
TESTS/psa/spm_server/TARGET_MBED_SPM/COMPONENT_SPE/psa_setup.c 100644 → 0
View
TESTS/psa/spm_server/psa_server_tests_part1_ifs.h 100644 → 0
View
TESTS/psa/spm_server/psa_server_tests_part2_ifs.h 100644 → 0
View
TESTS/psa/spm_smoke/COMPONENT_SPE/psa_smoke_tests_part1_partition.h 100644 → 0
View
TESTS/psa/spm_smoke/COMPONENT_SPE/smoke_tests_partition.c
View
TESTS/psa/spm_smoke/TARGET_MBED_SPM/COMPONENT_SPE/psa_setup.c 100644 → 0
View
TESTS/psa/spm_smoke/TARGET_MBED_SPM/COMPONENT_SPE/psa_smoke_tests_part1_partition.c 100644 → 0
View
TESTS/psa/spm_smoke/psa_smoke_tests_part1_ifs.h 100644 → 0
View
components/TARGET_PSA/TARGET_MBED_SPM/COMPONENT_SPE/psa_setup.c 100644 → 0
View
components/TARGET_PSA/TARGET_TFM/COMPONENT_SPE/autogen/tfm_partition_defs.inc 100644 → 0
View
components/TARGET_PSA/TARGET_TFM/COMPONENT_SPE/autogen/tfm_partition_list.inc 100644 → 0
View
components/TARGET_PSA/TARGET_TFM/COMPONENT_SPE/autogen/tfm_service_list.inc 100644 → 0
View
components/TARGET_PSA/TARGET_TFM/COMPONENT_SPE/autogen/tfm_spm_signal_defs.h 100644 → 0
View
components/TARGET_PSA/inc/psa_manifest/sid.h
View
components/TARGET_PSA/services/attestation/COMPONENT_PSA_SRV_IPC/psa_attest_inject_key.c
View
components/TARGET_PSA/services/attestation/COMPONENT_PSA_SRV_IPC/psa_initial_attestation_api.c
View
components/TARGET_PSA/services/attestation/COMPONENT_SPE/psa_attest_srv_partition.h 100755 → 0
View
components/TARGET_PSA/services/attestation/COMPONENT_SPE/psa_attestation_partition.c
View
components/TARGET_PSA/services/attestation/TARGET_MBED_SPM/COMPONENT_SPE/psa_attest_srv_partition.c 100644 → 0
View
components/TARGET_PSA/services/attestation/psa_attest_srv_ifs.h 100755 → 0
View
components/TARGET_PSA/services/crypto/COMPONENT_SPE/psa_crypto_partition.c
View
components/TARGET_PSA/services/crypto/COMPONENT_SPE/psa_crypto_srv_partition.h 100644 → 0
View
components/TARGET_PSA/services/crypto/TARGET_MBED_SPM/COMPONENT_SPE/psa_crypto_srv_partition.c 100644 → 0
View
components/TARGET_PSA/services/crypto/psa_crypto_srv_ifs.h 100644 → 0
View
components/TARGET_PSA/services/platform/COMPONENT_SPE/platform_partition.c
View
components/TARGET_PSA/services/platform/COMPONENT_SPE/psa_platform_partition.h 100644 → 0
View
components/TARGET_PSA/services/platform/TARGET_MBED_SPM/COMPONENT_SPE/psa_platform_partition.c 100644 → 0
View
components/TARGET_PSA/services/platform/psa_platform_ifs.h 100644 → 0
View
components/TARGET_PSA/services/storage/its/COMPONENT_SPE/its_partition.c
View
components/TARGET_PSA/services/storage/its/COMPONENT_SPE/psa_its_partition.h 100644 → 0
View
components/TARGET_PSA/services/storage/its/TARGET_MBED_SPM/COMPONENT_SPE/psa_its_partition.c 100644 → 0
View
components/TARGET_PSA/services/storage/its/psa_its_ifs.h 100644 → 0
View
tools/build.py
View
tools/build_api.py
View
tools/export/__init__.py
View
tools/make.py
View
tools/paths.py
View
tools/project.py
View
tools/psa/README.md
View
tools/psa/__init__.py
View
tools/psa/generate_partition_code.py
View
tools/psa/mbed_spm/mbed_spm_generated_file_list.json 100644 → 0
View
tools/psa/mbed_spm/templates/COMPONENT_SPE/psa_NAME_partition.h.tpl 100644 → 0
View
tools/psa/mbed_spm/templates/TARGET_MBED_SPM/COMPONENT_SPE/psa_NAME_partition.c.tpl 100644 → 0
View
tools/psa/mbed_spm/templates/TARGET_MBED_SPM/COMPONENT_SPE/psa_setup.c.tpl 100644 → 0
View
tools/psa/mbed_spm/templates/psa_NAME_ifs.h.tpl 100644 → 0
View
tools/psa/mbed_spm_tfm_common.py
View
tools/psa/release.py
View
tools/psa/spm_template_file_list.json 0 → 100644
View
tools/psa/templates/mbed_spm_partitions.h.tpl 0 → 100644
View
tools/psa/templates/psa_setup.c.tpl 0 → 100644
View
tools/psa/templates/sid.h.tpl 0 → 100644
View
tools/psa/templates/tfm_partition_defs.inc.tpl 0 → 100644
View
tools/psa/templates/tfm_partition_list.inc.tpl 0 → 100644
View
tools/psa/templates/tfm_service_list.inc.tpl 0 → 100644
View
tools/psa/templates/tfm_spm_signal_defs.h.tpl 0 → 100644
View
tools/psa/tfm/templates/sid.h.tpl 100644 → 0
View
tools/psa/tfm/templates/tfm_partition_defs.inc.tpl 100644 → 0
View
tools/psa/tfm/templates/tfm_partition_list.inc.tpl 100644 → 0
View
tools/psa/tfm/templates/tfm_service_list.inc.tpl 100644 → 0
View
tools/psa/tfm/templates/tfm_spm_signal_defs.h.tpl 100644 → 0
View
tools/psa/tfm/tfm_generated_file_list.json 100644 → 0
View
tools/resources/__init__.py
View
tools/targets/__init__.py
View
tools/test.py
View
tools/test/psa/__init__.py 0 → 100644
View
tools/test/psa/test_data.py 0 → 100644
View
tools/test/psa/test_find_secure_image.py 0 → 100644
View
tools/test/psa/test_generate_partition_code.py 0 → 100644
View
tools/test/spm/__init__.py 100644 → 0
View
tools/test/spm/test_data.py 100644 → 0
View
tools/test/spm/test_find_secure_image.py 100644 → 0
View
tools/test/spm/test_generate_partition_code.py 100644 → 0
View
tools/test_api.py