|
@@ -229,6 +229,15 @@ config BR2_TARGET_UBOOT_NEEDS_ATF_BL31_ELF
|
|
|
|
|
|
endchoice
|
|
endchoice
|
|
|
|
|
|
|
|
+config BR2_TARGET_UBOOT_NEEDS_OPTEE_TEE
|
|
|
|
+ bool "U-Boot needs OPTEE TEE"
|
|
|
|
+ depends on BR2_TARGET_OPTEE_OS_CORE
|
|
|
|
+ help
|
|
|
|
+ Some platforms (such as Rockchip) encapsulate the TEE inside
|
|
|
|
+ U-Boot. This option makes sure optee-os gets built prior to
|
|
|
|
+ U-Boot, and that the TEE variable pointing to OPTEE's
|
|
|
|
+ tee.elf, is passed during the Buildroot build.
|
|
|
|
+
|
|
config BR2_TARGET_UBOOT_NEEDS_OPENSBI
|
|
config BR2_TARGET_UBOOT_NEEDS_OPENSBI
|
|
bool "U-Boot needs OpenSBI"
|
|
bool "U-Boot needs OpenSBI"
|
|
depends on BR2_TARGET_OPENSBI
|
|
depends on BR2_TARGET_OPENSBI
|