Skip to content

Commit 6b3a9cb

Browse files
committed
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 <[email protected]>
1 parent 493a043 commit 6b3a9cb

File tree

125 files changed

+10
-18792
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

125 files changed

+10
-18792
lines changed

features/mbedtls/mbed-crypto/importer/Makefile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,6 @@ TLS_SRC := \
4949
# COMPONENT_PSA_SRV_IMPL - Include secure service implementation code. For
5050
# example PSA Crypto or PSA Secure Time implementations
5151
TARGET_SRV_IMPL:=$(TARGET_PREFIX)/platform/COMPONENT_PSA_SRV_IMPL
52-
# COMPONENT_SPE - Include code that compiles ONLY to the SPE image and never
53-
# compiles to the NSPE image
54-
TARGET_SPE:=$(TARGET_PREFIX)/platform/COMPONENT_SPE
5552
# COMPONENT_NSPE - Include code that compiles ONLY to the NSPE image and never
5653
# compiles to the SPE image
5754
TARGET_NSPE:=$(TARGET_SRV_IMPL)/COMPONENT_NSPE
@@ -88,15 +85,12 @@ rsync:
8885
#
8986
# Copying Mbed Crypto into Mbed OS...
9087
rm -rf $(TARGET_SRV_IMPL)
91-
rm -rf $(TARGET_SPE)
9288
rm -rf $(TARGET_SRC)
9389

9490
mkdir -p $(TARGET_SRV_IMPL)
95-
mkdir -p $(TARGET_SPE)
9691
mkdir -p $(TARGET_NSPE)
9792

9893
rsync -a --delete $(CRYPTO_API)/crypto_struct.h $(TARGET_NSPE)/
99-
rsync -a --delete $(CRYPTO_API)/crypto_struct.h $(TARGET_SPE)/crypto_struct_spe.h
10094
rsync -a --delete $(CRYPTO_DIR)/library/psa_*.c $(TARGET_SRV_IMPL)/
10195
rsync -a --delete $(CRYPTO_DIR)/library/psa_*.h $(TARGET_SRV_IMPL)/
10296
rsync -a --delete $(CRYPTO_DIR)/library/*.c $(TARGET_SRC)/
@@ -135,4 +129,3 @@ clean:
135129
rm -rf $(TARGET_SRC)
136130
rm -rf $(CRYPTO_DIR)
137131
rm -rf $(TARGET_SRV_IMPL)
138-
rm -rf $(TARGET_SPE)

targets/TARGET_ARM_SSG/TARGET_MUSCA_A1/TARGET_MUSCA_A1_S/CMSIS_Driver/Config/RTE_Device.h

Lines changed: 0 additions & 124 deletions
This file was deleted.

targets/TARGET_ARM_SSG/TARGET_MUSCA_A1/TARGET_MUSCA_A1_S/CMSIS_Driver/Config/cmsis_driver_config.h

Lines changed: 0 additions & 54 deletions
This file was deleted.

targets/TARGET_ARM_SSG/TARGET_MUSCA_A1/TARGET_MUSCA_A1_S/CMSIS_Driver/Driver_Common.h

Lines changed: 0 additions & 69 deletions
This file was deleted.

0 commit comments

Comments
 (0)