[meta-freescale] [meta-fsl-arm-extra][PATCH] linux-wandboard-rt: Add initial recipe

2015-07-14 Thread Dominic Sacré
and linux-imx-rt. Signed-off-by: Dominic Sacré dominic.sa...@gmx.de --- .../0001-fix-build.patch | 71 .../0002-fix-build-with-rt-enabled.patch | 19 + .../0003-no-split-ptlocks.patch| 85 .../linux/linux-wandboard-rt-3.14.28

[meta-freescale] [meta-fsl-arm][PATCH] linux-imx-rt: Add patch for imx-sdma CPU stall issue

2015-07-20 Thread Dominic Sacré
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.sa...@gmx.de --- .../0004-imx-sdma-channel-use-raw

[meta-freescale] [meta-fsl-arm-extra][PATCH] linux-wandboard-rt: Add patch for imx-sdma CPU stall issue

2015-07-20 Thread Dominic Sacré
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.sa...@gmx.de --- .../0004-imx-sdma-channel-use-raw

Re: [meta-freescale] [meta-fsl-arm][PATCH] linux-imx-rt: Upgrade to 3.14.28-1.0.0 GA

2015-07-14 Thread Dominic Sacré
Hi Otavio, On 2015-07-08 11:46, Dominic Sacré wrote: Rebase onto kernel 3.14.28-1.0.0 GA from Freescale, including all the patches currently applied to linux-imx in meta-fsl-arm. The realtime specific patches to the kernel source are still required, with some minor changes to match the new

Re: [meta-freescale] [meta-fsl-demos][PATCH 01/12] packagegroup-fsl-benchmark.bb: New packagegroup for benchmarks

2015-08-25 Thread Dominic Sacré
On 2015-08-25 16:20, Otavio Salvador wrote: On Tue, Aug 25, 2015 at 5:22 AM, Nikolay Dimitrov picmas...@mail.bg wrote: Can you please exclude fio from RDEPENDS_${PN}-extended, at least for ARM boards? Here's more info about the issue:

[meta-freescale] [meta-fsl-arm][PATCH] linux-fslc-mx6-rt: Add new recipe

2015-10-29 Thread Dominic Sacré
This recipe is based on the now-deleted linux-imx-rt recipe, using the same set of patches. The linux-fslc-mx6 kernel is currently at upstream version 3.14.54, for which no realtime patch has been released, but patch 3.14.51-rt52 applies cleanly. Signed-off-by: Dominic Sacré <dominic

[meta-freescale] [meta-fsl-arm-extra][PATCH] linux-wandboard-rt: update SRCREV for gcc 5.2 build fixes

2015-10-28 Thread Dominic Sacré
This updates SRCREV to the same revision as the linux-wandboard recipe. Signed-off-by: Dominic Sacré <dominic.sa...@gmx.de> --- recipes-kernel/linux/linux-wandboard-rt_3.14.28.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-wandboard-rt_3

[meta-freescale] [meta-fsl-arm][PATCH] linux-imx-rt: Upgrade to 3.14.28-1.0.0 GA

2015-07-08 Thread Dominic Sacré
3.14.28-1.0.0 GA. Signed-off-by: Dominic Sacré dominic.sa...@gmx.de --- ...6q-fix-video-divider-for-revision-1.0-of-.patch | 35 -- .../linux-imx-rt-3.10.31/0001-fix-build.patch | 57 --- .../0002-fix-build-with-rt-enabled.patch | 19 - .../0003-no-split-ptlocks.patch

[meta-freescale] [meta-fsl-arm][PATCH] linux-fslc-imx-rt: Fix URL for patch 3.14.61-rt62

2016-04-22 Thread Dominic Sacré
used "older" patches (even when the latest one would apply) specifically because the URLs remain stable that way. This got broken in the update to 3.14.52-1.1.0 GA. Signed-off-by: Dominic Sacré <dominic.sa...@gmx.de> --- recipes-kernel/linux/linux-fslc-imx-rt_3.14-1.1.x.bb | 2 +- 1

Re: [meta-freescale] [meta-fsl-arm][PATCH] linux-fslc-imx-rt: Fix URL for patch 3.14.61-rt62

2016-04-23 Thread Dominic Sacré
Hi Otavio, On 2016-04-23 15:58, Otavio Salvador wrote: > Good catch; would be possible for you to work on the 4.1 RT support as well? I'm in the process of upgrading to krogoth, and a 4.1-rt kernel is more or less at the top of my to-do list. I should be able to send you an upgraded recipe

[meta-freescale] [meta-fsl-arm][PATCH] linux-fslc-imx-rt: Upgrade to 4.1.15-1.0.0 GA

2016-05-04 Thread Dominic Sacré
to apply to the new kernel. Signed-off-by: Dominic Sacré <dominic.sa...@gmx.de> --- ...t-ptlocks.patch => 0002-no-split-ptlocks.patch} | 0 ...around-CPU-stalls-in-the-imx-sdma-driver.patch} | 53 +++--- recipes-kernel/linux/linux-fslc-imx-rt/defconfig | 81 ++ .

Re: [meta-freescale] imx6dl-riotboard: Does not generate valid SD card image

2016-08-09 Thread Dominic Sacré
On 2016-08-09 17:55, Otavio Salvador wrote: > On Tue, Aug 9, 2016 at 12:36 PM, Daiane Angolini > wrote: >> On Tue, Aug 9, 2016 at 11:47 AM, Turab Iqbal wrote: >>> The solution that worked for me was to add the following to >>>

[meta-freescale] [PATCH][master][morty] linux-fslc-imx-rt: Bump revision to ee67fc7e072d

2017-02-07 Thread Dominic Sacré
Align version with linux-fslc-imx recipe, and update RT patch to 4.1.37-rt43. This also fixes a build failure, because the checksum of the previous version of the compressed RT patch had changed on the server. Signed-off-by: Dominic Sacré <dominic.sa...@gmx.de> --- recipes-kernel/linux

[meta-freescale] [PATCH][master][morty] linux-fslc-imx-rt: Update realtime patch to 4.1.38-rt45

2017-02-15 Thread Dominic Sacré
. Signed-off-by: Dominic Sacré <dominic.sa...@gmx.de> --- recipes-kernel/linux/linux-fslc-imx-rt_4.1-2.0.x.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-kernel/linux/linux-fslc-imx-rt_4.1-2.0.x.bb b/recipes-kernel/linux/linux-fslc-imx-rt_4.1-2.0.x.bb index 51

Re: [meta-freescale] [3rdparty][PATCH 1/2] linux-wandboard: Add patch to fix build error with gcc6

2016-11-11 Thread Dominic Sacré
On 2016-11-11 11:24, Otavio Salvador wrote: > On Thu, Nov 10, 2016 at 12:23 PM, Dominic Sacré <dominic.sa...@gmx.de> wrote: >> Without this patch, gcc6 fails to build the Vivante driver with >> -Werror=misleading-indentation. >> >> Signed-off-by: Do

[meta-freescale] [PATCH] linux-fslc-imx-rt: Upgrade to 4.1-2.0.x GA

2016-11-10 Thread Dominic Sacré
Upgrade to revision 176c482, and apply patch 4.1.35-rt41 on top of it. Refresh defconfig for the new kernel version. Signed-off-by: Dominic Sacré <dominic.sa...@gmx.de> --- recipes-kernel/linux/linux-fslc-imx-rt/defconfig | 15 +-- ...imx-rt_4.1-1.0.x.bb => linux

[meta-freescale] [3rdparty][PATCH 2/2] linux-wandboard-rt: Upgrade to version 4.1.15

2016-11-10 Thread Dominic Sacré
Upgrade recipe based on the latest versions of linux-wandboard and linux-fslc-imx-rt. Signed-off-by: Dominic Sacré <dominic.sa...@gmx.de> --- .../0002-fix-build-with-rt-enabled.patch | 19 - .../0001-fix-build.patch | 0 .../0002-no-split-ptlocks

[meta-freescale] [3rdparty][PATCH 1/2] linux-wandboard: Add patch to fix build error with gcc6

2016-11-10 Thread Dominic Sacré
Without this patch, gcc6 fails to build the Vivante driver with -Werror=misleading-indentation. Signed-off-by: Dominic Sacré <dominic.sa...@gmx.de> --- .../Fix-gcc6-build-error-in-Vivante-driver.patch | 41 ++ recipes-kernel/linux/linux-wandboard_4.1.15.bb | 5

[meta-freescale] [3rdparty][PATCH v2] linux-wandboard-rt: Upgrade to version 4.1.15

2016-11-10 Thread Dominic Sacré
Upgrade recipe based on the latest versions of linux-wandboard and linux-fslc-imx-rt. Signed-off-by: Dominic Sacré <dominic.sa...@gmx.de> --- I accidentally sent v1 with an incorrect defconfig, so here's v2 to fix that. .../0002-fix-build-with-rt-enabled.patch | 19 --- .../00

Re: [meta-freescale] [3rdparty][PATCH 1/2] linux-wandboard: Add patch to fix build error with gcc6

2016-11-15 Thread Dominic Sacré
On 2016-11-11 14:28, Otavio Salvador wrote: > On Fri, Nov 11, 2016 at 11:06 AM, Dominic Sacré <dominic.sa...@gmx.de> wrote: >> Am I right in assuming that the external module still doesn't support RT >> kernels? > > Yes; however if there is a way to detect the pre

[meta-freescale] [PATCH 1/2] kernel-module-imx-gpu-viv: Bump revision to 1be63fb

2016-11-21 Thread Dominic Sacré
Bump revision to add support for kernels with RT_PREEMPT patch. Signed-off-by: Dominic Sacré <dominic.sa...@gmx.de> --- .../kernel-modules/kernel-module-imx-gpu-viv_5.0.11.p8.6+fslc.bb| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/kernel-m

[meta-freescale] [PATCH 2/2] linux-fslc-imx-rt: Add patch to support external imx-gpu-viv driver

2016-11-21 Thread Dominic Sacré
-by: Dominic Sacré <dominic.sa...@gmx.de> --- .../0004-export-swait-locked-functions.patch | 31 ++ .../linux/linux-fslc-imx-rt_4.1-2.0.x.bb | 7 + 2 files changed, 32 insertions(+), 6 deletions(-) create mode 100644 recipes-kernel/linux/linux-fslc-

[meta-freescale] [PATCH][morty][master] linux-fslc-imx-rt: Update checksums for realtime patch

2017-03-13 Thread Dominic Sacré
The gzip-compressed patch on the server has again been replaced by a file with the same contents, but different checksums. Signed-off-by: Dominic Sacré <dominic.sa...@gmx.de> --- recipes-kernel/linux/linux-fslc-imx-rt_4.1-2.0.x.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)