Skip to content

Commit e1949d1

Browse files
committed
Remove: ARM_MUSCA_A1 support
ARM_MUSCA_A1 is not supported since Mbed OS 6.0 Refer: ARMmbed#13165 Therefore remove files from kv_config and TF-M post binary hook script.
1 parent a3ac900 commit e1949d1

File tree

6 files changed

+0
-163
lines changed

6 files changed

+0
-163
lines changed

storage/kvstore/kv_config/global/mbed_lib.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@
3838
"LPC55S69_S": {
3939
"storage_type": "TDB_INTERNAL"
4040
},
41-
"ARM_MUSCA_A1_S": {
42-
"storage_type": "TDB_INTERNAL"
43-
},
4441
"ARM_MUSCA_B1_S": {
4542
"storage_type": "TDB_INTERNAL"
4643
},

storage/kvstore/kv_config/tdb_internal/mbed_lib.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@
2323
"internal_size": "2*FLASH_SECTOR_SIZE",
2424
"internal_base_address": "0x080C0000"
2525
},
26-
"ARM_MUSCA_A1_S": {
27-
"internal_size": "0x8000",
28-
"internal_base_address": "0x00420000"
29-
},
3026
"ARM_MUSCA_B1_S": {
3127
"internal_size": "0x8000",
3228
"internal_base_address": "0x10000000"

tools/targets/ARM_MUSCA_A1.py

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

tools/targets/__init__.py

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -681,21 +681,6 @@ def sign_image(t_self, resources, elf, binf):
681681
psoc6_sign_image(t_self, resources, elf, binf, m0hexf)
682682

683683

684-
class ArmMuscaA1Code(object):
685-
"""Musca-A1 Hooks"""
686-
@staticmethod
687-
def binary_hook(t_self, resources, elf, binf):
688-
from tools.targets.ARM_MUSCA_A1 import musca_tfm_bin
689-
configured_secure_image_filename = t_self.target.secure_image_filename
690-
secure_bin = find_secure_image(
691-
t_self.notify,
692-
resources,
693-
binf,
694-
configured_secure_image_filename,
695-
FileType.BIN
696-
)
697-
musca_tfm_bin(t_self, binf, secure_bin)
698-
699684
class ArmMuscaB1Code(object):
700685
"""Musca-B1 Hooks"""
701686
@staticmethod

tools/targets/musca_a1-root-rsa-3072.md

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

tools/targets/musca_a1-root-rsa-3072.pem

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

0 commit comments

Comments
 (0)