summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAniket Limaye <a-limaye@ti.com>2024-12-05 23:35:48 +0530
committerRyan Eatmon <reatmon@ti.com>2024-12-06 09:20:21 -0600
commit7ddd237a27fb4f4ce9fa08fcedfe7c070fe4eed6 (patch)
tree6a8a3adcb18357765616a9fe7e8245e06ff87164
parent08e6efe31f80139864473014b721c69ed09bb2d0 (diff)
downloadmeta-ti-7ddd237a27fb4f4ce9fa08fcedfe7c070fe4eed6.tar.gz
conf: machine: omap-a15.inc: include ipu1 firmware in the boot partition
Early Boot of remote processors is supported at the SPL stage of the bootloader. Currently, SPL looks for the remoteproc firmwares in the boot partition. Therefore, add the rproc firmware to the boot partition of wic images. Signed-off-by: Aniket Limaye <a-limaye@ti.com>
-rw-r--r--meta-ti-bsp/conf/machine/include/omap-a15.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-ti-bsp/conf/machine/include/omap-a15.inc b/meta-ti-bsp/conf/machine/include/omap-a15.inc
index 6187f2ea..09ee3a6a 100644
--- a/meta-ti-bsp/conf/machine/include/omap-a15.inc
+++ b/meta-ti-bsp/conf/machine/include/omap-a15.inc
@@ -53,5 +53,6 @@ MACHINE_FEATURES = "apm usbgadget usbhost vfat ext2 screen alsa gpu mmip dsp gc3
53 53
54IMAGE_FSTYPES += "tar.xz wic.xz wic.bmap" 54IMAGE_FSTYPES += "tar.xz wic.xz wic.bmap"
55WKS_FILE ?= "sdimage-2part.wks" 55WKS_FILE ?= "sdimage-2part.wks"
56IMAGE_BOOT_FILES ?= "${SPL_BINARY} u-boot.${UBOOT_SUFFIX} ${UBOOT_EXTLINUX_BOOT_FILES}" 56IMAGE_BOOT_FILES ?= "${SPL_BINARY} u-boot.${UBOOT_SUFFIX} ${UBOOT_EXTLINUX_BOOT_FILES} ipc/dra7-ipu1-fw.xem4;dra7-ipu1-fw.xem4"
57do_image_wic[depends] += "virtual/bootloader:do_deploy" 57do_image_wic[depends] += "virtual/bootloader:do_deploy"
58do_image_wic[depends] += "ti-ipc-rtos:do_deploy"