aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-ti/ipc/ti-ipc_git.bb
AgeCommit message (Collapse)Author
2022-02-22meta-ti: create a sub-layer meta-ti-bsp from existing contentDenys Dmytriyenko
Extra sub-layers will be created next and relevant content moved across them. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2022-02-22meta-ti: remove remaining Keystone1/2 overridesDenys Dmytriyenko
Cleanup remaining recipes that are used by other platforms from any machine overrides that still refer to deprecated Keystone1/2 platforms. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2022-02-22conf/machine: remove SoC/platforms in DaVinci and OMAP3/4 familiesDenys Dmytriyenko
Those platforms are being deprecated and not supported in future meta-ti releases. 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-05-07ti-ipc: remove am65xx buildAngela Stegmaier
Only ipc-lld is supported for am65xx. Signed-off-by: Angela Stegmaier <angelabaker@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-01-25ti-ipc: install both tiipclad sysvinit initscript and systemd unit fileDenys Dmytriyenko
Since both systemd and update-rc.d classes are inherited, not having a corresponding file results in postinst function to fail, which is a hard error now. Having both init files installed does not affect functionality. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2018-09-11ti-ipc: Add systemd startup scriptSam Nelson
With systemd enabled, it is better to add the proper systemd script instead of legacy init.d script. Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2018-09-07ti-ipc: Add ipc daemon for k3Sam Nelson
Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2018-04-24conf, recipes: introduce k2l family and add support for k2l-hs-evmDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2017-04-24conf/machine, recipes: introduce k2hk SOC familyDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2017-04-24ti-ipc: Update to new verison 3.46.00.01_engSam Nelson
Add support for omapl138 platforms Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2017-03-28ti-ipc: add module dependency between omap_remoteproc and virtio_rpmsg_busDenys Dmytriyenko
This is required to workaround the remoteproc crash due to watchdog interrupt conflicts - LCPD-9490 Signed-off-by: Denys Dmytriyenko <denys@ti.com> Cc: Sam Nelson <sam.nelson@ti.com> Cc: Suman Anna <s-anna@ti.com> Reviewed-by: Suman Anna <s-anna@ti.com>
2017-02-28ti-ipc: explicitly depend on virtual/kernel:do_shared_workdirDenys Dmytriyenko
ipc code looks for kernel's generated version.h file: #include linux_version_include(KERNEL_BUILD_DIR) which now ends up in the following shared workdir: work-shared/<mach>/kernel-build-artifacts/include/generated/uapi/linux/version.h It appears if kernel is provided by sstate, shared workdir is not getting populated, so depend on the task explicitly. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-12-06ti-ipc: Reorganised recipes to help in adding ipc examples recipesSam Nelson
Created ti-ipc-common.inc & ti-ipc-rtos.inc to gather common definitions Updated commmit ids for ipc-examples Update ti-ipc-rtos to add ALT_PLATFORM examples Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-10-25conf/recipes: add k2g-ice machine and k2g SOC familyDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-09-20conf/machine,recipes: introduce k2e SOC familyDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2015-11-20ipc: ti-ipc, ti-ipc-rtos: Update to new version of IPC 3.41.0.3_engSam Nelson
- Update to new version of IPC: 3.41.0.3_eng - Add recipe to build ti-ipc-rtos from git repo - Remove K2G hack Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2015-11-12HACK: ti-ipc: temporarily use k2e variables for k2g platformDenys Dmytriyenko
Full support is not yet available, but should unblock k2g builds Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2015-11-12ti-ipc: add k2g platform variablesDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2015-11-12ti-ipc: update to 3.41.00.02-engDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2015-09-16ti-ipc: Bump version to 3.40.01.08Jacob Stiffler
* This provides a fix for GateMP support. Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2015-08-19ti-ipc: fix build when STAGING_KERNEL_DIR != STAGING_KERNEL_BUILDDIRDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2015-06-03ti-ipc: update to 3.36.01.11Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2015-04-22ipc: Update to new version 3.35.1.7Sam Nelson
Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2015-03-04ti-ipc: Update to new version of ipc 3.35.00.05Sam Nelson
- Update license checksum - Add support for k2hk, k2l & k2e evm. Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2015-02-19ti-ipc: Upgrade to IPC 3.30.03.14Karthik Ramanan
Signed-off-by: Karthik Ramanan <a0393906@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2015-01-08ti-ipc: Upgrade to IPC 3.30.01.12 GA.Jacob Stiffler
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2014-10-08ti-ipc: Upgrade to IPC 3.30.00.09Jacob Stiffler
* Added new recipe for latest IPC * Removed older recipe versions * Latest recipe points to IPC 3.30.00.09 Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>