1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-06-02 01:20:09 +00:00

arm/trusted-firmware-m: update to 2.0.0

Updated to the latest version.  Corstone1000 doesn't seem to boot.  So,
pull back the old version to meta-arm-bsp for it to use temporarily.

Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Jon Mason
2024-01-15 18:08:07 -05:00
parent 8127e49f6b
commit c538ae49ee
7 changed files with 52 additions and 1 deletions
@@ -12,7 +12,8 @@ TFA_BL2_BINARY = "bl2-corstone1000.bin"
TFA_FIP_BINARY = "fip-corstone1000.bin"
# TF-M
EXTRA_IMAGEDEPENDS += "virtual/trusted-firmware-m"
EXTRA_IMAGEDEPENDS += "trusted-firmware-m"
PREFERRED_VERSION_trusted-firmware-m ?= "1.8.%"
# TF-M settings for signing host images
TFA_BL2_RE_IMAGE_LOAD_ADDRESS = "0x62353000"