|
@@ -129,6 +129,27 @@ config BR2_TARGET_ARM_TRUSTED_FIRMWARE_BL32_OPTEE
|
|
|
|
|
|
endchoice
|
|
|
|
|
|
+config BR2_TARGET_ARM_TRUSTED_FIRMWARE_BAREBOX_AS_BL33
|
|
|
+ bool "Use Barebox as BL33"
|
|
|
+ depends on BR2_TARGET_BAREBOX
|
|
|
+ help
|
|
|
+ This option allows to embed the Barebox generic BL33 image in
|
|
|
+ the ARM Trusted Firmware. It ensures that the Barebox package
|
|
|
+ gets built before ATF, and that the appropriate BL33
|
|
|
+ variable pointing to the generic bl33 image is passed
|
|
|
+ when building ATF.
|
|
|
+
|
|
|
+if BR2_TARGET_ARM_TRUSTED_FIRMWARE_BAREBOX_AS_BL33
|
|
|
+
|
|
|
+config BR2_TARGET_ARM_TRUSTED_FIRMWARE_BAREBOX_BL33_IMAGE
|
|
|
+ string "Barebox BL33 image name"
|
|
|
+ default "*-generic-bl33.img"
|
|
|
+ help
|
|
|
+ Name of the Barebox BL33 image to include in ATF, it must
|
|
|
+ have been installed to BINARIES_DIR by the Barebox package.
|
|
|
+
|
|
|
+endif
|
|
|
+
|
|
|
config BR2_TARGET_ARM_TRUSTED_FIRMWARE_UBOOT_AS_BL33
|
|
|
bool "Use U-Boot as BL33"
|
|
|
depends on BR2_TARGET_UBOOT
|