1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-05-07 04:58:57 +00:00

arm-bsp/trusted-firmware-a: Update SHA for TC

Move TC to an intermediate SHA based on 2.6. This SHA includes
patches for:
* Support for 8GB DRAM
* Support for GPU
* Removal of kernel command-line (not needed, kept in U-Boot)

Also removed patch that fixes build problems as the problem has
been solved in the updated SHA.

Signed-off-by: Anders Dellien <anders.dellien@arm.com>
Change-Id: Ic8c4ef35e8e7ed25711ff0813abab6b6c8564ef3
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Anders Dellien
2022-02-08 08:55:23 +00:00
committed by Jon Mason
parent e09839481a
commit b0913dc09b
@@ -1,5 +1,9 @@
# TC0 specific TFA configuration
# Intermediate SHA with 2.6 baseline version
SRCREV_tfa = "b06344a3f2c5a0fede3646627f37d1fce3d3d585"
PV = "2.6+git${SRCPV}"
DEPENDS += "scp-firmware util-linux-native gptfdisk-native"
SRC_URI:append = " \
@@ -7,6 +11,10 @@ SRC_URI:append = " \
file://generate_metadata.py \
"
SRC_URI:remove = " \
file://ssl.patch \
"
COMPATIBLE_MACHINE = "(tc?)"
TFA_PLATFORM = "tc"