diff options
| author | Tom Rini <[email protected]> | 2024-06-07 14:01:38 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-06-07 14:01:38 -0600 |
| commit | ee9fbd85f828985d788c027c962793c1cc1c1fee (patch) | |
| tree | 005549464b6dc8d50d92c470baa306936d4bcc25 /board | |
| parent | 30060e0480636b3fccdbdf97cdca98ee89e3e58a (diff) | |
| parent | 3736453c294c3144758bad1e89ece38395703ea4 (diff) | |
Merge patch series "Add remoteproc support for J784S4 SoCs"
Beleswar Padhi <[email protected]> says:
Hello All,
This series adds remoteproc support for TI's J784S4 SoCs. The K3 J784S4
SoCs have four dual-core R5F subsystems and four C71x DSP subsystems.
Enable the remoteproc drivers in defconfig and set the rproc firmware
names to add remoteproc support.
Note: No driver changes are required as J784S4 SoCs have the same data
as J721S2 SoCs. Thus, utilize the existing compatible string for driver
probe.
Diffstat (limited to 'board')
| -rw-r--r-- | board/ti/j784s4/j784s4.env | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/board/ti/j784s4/j784s4.env b/board/ti/j784s4/j784s4.env index 7e54ca042ef..f5b72c7505e 100644 --- a/board/ti/j784s4/j784s4.env +++ b/board/ti/j784s4/j784s4.env @@ -3,6 +3,10 @@ #include <env/ti/ufs.env> #include <env/ti/k3_dfu.env> +#if CONFIG_CMD_REMOTEPROC +#include <env/ti/k3_rproc.env> +#endif + name_kern=Image console=ttyS2,115200n8 args_all=setenv optargs ${optargs} earlycon=ns16550a,mmio32,0x02880000 @@ -15,3 +19,5 @@ mmcdev=1 bootpart=1:2 bootdir=/boot rd_spec=- + +rproc_fw_binaries= 2 /lib/firmware/j784s4-main-r5f0_0-fw 3 /lib/firmware/j784s4-main-r5f0_1-fw 4 /lib/firmware/j784s4-main-r5f1_0-fw 5 /lib/firmware/j784s4-main-r5f1_1-fw 6 /lib/firmware/j784s4-main-r5f2_0-fw 7 /lib/firmware/j784s4-main-r5f2_1-fw 8 /lib/firmware/j784s4-c71_0-fw 9 /lib/firmware/j784s4-c71_1-fw 10 /lib/firmware/j784s4-c71_2-fw 11 /lib/firmware/j784s4-c71_3-fw |
