1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-06-05 14:30:10 +00:00

arm/scp-firmware: Add SCP v2.8.0

Add new recipe for SCP version 2.8.0 and remove the old 2.7.0 recipe.
Change TC0 and N1SDP to use the latest tag, and not their previous
intermediate SHA (which are in the 2.8.0 release).

Change-Id: Id3f0af549790969ce6fd3b315f94177726f24d73
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Jon Mason
2021-05-03 10:08:29 -04:00
parent d750206a1d
commit b8860852dd
6 changed files with 2 additions and 15 deletions
-1
View File
@@ -20,7 +20,6 @@ SERIAL_CONSOLES = "115200;ttyAMA0"
# Use kernel provided by yocto
PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
PREFERRED_VERSION_linux-yocto ?= "5.4%"
PREFERRED_VERSION_scp-firmware ?= "2.7%"
PREFERRED_VERSION_trusted-firmware-a ?= "2.4%"
PREFERRED_VERSION_u-boot ?= "2020.07"
-2
View File
@@ -29,8 +29,6 @@ PREFERRED_VERSION_trusted-firmware-a ?= "2.4%"
EXTRA_IMAGEDEPENDS += "virtual/trusted-firmware-a"
EXTRA_IMAGEDEPENDS += "virtual/control-processor-firmware"
PREFERRED_VERSION_scp-firmware ?= "2.7%"
#UEFI EDK2 firmware
EXTRA_IMAGEDEPENDS += "virtual/uefi-firmware"
PREFERRED_VERSION_edk2-firmware ?= "202102%"
@@ -3,18 +3,12 @@
SCP_PLATFORM = "n1sdp"
SCP_LOG_LEVEL = "INFO"
LIC_FILES_CHKSUM = "file://license.md;beginline=5;md5=9db9e3d2fb8d9300a6c3d15101b19731 \
file://contrib/cmsis/git/LICENSE.txt;md5=e3fc50a88d0a364313df4b21ef20c29e"
FILESEXTRAPATHS_prepend := "${THISDIR}/files/:"
SRC_URI_append = " \
file://enabling-coresight-debug-non-secure-access.patch \
"
SRCREV = "6c15afb1b37d0728482c598b063cd69bfc733e93"
PV = "2.7.0+git${SRCPV}"
COMPATIBLE_MACHINE_n1sdp = "n1sdp"
DEPENDS += "fiptool-native"
@@ -1,9 +1,5 @@
# TC0 specific SCP configuration
# Intermediate SHA with 2.7 baseline version, required for Theodul DSU
SRCREV = "bc35f4fd2d5e93c77effdeba43c98ddd5038de96"
PV = "2.7.0+git${SRCPV}"
COMPATIBLE_MACHINE = "tc0"
SCP_PLATFORM = "tc0"
@@ -4,10 +4,10 @@ HOMEPAGE = "https://github.com/ARM-software/SCP-firmware"
LICENSE = "BSD-3-Clause & Apache-2.0"
LIC_FILES_CHKSUM = "file://license.md;beginline=5;md5=9db9e3d2fb8d9300a6c3d15101b19731 \
file://cmsis/LICENSE.txt;md5=e3fc50a88d0a364313df4b21ef20c29e"
file://contrib/cmsis/git/LICENSE.txt;md5=e3fc50a88d0a364313df4b21ef20c29e"
SRC_URI = "gitsm://github.com/ARM-software/SCP-firmware.git;protocol=https"
SRCREV = "2c4f3af270024b85e1b38fd963050c58f6e9b865"
SRCREV = "043de77f220a0b4b0ec3aa367bd515a9e9df2a29"
PROVIDES += "virtual/control-processor-firmware"