diff options
author | Aniket Limaye <a-limaye@ti.com> | 2024-12-05 23:35:48 +0530 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2024-12-06 09:20:21 -0600 |
commit | 7ddd237a27fb4f4ce9fa08fcedfe7c070fe4eed6 (patch) | |
tree | 6a8a3adcb18357765616a9fe7e8245e06ff87164 | |
parent | 08e6efe31f80139864473014b721c69ed09bb2d0 (diff) | |
download | meta-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.inc | 3 |
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 | ||
54 | IMAGE_FSTYPES += "tar.xz wic.xz wic.bmap" | 54 | IMAGE_FSTYPES += "tar.xz wic.xz wic.bmap" |
55 | WKS_FILE ?= "sdimage-2part.wks" | 55 | WKS_FILE ?= "sdimage-2part.wks" |
56 | IMAGE_BOOT_FILES ?= "${SPL_BINARY} u-boot.${UBOOT_SUFFIX} ${UBOOT_EXTLINUX_BOOT_FILES}" | 56 | IMAGE_BOOT_FILES ?= "${SPL_BINARY} u-boot.${UBOOT_SUFFIX} ${UBOOT_EXTLINUX_BOOT_FILES} ipc/dra7-ipu1-fw.xem4;dra7-ipu1-fw.xem4" |
57 | do_image_wic[depends] += "virtual/bootloader:do_deploy" | 57 | do_image_wic[depends] += "virtual/bootloader:do_deploy" |
58 | do_image_wic[depends] += "ti-ipc-rtos:do_deploy" | ||