mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-05-07 04:58:57 +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:
10
meta-arm/recipes-kernel/linux/linux-yocto/tee.cfg
Normal file
10
meta-arm/recipes-kernel/linux/linux-yocto/tee.cfg
Normal file
@@ -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
|
||||
|
||||
@@ -14,4 +14,7 @@ SRC_URI_append_qemuarm64-sbsa = " \
|
||||
"
|
||||
|
||||
FILESEXTRAPATHS_prepend_qemuarm64-secureboot = "${ARMFILESPATHS}"
|
||||
SRC_URI_append_qemuarm64-secureboot = " file://zone_dma_revert.patch"
|
||||
SRC_URI_append_qemuarm64-secureboot = " \
|
||||
file://zone_dma_revert.patch \
|
||||
file://tee.cfg \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user