From: Yann Dirson <[email protected]> This causes OP-TEE to get included into the u-boot.itb fitImage so u-boot can load it for the trusted-firmware-a BL31 to run it.
This is configured automatically when DISTRO_FEATURE includes "optee". Signed-off-by: Yann Dirson <[email protected]> --- recipes-bsp/u-boot/u-boot%.bbappend | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/recipes-bsp/u-boot/u-boot%.bbappend b/recipes-bsp/u-boot/u-boot%.bbappend index 95c019d..d947815 100644 --- a/recipes-bsp/u-boot/u-boot%.bbappend +++ b/recipes-bsp/u-boot/u-boot%.bbappend @@ -5,6 +5,8 @@ do_compile_append_rock2-square () { fi } +# TF-A, when supported + ATF_DEPENDS ??= "" EXTRA_OEMAKE_append_rk3399 = " BL31=${DEPLOY_DIR_IMAGE}/bl31-rk3399.elf" @@ -14,3 +16,10 @@ ATF_DEPENDS_rk3328 = " virtual/trusted-firmware-a:do_deploy" do_compile[depends] .= "${ATF_DEPENDS}" +# OP-TEE, dependent on "optee" DISTRO_FEATURES + +OPTEE_OEMAKE ?= " TEE=${DEPLOY_DIR_IMAGE}/optee/tee.elf" + +EXTRA_OEMAKE_append = " ${PACKAGECONFIG_CONFARGS}" +PACKAGECONFIG[optee] = "${OPTEE_OEMAKE},,optee-os" +PACKAGECONFIG_append = " ${@bb.utils.filter('DISTRO_FEATURES', 'optee', d)}" -- 2.30.2
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#53133): https://lists.yoctoproject.org/g/yocto/message/53133 Mute This Topic: https://lists.yoctoproject.org/mt/82092715/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
