1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-01-12 03:10:15 +00:00

arm-bsp: musca_s1: Add machine

Add Musca S1 machine. Also add it to the supported targets
for Trusted Firmware M.

Change-Id: I58cee5f71d695e364b324b7c92db920b4b1a3b69
Signed-off-by: Gabor Abonyi <gabor.abonyi@arm.com>
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Gabor Abonyi
2020-07-01 15:19:40 +02:00
committed by Jon Mason
parent 29bae2a017
commit c168b6731f
2 changed files with 14 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
# Configuration for Musca-S1 development board
#@TYPE: Machine
#@NAME: Musca-S1 machine
#@DESCRIPTION: Machine configuration for Musca-S1
EXTRA_IMAGEDEPENDS += "virtual/trusted-firmware-m"
PREFERRED_VERSION_trusted-firmware-m = "1.0"
require armv8m.inc

View File

@@ -1,2 +1,4 @@
COMPATIBLE_MACHINE = "musca_b1"
COMPATIBLE_MACHINE = "musca_b1|musca_s1"
TFM_PLATFORM_musca_b1 = "MUSCA_B1"
TFM_PLATFORM_musca_s1 = "MUSCA_S1"