diff options
author | Aniket Limaye <a-limaye@ti.com> | 2024-12-09 15:40:35 +0530 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2024-12-13 09:25:52 -0600 |
commit | c58af0b172660ef1248a3454af06251d872770b1 (patch) | |
tree | 6c8cd2387997ed64f259d9643604261f2844b5a1 | |
parent | 17fee4795ba4d8d5008282322bb64dad09fc5377 (diff) | |
download | meta-ti-c58af0b172660ef1248a3454af06251d872770b1.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 be086936..a258decd 100644 --- a/meta-ti-bsp/conf/machine/include/omap-a15.inc +++ b/meta-ti-bsp/conf/machine/include/omap-a15.inc | |||
@@ -48,5 +48,6 @@ MACHINE_FEATURES = "apm usbgadget usbhost vfat ext2 screen alsa gpu mmip dsp gc3 | |||
48 | 48 | ||
49 | IMAGE_FSTYPES += "tar.xz wic.xz wic.bmap" | 49 | IMAGE_FSTYPES += "tar.xz wic.xz wic.bmap" |
50 | WKS_FILE ?= "sdimage-2part.wks" | 50 | WKS_FILE ?= "sdimage-2part.wks" |
51 | IMAGE_BOOT_FILES ?= "${SPL_BINARY} u-boot.${UBOOT_SUFFIX} ${UBOOT_EXTLINUX_BOOT_FILES}" | 51 | IMAGE_BOOT_FILES ?= "${SPL_BINARY} u-boot.${UBOOT_SUFFIX} ${UBOOT_EXTLINUX_BOOT_FILES} ipc/dra7-ipu1-fw.xem4;dra7-ipu1-fw.xem4" |
52 | do_image_wic[depends] += "virtual/bootloader:do_deploy" | 52 | do_image_wic[depends] += "virtual/bootloader:do_deploy" |
53 | do_image_wic[depends] += "ti-ipc-rtos:do_deploy" | ||