aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/ipc-lld
AgeCommit message (Collapse)Author
2022-02-22recipes-bsp: remove Keystone1/2 LLDsDenys Dmytriyenko
Low Level Drivers (LLDs) were used by Keystone1/2 to access peripherals by RTOS and Linux. Remove due to deprecation. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2021-08-17meta-ti: convert to new override syntax in honisterDenys Dmytriyenko
Upcoming "honister" release changes the override syntax to improve usability, speed and memory footprint. Update recipes with the new syntax and set layer compatibility to honister. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Tested-by: Paul Barker <paul.barker@sancloud.com> Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
2020-04-23conf, recipes: add support for j7-hs-evm platform and j7 SoC familyDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2020-04-16ipc-lld: Update examples to build only select examplesAngela Stegmaier
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>
2020-02-20ipc-lld: Update examples build targetAngela Stegmaier
Update the build target from examples to apps. Signed-off-by: Angela Stegmaier <angelabaker@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2020-02-07ipc-lld: limit BOARDS list when building for j7-evmAngela Stegmaier via Lists.Yoctoproject.Org
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>
2019-12-09ipc-lld: migrate to ti-pdk-fetch.bbclassJacob Stiffler
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-11-01ipc-lld: inherit update-alternatives for softlinkSantosh Jha
- 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>
2019-10-08IPCLLD: Added ipc_echo_testb for j721e RR5FsSantosh Jha
- 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>
2019-10-03ipc-lld: Adding recipe for IPC low-level driver and examplesSantosh Jha
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>
2019-08-07ipc-lld-fw: fix ALTERNATIVE use as package-specificDenys Dmytriyenko
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>
2019-08-07ipc-lld: firmware binary updates with WFI fixBergsagel, Jonathan
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>
2019-08-03ipc-lld: add AM65xx IPC echo_test firmware binariesBergsagel, Jonathan
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>
2019-07-03ipc-lld-fw: fix filename typo for c7x firmwareDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-07-03ipc-lld: add J721E IPC echo_test firmware binariesBergsagel, Jonathan
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>