summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
Commit message (Collapse)AuthorAgeFilesLines
...
* Move meta-fsl-ppc content to layer rootOtavio Salvador2015-07-2845-0/+4297
| | | | | | | | This commit is just a rename of all contents of meta-fsl-ppc subdirectory to this layer's root, merging the contents of common files, subsequent changes are based on top of that. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx-rt: Add patch for imx-sdma CPU stall issueDominic Sacré2015-07-282-0/+96
| | | | | | | | | Work around CPU stalls in the imx-sdma driver by replacing spinlocks with raw spinlocks. This prevents preemption during the spinlock's critical section, as is the case on non PREEMPT_RT kernels. Signed-off-by: Dominic Sacré <dominic.sacre@gmx.de> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-fslc-mx6 (3.14-1.0.x): Bump revision to 96645772Otavio Salvador2015-07-161-1/+1
| | | | | | | Upgrades the fork to the 3.14.48 stable release. Change-Id: I720b1c1ce196dbdf1c38a6cf80c4eb96faba64e4 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-fslc (4.1): Bump revision to 95d9e15aOtavio Salvador2015-07-161-1/+1
| | | | | | | Upgrades the fork to the 4.1.2 stable release. Change-Id: I59cc6b6bed7462fa6f6ba08686ed6bb3d76fe45d Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* Drop i.MX31 and i.MX35 supportOtavio Salvador2015-07-161-1/+1
| | | | | | | | | | | | | | | The i.MX31 and i.MX35 has been barely used and without much community coverage since its inclusion making them untested boards. There is no reason to keep the support for those SoCs in the BSP layer as those are virtually not tested and unkown to be working or not. The metadata related to the i.MX3 SoC family has been removed in this commit so if someone ever wants to bring it back it is easy to find out all the necessary changes. Change-Id: I808bf7d1cfa97eb7d444fba711a93b1e074d5f4d Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* Move meta-fsl-arm content to layer rootOtavio Salvador2015-07-1645-0/+13784
The meta-fsl-arm is going to be used as the base for this layer. It contains a clean history and allowing a more granullar set of changes. This commit is just a rename of all contents of meta-fsl-arm subdirectory to this layer's root, subsequent changes are based on top of that. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>