summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/pru
Commit message (Collapse)AuthorAgeFilesLines
* pru-icss: bump SRCREV and PV to bring in updatesJason Reeder2016-03-171-2/+2
| | | | | | | | | 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>
* pru-icss: actually bump SRCREV for previous changeDenys Dmytriyenko2016-02-091-1/+1
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* pru-icss: update RPMsg folder names for am437xJason Reeder2016-02-081-4/+4
| | | | | | | | | | | 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>
* pru-icss: bump SRCREV and PV due to bug fixesJason Reeder2015-12-011-2/+2
| | | | | | | | | 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>
* pru-icss: install multiple example firmwaresJacob Stiffler2015-11-091-12/+85
| | | | | | | | | * 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>
* pru-icss: Add PRU software package version 4.0.0.0Jacob Stiffler2015-10-291-0/+66
| | | | | Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* recipes: move SRCPV from PR to PV, so PRServ can package AUTOINC after patchingDenys Dmytriyenko2015-05-211-1/+2
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-pru-sw-edma-driver: let module.bbclass package modules automaticallyDenys Dmytriyenko2013-09-121-3/+1
| | | | | | | | | 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>
* ti-pru-sw-edma-driver: Port PRU SW edma driver from AragoFranklin S. Cooper Jr2013-02-121-0/+32
* 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>