mbed-os/targets/TARGET_ARM_SSG/TARGET_MUSCA_A1/prebuilt
Jaeden Amero 6b3a9cb4fa psa: Remove v8-M S targets
Remove PSA v8-M S target binaries will be built outside of Mbed OS and
added in as binaries which NS targets consume. Mbed OS no longer
implements PSA for v8-M targets, so there is no reason for it to build
PSA S targets.

Signed-off-by: Jaeden Amero <jaeden.amero@arm.com>
2020-04-27 09:51:09 +01:00
..
LICENSE-permissive-binary-license-1.0.txt psa: Remove v8-M S targets 2020-04-27 09:51:09 +01:00
README.md psa: Remove v8-M S targets 2020-04-27 09:51:09 +01:00
cmse_lib.o psa: Remove v8-M S targets 2020-04-27 09:51:09 +01:00
crypto_access_control.bin psa: Remove v8-M S targets 2020-04-27 09:51:09 +01:00
mcuboot.bin psa: Remove v8-M S targets 2020-04-27 09:51:09 +01:00
spm_client.bin psa: Remove v8-M S targets 2020-04-27 09:51:09 +01:00
spm_server.bin psa: Remove v8-M S targets 2020-04-27 09:51:09 +01:00
spm_smoke.bin psa: Remove v8-M S targets 2020-04-27 09:51:09 +01:00
tfm.bin psa: Remove v8-M S targets 2020-04-27 09:51:09 +01:00

README.md

MUSCA_A1_NS prebuilt secure binaries

This directory tree contains Secure images released under Permissive Binary License.

Built by mbed-cli using GNU Arm Embedded - version 6.3.1

These images were compiled by the following command:

mcuboot.bin

Repository

https://git.trustedfirmware.org/trusted-firmware-m.git

Commit SHA

6c5be4a98e4d7055ee49076ca4e515fb4b172e66

cmake ../ -G"Unix Makefiles" -DTARGET_PLATFORM=MUSCA_A -DCOMPILER=ARMCLANG -DCMAKE_BUILD_TYPE=Debug
make

tfm.bin

mbed compile -t GCC_ARM -m ARM_MUSCA_A1_S --app-config tools/psa/tfm/mbed_app.json --profile release

spm_smoke.bin

mbed test --compile -t GCC_ARM -m ARM_MUSCA_A1_S --app-config tools/psa/tfm/mbed_app.json -n tests-psa-spm_smoke -DUSE_PSA_TEST_PARTITIONS -DUSE_SMOKE_TESTS_PART1 --profile release

spm_client.bin

mbed test --compile -t GCC_ARM -m ARM_MUSCA_A1_S --app-config tools/psa/tfm/mbed_app.json -n tests-psa-spm_client -DUSE_PSA_TEST_PARTITIONS -DUSE_CLIENT_TESTS_PART1 --profile release

spm_server.bin

mbed test --compile -t GCC_ARM -m ARM_MUSCA_A1_S --app-config tools/psa/tfm/mbed_app.json -n tests-psa-spm_server -DUSE_PSA_TEST_PARTITIONS -DUSE_SERVER_TESTS_PART1 -DUSE_SERVER_TESTS_PART2 --profile release

To update the prebuilt binaries run the previous commands.