|
@@ -124,6 +124,17 @@ config BR2_TARGET_ARM_TRUSTED_FIRMWARE_UBOOT_AS_BL33
|
|
gets built before ATF, and that the appropriate BL33
|
|
gets built before ATF, and that the appropriate BL33
|
|
variable pointing to u-boot.bin is passed when building ATF.
|
|
variable pointing to u-boot.bin is passed when building ATF.
|
|
|
|
|
|
|
|
+if BR2_TARGET_ARM_TRUSTED_FIRMWARE_UBOOT_AS_BL33
|
|
|
|
+
|
|
|
|
+config BR2_TARGET_ARM_TRUSTED_FIRMWARE_UBOOT_BL33_IMAGE
|
|
|
|
+ string "U-Boot BL33 image name"
|
|
|
|
+ default "u-boot.bin"
|
|
|
|
+ help
|
|
|
|
+ Name of the U-Boot BL33 image to include in ATF, it must
|
|
|
|
+ have been installed to BINARIES_DIR by the U-Boot package.
|
|
|
|
+
|
|
|
|
+endif
|
|
|
|
+
|
|
config BR2_TARGET_ARM_TRUSTED_FIRMWARE_ADDITIONAL_VARIABLES
|
|
config BR2_TARGET_ARM_TRUSTED_FIRMWARE_ADDITIONAL_VARIABLES
|
|
string "Additional ATF build variables"
|
|
string "Additional ATF build variables"
|
|
help
|
|
help
|