mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-05-07 04:58:57 +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:
@@ -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
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user