1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-05-08 05:09:56 +00:00

arm-bsp/linux: TC: Add backport of Trusty driver

Backport of trusty driver. This adds Trusty driver from
android-trusty-5.10

Signed-off-by: Arunachalam Ganapathy <arunachalam.ganapathy@arm.com>
Change-Id: I5477ecfc1b67fc3786dbd062711d8cc8d4963744
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Arunachalam Ganapathy
2022-05-04 17:58:19 +01:00
committed by Jon Mason
parent ad88391e95
commit b36889fe71
4 changed files with 8102 additions and 0 deletions
@@ -6,3 +6,4 @@ kconf non-hardware tc/mali.cfg
kconf non-hardware tc/tee.cfg
kconf non-hardware tc/virtio.cfg
kconf non-hardware tc/ci700.cfg
kconf non-hardware tc/trusty.cfg
@@ -0,0 +1 @@
CONFIG_TRUSTY=y
@@ -170,6 +170,7 @@ SRC_URI:append:tc = " \
file://0032-firmware-arm_ffa-Add-ffa_dev_get_drvdata.patch \
file://0033-firmware-arm_ffa-extern-ffa_bus_type.patch \
file://0034-firmware-arm_ffa-Fix-FFA_MEM_SHARE-and-FFA_MEM_FRAG_.patch \
file://0035-ANDROID-trusty-Backport-of-trusty-driver.patch \
"
KERNEL_FEATURES:append:tc = " bsp/arm-platforms/tc.scc"
KERNEL_FEATURES:append:tc1 = " bsp/arm-platforms/tc-autofdo.scc"