summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/ipc-lld
Commit message (Collapse)AuthorAgeFilesLines
* recipes-bsp/ti-rtos: Use target_c7x_0 instead of just c7xNishanth Menon2022-02-012-4/+4
| | | | | | | Lets enumerate the C7x target instead of defaulting as a since C7x. Signed-off-by: Nishanth Menon <nm@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* conf, recipes: add support for j7-hs-evm platform and j7 SoC familyDenys Dmytriyenko2020-04-232-26/+26
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ipc-lld: Update examples to build only select examplesAngela Stegmaier2020-04-162-3/+20
| | | | | | | | Full build of all examples is not needed. Update the recipe to build only selected examples. Signed-off-by: Angela Stegmaier <angelabaker@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ipc-lld: Update examples build targetAngela Stegmaier2020-02-202-8/+2
| | | | | | | Update the build target from examples to apps. Signed-off-by: Angela Stegmaier <angelabaker@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ipc-lld: limit BOARDS list when building for j7-evmAngela Stegmaier via Lists.Yoctoproject.Org2020-02-071-0/+2
| | | | | | | | | For now only j721e_evm is supported when building for j7-evm MACHINE target. Limit the BOARDS list in this case to what is supported. Signed-off-by: Angela Stegmaier <angelabaker@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ipc-lld: migrate to ti-pdk-fetch.bbclassJacob Stiffler2019-12-091-14/+6
| | | | | Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ipc-lld: inherit update-alternatives for softlinkSantosh Jha2019-11-012-42/+38
| | | | | | | | - Fixed softlink - inherit update-alternatives - Added all-bios binaries in install Signed-off-by: Santosh Jha <sjha@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* IPCLLD: Added ipc_echo_testb for j721e RR5FsSantosh Jha2019-10-082-2/+110
| | | | | | | | - Added R5F binaries of ipc_echo_testb - Added alternate target for symbolic link Signed-off-by: Santosh Jha <sjha@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ipc-lld: Adding recipe for IPC low-level driver and examplesSantosh Jha2019-10-033-0/+127
| | | | | | | | IPC-LLD provides the low-level RPMSG based communication interface between various cores Signed-off-by: Santosh Jha <sjha@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ipc-lld-fw: fix ALTERNATIVE use as package-specificDenys Dmytriyenko2019-08-071-2/+2
| | | | | | | | | Previous commit, while adding support for another platform, extended ALTERNATIVE variable (which is package-specific) with machine overrides, accidentally dropping the necessary ${PN} suffix in the process. Restore it to make update-alternatives system work again. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ipc-lld: firmware binary updates with WFI fixBergsagel, Jonathan2019-08-071-1/+1
| | | | | | | | | Updated IPC/LLD firmware binaries for AM65xx and J721E to support WFI state for proper remote core power-down and power-up. Signed-off-by: Jonathan Bergsagel <jbergsagel@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ipc-lld: add AM65xx IPC echo_test firmware binariesBergsagel, Jonathan2019-08-031-74/+124
| | | | | | | | | | Use IPC/LLD based IPC echo test binaries as an alternative for AM65X Linux IPC testing. Updated location of J721E firmware binaries as well, with latest IPC/LLD commit. Signed-off-by: Jonathan Bergsagel <jbergsagel@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ipc-lld-fw: fix filename typo for c7x firmwareDenys Dmytriyenko2019-07-031-5/+5
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ipc-lld: add J721E IPC echo_test firmware binariesBergsagel, Jonathan2019-07-031-0/+146
Adds the R5 and DSP echo_test firmware binaries to be used for testing Linux IPC on J721E SOCs. Signed-off-by: Jonathan Bergsagel <jbergsagel@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>