1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-07-16 03:47:19 +00:00

arm-bsp: Update TC0 components

This makes them common with TC1 and also adds support for FFA v1.1.

Signed-off-by: Usama Arif <usama.arif@arm.com>
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Usama Arif
2021-08-18 23:19:37 +01:00
committed by Jon Mason
parent ba55d78916
commit 46e8fc6a67
5 changed files with 6 additions and 14 deletions
@@ -193,6 +193,7 @@ SRC_URI:append:tc = " \
file://0019-optee-add-a-FF-A-memory-pool.patch \
file://0020-optee-add-FF-A-support.patch \
file://0021-drivers-optee-hack-for-UUID-endianess-issue.patch \
file://0022-arm_ffa-add-support-for-FFA-v1.1.patch \
"
#
@@ -202,6 +203,3 @@ COMPATIBLE_MACHINE:tc1 = "tc1"
KMACHINE:tc1 = "tc1"
KCONFIG_MODE:tc1 = "--alldefconfig"
FILESEXTRAPATHS:prepend:tc1 := "${THISDIR}/linux-arm64-ack-5.10/tc:"
SRC_URI:append:tc1 = " \
file://0022-arm_ffa-add-support-for-FFA-v1.1.patch \
"