aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/pru
AgeCommit message (Collapse)Author
2016-06-20pru-icss: add new device support and bump SRCREVJason Reeder
The PRU Software Support Package now includes examples for the k2g device that need to be built and then placed into the file system. The Linux driver now supports loading firmwares into both PRU-ICSS subsystems on the am437x device so the recipe was also updated to build and install those firmwares. Non-backward compatible changes were made to the inner workings of rpmsg that required a major revision bump. The package revision was bumped to 5.0.0 and this commit moves the SRCREV to the v5.0.0 tag. Signed-off-by: Jason Reeder <jreeder@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-03-17pru-icss: bump SRCREV and PV to bring in updatesJason Reeder
Due to bug fixes and updates the package version is being incremented to 4.0.2. The commit ID is also being updated to reflect these changes. Signed-off-by: Jason Reeder <jreeder@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-02-09pru-icss: actually bump SRCREV for previous changeDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-02-08pru-icss: update RPMsg folder names for am437xJason Reeder
Previously, only examples for PRUSS1 were provided for the am437x device. A patch now exists to load firmwares into PRUSS0 instead of PRUSS1. This caused a naming convention change in the am437x RPMsg examples. This commit updates the recipe to use the new folder naming convention. Signed-off-by: Jason Reeder <jreeder@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2015-12-01pru-icss: bump SRCREV and PV due to bug fixesJason Reeder
Due to bug fixes and updates the package version is being incremented to 4.0.1. The commit ID is also being updated to reflect these changes. Signed-off-by: Jason Reeder <jreeder@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2015-11-09pru-icss: install multiple example firmwaresJacob Stiffler
* Create packages for the PRU_Halt and PRU_RPMsg_Echo_Interrupt example firmwares * Use update-alternatives to link these to the required firmware path Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2015-10-29pru-icss: Add PRU software package version 4.0.0.0Jacob Stiffler
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2015-05-21recipes: move SRCPV from PR to PV, so PRServ can package AUTOINC after patchingDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2013-09-12ti-pru-sw-edma-driver: let module.bbclass package modules automaticallyDenys Dmytriyenko
The new method is to automatically package modules into kernel-module-<modname> and make the custom name depend on the standard unified one. Messing with FILES_${PN} usually causes problems, so avoid it and let module.bbclass do it's magic. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2013-02-12ti-pru-sw-edma-driver: Port PRU SW edma driver from AragoFranklin S. Cooper Jr
* Add PRU SW edma driver recipe for the omapl138 machines * This recipe builds and installs an edma driver module that supports the edma user space libraries built by the ti-pru-sw-edma-library recipe. Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>