1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-06-07 15:10:09 +00:00

arm/kernel: Update ARM-FFA kernel drivers

New arm-ffa-tee and arm-ffa-user drivers are compatible with 5.* and 6.1 kernels.

Signed-off-by: Anton Antonov <Anton.Antonov@arm.com>
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Anton Antonov
2023-01-27 15:35:29 +00:00
committed by Jon Mason
parent 508ed52a4f
commit 3d51e1117d
2 changed files with 4 additions and 4 deletions
@@ -10,8 +10,8 @@ SRC_URI = "git://gitlab.arm.com/linux-arm/linux-trusted-services;protocol=https;
"
S = "${WORKDIR}/git"
# Tag tee-v1.1
SRCREV = "3b543b7591505b715f332c972248a3ea41604d83"
# Tag tee-v1.1.2
SRCREV = "8a81f5d2406f146b15a705d49b256efaa5fa3ba9"
COMPATIBLE_HOST = "(arm|aarch64).*-linux"
KERNEL_MODULE_AUTOLOAD += "arm-ffa-tee"
@@ -11,8 +11,8 @@ SRC_URI = "git://gitlab.arm.com/linux-arm/linux-trusted-services;protocol=https;
"
S = "${WORKDIR}/git"
# Tag 5.0.0.
SRCREV = "6ec4196a59db8204ed670ef3b78f24a8234b85a6"
# Tag debugfs-v5.0.1
SRCREV = "18e3be71f65a405dfb5d97603ae71b3c11759861"
COMPATIBLE_HOST = "(arm|aarch64).*-linux"
KERNEL_MODULE_AUTOLOAD += "arm-ffa-user"