|
@@ -240,18 +240,23 @@ config BR2_TARGET_UBOOT_NEEDS_OPTEE_TEE
|
|
U-Boot, and that the TEE variable pointing to OPTEE's
|
|
U-Boot, and that the TEE variable pointing to OPTEE's
|
|
tee.elf, is passed during the Buildroot build.
|
|
tee.elf, is passed during the Buildroot build.
|
|
|
|
|
|
-config BR2_TARGET_UBOOT_NEEDS_TI_K3_DM
|
|
|
|
- bool "U-Boot needs TI K3 Device Manager (DM)"
|
|
|
|
- # We use the SoC selection defined for the ti-k3-image-gen
|
|
|
|
- # package
|
|
|
|
- depends on BR2_TARGET_TI_K3_IMAGE_GEN
|
|
|
|
- depends on BR2_TARGET_TI_K3_IMAGE_GEN_SOC_AM62AX || BR2_TARGET_TI_K3_IMAGE_GEN_SOC_AM62X
|
|
|
|
|
|
+config BR2_TARGET_UBOOT_NEEDS_TI_K3_BOOT_FIRMWARE
|
|
|
|
+ bool "U-Boot needs ti-k3-boot-firmware"
|
|
|
|
+ depends on BR2_TARGET_TI_K3_BOOT_FIRMWARE
|
|
help
|
|
help
|
|
- Some TI K3 devices need the Device Manager (DM) firmware to
|
|
|
|
- be available for the U-Boot build.
|
|
|
|
|
|
+ TI K3 devices needs at least ti-sysfw (System Firmware) when
|
|
|
|
+ built with u-boot's binman tool.
|
|
|
|
|
|
-if BR2_TARGET_UBOOT_NEEDS_TI_K3_DM
|
|
|
|
|
|
+ Some TI K3 devices using a split firmware boot flow (AM62,
|
|
|
|
+ j721e) also need the Device Manager (DM) firmware to be
|
|
|
|
+ available for the U-Boot build.
|
|
|
|
|
|
|
|
+if BR2_TARGET_UBOOT_NEEDS_TI_K3_BOOT_FIRMWARE
|
|
|
|
+
|
|
|
|
+# TI_K3_DM_SOCNAME is only needed when ti-k3-image-gen is used for
|
|
|
|
+# TI K3 devices using the Device Manager (DM) firmware.
|
|
|
|
+# We use the SoC selection defined for the ti-k3-image-gen
|
|
|
|
+# package.
|
|
config BR2_TARGET_UBOOT_TI_K3_DM_SOCNAME
|
|
config BR2_TARGET_UBOOT_TI_K3_DM_SOCNAME
|
|
string
|
|
string
|
|
default "am62axx" if BR2_TARGET_TI_K3_IMAGE_GEN_SOC_AM62AX
|
|
default "am62axx" if BR2_TARGET_TI_K3_IMAGE_GEN_SOC_AM62AX
|