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

arm/qemuarm64-secureboot: Enable kernel TEE drivers

Add a config fragment to enable kernel TEE drivers.

Signed-off-by: Sumit Garg <sumit.garg@linaro.org>
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Sumit Garg
2021-05-19 13:10:44 +05:30
committed by Jon Mason
parent e82d9fdd49
commit afd9bf7ee6
2 changed files with 14 additions and 0 deletions
@@ -0,0 +1,10 @@
CONFIG_HW_RANDOM_OPTEE=y
CONFIG_TEE=y
#
# TEE drivers
#
CONFIG_OPTEE=y
CONFIG_OPTEE_SHM_NUM_PRIV_PAGES=1
# end of TEE drivers
@@ -15,3 +15,7 @@ SRC_URI_append_qemuarm64-sbsa = " \
LINUX_VERSION_qemuarm64-secureboot = "5.10.21"
SRCREV_machine_qemuarm64-secureboot = "012f78dadb7186c479343b77e97df2925caf681e"
FILESEXTRAPATHS_prepend_qemuarm64-secureboot = "${ARMFILESPATHS}"
SRC_URI_append_qemuarm64-secureboot = " \
file://tee.cfg \
"