summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
Commit message (Collapse)AuthorAgeFilesLines
* linux-imx-rt: Add patch for imx-sdma CPU stall issueDominic Sacré2015-07-312-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 (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>
* linux-ls1: package zImage into kernel-imageTing Liu2015-07-161-0/+13
| | | | | | | | | | When running kvm test on ls1, the guest kernel needs to be zImage format. This is a known limitation with qumu-fsl v2.2.0 release. package zImage into kernel-image which can then be installed into rootfs. Signed-off-by: Ting Liu <ting.liu@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-ls1: update to revision f488de6Ting Liu2015-07-162-143/+321
| | | | | | | | | | | | | | | | | | | | | | | | | | | Minor version update to 3.12.37-rt51 with new features: * e6500 hugepage TLB miss performance improvement * T1023RDB support * T1040D4RDB and T1042D4RDB support * DIU [T1042] * DPAA Ethernet: loadable module * eMMC: DDR mode [T2080] * eTSEC: Gianfar upstream updates and fixes * fmlib: table statistics, stats extension * IEEE802.1AE (MACSEC) and IEEE802.1X (port-based network access control) [T104x, T102x] * IEEE1588 ptpd open source stack includes more DPAA processors: P1023, P2041, P3041, P5020, P5040, T4240, T1023 * LAG SGMII 2.5G ports support - IPv4 traffics forwarding on aggregated 2 x 2.5Gb L2 Switch FMAN ports [1040] * LAG support of IPv6 traffics forwarding and TCP/UDP traffics over IPv6 forwarding (2 x 2.5Gb L2 Switch WAN) [1040] * LAG support of IPv6 traffics forwarding and TCP/UDP traffics over IPv6 forwarding on both 1 G RGMII port and 1G SGMII port [1040] * Power Management: Power off feature for all QDS boards except B9132QDS and B4860QDS * SEC: QI Driver IPSec performance improvement * SGMII 2.5G fixed link [T1024] * USB: Dual UTMI For detailed history, see http://git.freescale.com/git/cgit.cgi/ppc/sdk/linux.git/tag/?id=fsl-sdk-v1.8 Signed-off-by: Ting Liu <ting.liu@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx-rt: Upgrade to 3.14.28-1.0.0 GADominic Sacré2015-07-1412-106/+405
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-fslc: Update to a Linux kernel 4.1-based forkFabio Estevam2015-07-142-4/+5
| | | | | | | | | | | | | | | | | | Update to the revision 665a389 which is based on the 4.1.1 stable release. It includes the following changes on top of it: 665a389 ARM: dts: cubox-i: add support for Broadcom Wifi/Bluetooth devices 7ce4321 ARM: imx_v6_v7_defconfig: Add Wireless support 209773b ARM: imx_v6_v7_defconfig: Select HCIUART_H4 5af747f ARM: dts: imx6sl-warp: Add changes for rev1.12 c057f36 ARM: dts: imx6sl-warp: Add the SD2_RESET pin 4b78c61 ARM: dts: imx6qdl-hummingboard: Add PCIe support 35d2348 ARM: dts: imx23-olinuxino: Add i2c support 1299e0b ARM: dts: imx23: Add i2c support 4ff7f5e ARM: dts: imx6qdl: move HDMI controller to right location in DT Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx-3.14.28: Fix reporter's nameFabio Estevam2015-07-071-2/+2
| | | | | | | | | | | Commit a3a6ca336023d4 ("linux-imx-3.14.28: FEC: fix garbage send for huge data blocks") didn't put the correct name for reporter of the issue. Fix the reporter's name. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-fslc: Bump revision to 4eb30aed4Fabio Estevam2015-07-061-1/+1
| | | | | | | | | | | | Update the kernel fork to the 4.0.7 stable release and also apply the following changes: 4eb30ae ARM: imx_v6_v7_defconfig: Select HCIUART_H4 6d3d183 ARM: dts: imx6sl-warp: Add changes for rev1.12 59fc09a ARM: dts: imx6sl-warp: Add the SD2_RESET pin Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx-3.14.28: FEC: fix garbage send for huge data blocksAndreas Müller2015-06-102-0/+101
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx_3.14.28: fix initial MMC device detectionAndreas Müller2015-06-102-0/+37
| | | | | | | | | | | | | | | | | | | | | On Variscite Varsom we have three devices connected to MMC * MMC1: eMMC * MMC2: SDCard * MMC3: Wifi Without this patch only the first device was detected properly. I found two workarounds which can be removed by this patch: 1. Variscite: booting from SDCard made possible by renumbering MMC devices [1]. 2. BoundaryDevices: Add workqueues for each mmc_host [2]. This had been tested here too but causes crashing sdcard for huge storage traffic. [1] https://github.com/varigit/linux-2.6-imx/blob/imx_3.10.53_1.1.0_ga_var01/arch/arm/boot/dts/imx6qdl.dtsi / Line 879 [2] https://github.com/boundarydevices/linux-imx6/commit/1d40159a995a298f16901bfb14ae3e0294c65691 Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-fslc: Update to revision 48548f7Otavio Salvador2015-06-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This updates the kernel fork to the 4.0.4 stable release and also backports following changes from next releases: 48548f7 ARM: dts: imx6qdl-hummingboard: Add PCIe support a436e02 ARM: dts: imx23-olinuxino: Add i2c support 6fab05f ARM: dts: imx23: Add i2c support f3be862 ARM: dts: imx6qdl: move HDMI controller to right location in DT d406c7d ARM: dts: hummingboard: add sgtl5000 support for Hummingboard Pro a902f9a ARM: dts: imx25-pinfunc: Add several pinfunctions 09b876d ARM: dts: cubox: Map gpio-keys to gpio3 8 195395a ARM: dts: hummingboard: Setup pwm lines 626e1a2 ARM: dts: hummingboard: enable PCF8523 RTC support 90d5cd9 ARM: dts: Re-license SolidRun iMX6 platform DT GPL v2/X11 fc8e447 ARM: dts: imx28: add alternative pinmuxing for spi3 16a090f ARM: dts: imx6sl: Add label snvs_rtc 00a7455 ARM: imx6qdl-sabreauto.dtsi: add max7310 support 910c8ea ARM: dts: imx25-pinfunc: remove input values for pinfuncs without input register 5d7835c ARM: dts: imx6qdl: disable PWMs by default 9591a95 ARM: dts: hummingboard/cubox-i: enable front LED PWM explicitly c147254 ARM: dts: imx6qdl: Allow disabling the PU regulator, add a enable ramp delay f440f6f ARM: dts: imx: Add dr_mode host setting to all host-only usb instances 50d210b ARM: dts: imx25-pdk: Add LCD support 22a2757 ARM: dts: imx25-pinfunc: more defines 4d5c31f ARM: imx25: fix some wrong iomux definitions c11c5d3 ARM: dts: imx6qdl: Add label snvs_rtc 86bca32 ARM: dts: imx6qdl: Move existing MIPI DSI ports into a new 'ports' node d0359e2 ARM: imx6sx-sdb: add revb board and make it default c045e82 ARM: imx6sx-sdb: change default board as reva board a9902ce ARM: dts: cubox-i: add support for Broadcom Wifi/Bluetooth devices Change-Id: Ia64861aac4b84b459cee54a7af7561e503f26d7f Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-fslc: Update to 19ebefd revisionOtavio Salvador2015-05-111-1/+1
| | | | | | | | | | | | | This updates the kernel fork to 4.0.2 stable update and include following extra patches: 19ebefd ARM: dts: imx6sl-warp: Fix OTG roles 397da9a ARM: dts: imx6sl-warp: Remove USB regulators 72319d7 ARM: dts: imx6sl-warp: Remove unused regulator Change-Id: I01c0887ac91cfbca660344b524e7ff6ee40759cd Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Reviewed-by: Fabio Estevam <fabio.estevam@freescale.com>
* linux-fslc: Bump revision to ba621b5Otavio Salvador2015-04-281-1/+1
| | | | | | | | | | | | | | | | | This fixes a card detection regression which has been introduced by 1b673ef (mmc: sdhci-esdhc-imx: Call mmc_of_parse()) change. This backports from 4.1-rc1: ba621b5 mmc: sdhci: fix card presence logic in sdhci_request function Thanks to Nikolay Dimitrov <picmaster@mail.bg> and Fabio Estevam <festevam@gmail.com> for helping to find the root cause of the issue. Change-Id: Ibdee1a58eefbaef901eb2ba8c95e90e7a2dc59f9 Reported-by: Gary Thomas <gary@mlbassoc.com> Tested-by: Gary Thomas <gary@mlbassoc.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-fslc: Update to a Linux kernel 4.0-based forkOtavio Salvador2015-04-143-18/+52
| | | | | | | | | | | | | | | | | This updates to the revision 48dfc7c which is based on the 4.0 release. It includes following changes on top of it: 48dfc7c ARM: mxs_defconfig: Add VFAT support 07b96f4 ARM: imx_v6_v7_defconfig: Add Wireless support a4082e7 ARM: imx_v6_v7_defconfig: Enable Bluetooth support f91f59b ARM: dts: imx6sl-warp: Add BCM4330 support 9b26bb6 ARM: dts: imx6sl-warp: Pass 'bus-width' property 89a0a04 ARM: dts: warp: Add initial WaRP Board support 1b673ef mmc: sdhci-esdhc-imx: Call mmc_of_parse() 6e759b1 dma: imx-sdma: Add support for version 3 firmware Change-Id: If095e7877d3675882d8877b76c7832ff6e378a93 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx (3.10.53): Remove as 3.14.28-1.0.0 GA is the default oneOtavio Salvador2015-04-096-860/+0
| | | | | | | | | | | As 3.14.28-1.0.0 GA is out, the 3.10.53-1.1.x is not tested and used by default so it should be removed. This patch can be locally reverted if someone wants to still use the 3.10.53-1.1.x for any reason. Change-Id: I8d279853f2a2cdef15b4e1ee51d40ffe3d44da38 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx (3.14.28): Add the 3.14.28-1.0.0 GA versionOtavio Salvador2015-04-097-0/+908
| | | | | | | | | | | | | | | | This upgrades 3.10.53-1.1.0 GA kernel to the 3.14.28-1.0.0 GA one. This patch is based on a patch[1] sent by Lauren Post. 1. http://patchwork.openembedded.org/patch/91217/ Over the original patch, following changes has been done: - backport of 3.14.29's patch for i.MX6 TO1.0 support; - forward port of i.MX6SL code removal support patch. Change-Id: I2193de3f61f1d9d70137774405ff60ee00aeae2c Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-fslc.inc: Use linux-fslc.git repositoryOtavio Salvador2015-04-021-1/+1
| | | | | | | | In old days, the repository was named linux-mainline.git but this has been changed long time ago. GitHub handles the rename gracefully but for consistency we ought to rename here as well. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-mfgtool.inc: Adapt to work-shared kernel sourceOtavio Salvador2015-04-021-10/+11
| | | | | | | | | | The kernel source code is (since OE-Core:6a1ff0e7) used from work-shared. As consequence, the MfgTool kernel needed changes to use a completely separated source code and avoid messing with original Linux kernel ABI identificationfile. Change-Id: Idd43dd5d0d8d9e1ff7cc6e8ce15c8cd60107259d Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* kernel-module-mcc: make MCC kernel module a virtual packageStefan Agner2015-03-191-0/+4
| | | | | | | | In order to support forks of the MCC kernel module, define the MCC kernel module packages as virtual packages. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-mfgtool.inc: FILESEXTRAPATHS_prepend should use ":=", not "="Robert P. J. Day2015-03-091-1/+1
| | | | | | Change-Id: Ibf0bde5be5d51b31f2adffbb0597eecf52526140 Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-fslc: Update to the 3.19 based versionOtavio Salvador2015-02-262-5/+13
| | | | | | | | | The release is based on v3.19 tag and the following commits: 5fdbf2a ARM: dts: warp: Add initial WaRP Board support Change-Id: I8f2f0e7b66a80dc071ab31d9c8293ea8d13c3d7e Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx: Disable imx6sl-specific code when imx6sl SOC support is disabledNikolay Dimitrov2015-02-122-1/+55
| | | | | | | | | Currently the build fails when CONFIG_SOC_IMX6SL is disabled, due to some hard-coded stuff. The patch purpose is to handle enabling/disabling this config option. Signed-off-by: Nikolay Dimitrov <picmaster@mail.bg> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-fslc: Add VFAT support for mxs defconfigDaiane Angolini2015-02-121-0/+1
| | | | | | | | Add VFAT file system support in order to allow pendrives and other storage devices using vfat out-of-the-box. Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-fslc.inc: Avoid duplication on assignmentsOtavio Salvador2015-02-092-10/+4
| | | | | | | The linux-imx.inc already handles the base settings, this drops the assignments which were duplicate in linux-fslc.inc file. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-fslc: Update to revision 483412c9Otavio Salvador2015-02-051-2/+2
| | | | | | This updates the branch to the 3.18.5 stable release. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx: Upgrade to 3.10.53-1.1.0 GA releaseLauren Post2015-01-275-5/+35
| | | | | | | | | | - Support new hardware i.MX 6SoloX SABRE-SD and SABRE-AI boards. - Security updates for CAAM driver split into 2 drivers CAAM and Job Ring - Manufacturing tools kernel recipe upgrade to 3.10.53 - Multiple bug fixes. Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* kernel-module-mcc: Only include mvf_sema4.h if building in kernelOtavio Salvador2015-01-072-1/+53
| | | | | | | | | | | | | | | | | | When mcc_config.h is used to make application we shouldn't include mvf_sema4.h as it is an internal symbol of kernel and shouldn't be directly referenced by user space applications using the MCC interface. This allows for application developers to use the SDK without having to copy the 'mvf_sema4.h' header byhand. More detailed information at: https://lists.yoctoproject.org/pipermail/meta-freescale/2015-January/012144.html Change-Id: I39a519d10a15b951c573007d3cf689f32aac3f30 Reported-by: Petr Kubizňák <kubiznak.petr@elnico.cz> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-ls1: update to sdk v1.7 releaseChunrong Guo2014-12-292-4/+4
| | | | | | | | | | | | This includes following changes: bdb722f arm: dts: ls1021a-twr: remove dspi1 node for cannot be verified fb3f709 arm: ls1: only call ls1_pm_iomap() when doing deep sleep c15b78f ls1021a/dts: Add eTSEC1 as wake-up event source 5f94f9f qspi: ls102xa: Adjust the size of QSPI AMBA Bus memory map Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx-rt: Upgrade to 3.10.31-1.1.0 Beta 2Jacob Kroon2014-12-228-261/+134
| | | | | | | | | | | Rebase onto kernel 3.10.31-1.1.0 Beta 2 from Freescale, plus clock patch from Gary Bisson. Except the kernel update there are no significant changes other than refreshing patches and aligning defconfig. Signed-off-by: Jacob Kroon <jacob.kroon@mikrodidakt.se> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx (2.6.35.3): Fix build errors when using make 3.82Otavio Salvador2014-12-212-0/+52
| | | | | | | | | | | | | | | | | | | | | | | | | This backports a fix from 2.6.36 to fix build failures when using make 3.82. ,---- | Author: Jan Beulich <JBeulich@novell.com> | Date: Mon Aug 16 11:58:58 2010 +0100 | | fixes for using make 3.82 | | It doesn't like pattern and explicit rules to be on the same line, | and it seems to be more picky when matching file (or really directory) | names with different numbers of trailing slashes. | | Signed-off-by: Jan Beulich <jbeulich@novell.com> | Acked-by: Sam Ravnborg <sam@ravnborg.org> | Andrew Benton <b3nton@gmail.com> | Cc: <stable@kernel.org> | Signed-off-by: Michal Marek <mmarek@suse.cz> `---- Change-Id: I7a56f54ad2bf6ab623705d8866d03f033a2e925e Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-fslc: Update to 3.18 releaseOtavio Salvador2014-12-082-8/+7
| | | | | | | This updates the Linux kernel to the 3.18 release. There are currently no changes on top of it. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-fslc: Update revision to 783addbfOtavio Salvador2014-12-071-1/+1
| | | | | | This updates the Linux kernel to the 3.17.4 stable release. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx: Upgrade to 3.10.31-1.1.0 Beta 2 releaseLauren Post2014-12-071-3/+3
| | | | | | | This kernel update supports imx6sxsabresd T01.2 silicon changes Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx: add clock patch for revision T0 1.0 of i.MX6QGary Bisson2014-12-042-0/+37
| | | | | | | | | | | | The post dividers do not work on i.MX6Q rev T0 1.0 so they must be fixed to 1. As the table index was wrong, a divider a of 4 could still be requested which implied the clock not to be set properly. This is the root cause of the HDMI not working at high resolution on rev T0 1.0 of the SoC, giving the following error: mxc_sdc_fb fb.27: timeout when waiting for flip irq Signed-off-by: Gary Bisson <bisson.gary@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx-rt: Upgrade to 3.10.17-1.0.2Jacob Kroon2014-11-221-6/+6
| | | | | | | | Also, move "require" directives to after SUMMARY/DESCRIPTION section, similar to the linux-imx recipe. Signed-off-by: Jacob Kroon <jacob.kroon@mikrodidakt.se> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-*: Rework LOCALVERSION depending on SRCBRANCHDaiane Angolini2014-11-222-2/+2
| | | | | | | | | | | | | | | | LOCALVERSION is used in FSL Community BSP Release Notes and should highlight which are the _release version_ for that particular provider. In addition LOCALVERSION makes it easy to track where the binary running on a target is from. Both reasons make LOCALVERSION a very important information. The overall rule is that LOCALVERSION would point to SRCBRANCH, unless in a case of explicit exception. Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx: Remove +yocto sufix from LOCALVERSIONDaiane Angolini2014-11-222-2/+2
| | | | | | | | It does not make sense anymore to keep a sufix for a kernel built using yocto project tools. Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx: Upgrade to 3.10.31-1.1.0 Beta versionLauren Post2014-11-1014-2883/+22
| | | | | | | | | | | - Add support for mx6sx. - General fixes for all mx6. - Upgrade to v5 Vivante graphics driver. This also updates the linux-imx-mfgtool recipe as well. Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-fslc: Update revision to 6725f5Fabio Estevam2014-11-101-1/+1
| | | | | | | This updates the Linux kernel to the 3.17.2 stable release. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-ls1: Update to 3ced9e8 revisionChunrong Guo2014-11-081-1/+1
| | | | | | | | | | | | | | | | This includes following changes: c742cbe arm: dts: ls1021a: rename QDS and TWR board dts name for consistence dbaf1e5 ARM: ls1021a: add gating clocks to IP blocks. 0eb706c watchdog: imx2_wdt: Add power management support. b53a344 watchdog: imx2_wdt: adds big endianness support. eb157e1 watchdog: imx2_wdt: convert to watchdog core api 71b5f25 watchdog: Get rid of MODULE_ALIAS_MISCDEV statements 54d638d watchdog: imx2_wdt: disable watchdog timer during low power mode c495541 watchdog: imx2_wdt: expose module alias for loading from device-tree Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx: Upgrade to 3.10.17-1.0.2 patch releaseLauren Post2014-11-051-14/+4
| | | | | | | | | | | | | | Changes to the following areas. - pfuse 100 - power management - graphics driver update with memory, deadlock and bug hang fixes. - crypto - Update testmgr DMA - ipu MXC IPUv3 fb: Fix MXCFB_CSC_UPDATE ioctl - ARM - Drop PL310 errata Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-fslc: Update revision to 20fb021Otavio Salvador2014-10-281-1/+1
| | | | | | This updates the Linux kernel to the 3.17.1 stable release. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-fslc: Update to 3.17 releaseOtavio Salvador2014-10-113-5/+12
| | | | | | | | This updates to the 3.17 release. No changes are applied on the patches-3.17 branch at this moment so it is essentially the hash of the v3.17 tag. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-fslc: Update to bf3b99e revisionOtavio Salvador2014-09-231-1/+1
| | | | | | This updates the patches-3.16 branch to the 3.16.3 stable release. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-ls1: Add kernel recipes for Layerscape1 supportZhenhua Luo2014-09-153-0/+3005
| | | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx (3.10.17): Forward port 3.10.17-1.0.0 fixesOtavio Salvador2014-09-1111-0/+2887
| | | | | | | | | | | | | | | | | | | | Freescale when doing 3.10.17-1.0.1 has ignored the fixes done, by themselves, in the 3.10.17-1.0.0 kernel. This includes following patches, rebased on top 3.10.17-1.0.1: ENGR00318392 ARM:imx6x: Save/restore SCU and some CP15 registers across suspend/resume ENGR00301078-2: ARM: dts: imx6sl-evk: add support for pfuze200 on imx6sl-evk ENGR00301078-1: ARM: dts: imx6dl-sabresd: add support for pfuze200 on mx6dl-sabresd pfuze100-regulator: Fix of_node_get() parameter regulator: pfuze100: Use of_get_child_by_name regulator: pfuze100: Add PFUZE200 support to Kconfig and module description regulator: pfuze100: Add terminate entry for [i2c|of]_device_id tables regulator: pfuze100: add pfuze200 support regulator: pfuze100: Fix address of FABID ENGR00309838 ARM: imx6sl: gpc: add chip revision check for dispmix Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-mfgtool.inc: Fix dynamic packages handlingOtavio Salvador2014-09-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | In case we have kernel modules, a runtime dependency or recommendation can break the dependency resolution algorithm of BitBake resulting on a conflict like: ,----[ Provider conflict error ] | ERROR: Trying to resolve runtime dependency kernel-module-nfs resulted | in conflicting PREFERRED_PROVIDER entries being found. | The providers found were: | ['.../meta-customer/recipes-kernel/linux/linux-customer-mfgtool_3.10.17.bb', | '.../meta-customer/recipes-kernel/linux/linux-customer_3.10.17.bb'] | The PREFERRED_PROVIDER entries resulting in this conflict were: | ['PREFERRED_PROVIDER_linux-mfgtool = mfgtool-linux-customer', | 'PREFERRED_PROVIDER_virtual/kernel = linux-customer'] `---- To fix this, we need to rename the dynamic packages and hence change the built binaries, solving the conflict. Change-Id: I8becb8a4a839494720711f60f51515aba0140c68 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx.inc: Use the new fsl-kernel-localversion classOtavio Salvador2014-09-011-27/+1
| | | | | | | | | This uses the new class for LOCALVERSION handling, dropping the old code. The local version is set for '+imx' by default but can be overriden by users of this .inc file. Change-Id: Ib571e17c250473b923b31837954942ca5bacb61b Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx-rt: Use 'performance' as default cpufreq governorJacob Kroon2014-08-301-5/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since CPU frequency scaling is a bad idea for real-time systems anyway, use 'performance' and disable the remaining cpufreq governors. Avoids the following issue: BUG: scheduling while atomic: swapper/0/0/0x00000002 Modules linked in: Preemption disabled at:[< (null)>] (null) CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.10.17-rt12-monkey+g232293e #1 [<80013c7c>] (unwind_backtrace+0x0/0xec) from [<80011644>] (show_stack+0x10/0x14) [<80011644>] (show_stack+0x10/0x14) from [<8004e160>] (__schedule_bug+0x60/0xa8) [<8004e160>] (__schedule_bug+0x60/0xa8) from [<80643458>] (__schedule+0x408/0x4a8) [<80643458>] (__schedule+0x408/0x4a8) from [<8064352c>] (schedule+0x34/0xa4) [<8064352c>] (schedule+0x34/0xa4) from [<80644104>] (rt_spin_lock_slowlock+0xc0/0x298) [<80644104>] (rt_spin_lock_slowlock+0xc0/0x298) from [<80033780>] (lock_timer_base.isra.29+0x2c/0x4c) [<80033780>] (lock_timer_base.isra.29+0x2c/0x4c) from [<80033944>] (mod_timer+0x60/0x1c4) [<80033944>] (mod_timer+0x60/0x1c4) from [<8044bcc8>] (cpufreq_interactive_idle_notifier+0x148/0x180) [<8044bcc8>] (cpufreq_interactive_idle_notifier+0x148/0x180) from [<8004ad40>] (notifier_call_chain+0x44/0x84) [<8004ad40>] (notifier_call_chain+0x44/0x84) from [<8004afd4>] (atomic_notifier_call_chain+0x34/0x48) [<8004afd4>] (atomic_notifier_call_chain+0x34/0x48) from [<8005d9a0>] (cpu_startup_entry+0xfc/0x164) [<8005d9a0>] (cpu_startup_entry+0xfc/0x164) from [<80c1cab4>] (start_kernel+0x324/0x330) [<80c1cab4>] (start_kernel+0x324/0x330) from [<10008074>] (0x10008074) See: https://lkml.org/lkml/2014/6/10/457 https://lists.yoctoproject.org/pipermail/meta-freescale/2014-June/008957.html Signed-off-by: Jacob Kroon <jacob.kroon@mikrodidakt.se> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx-rt: Upgrade to 3.10.17-1.0.1Jacob Kroon2014-08-301-3/+3
| | | | | Signed-off-by: Jacob Kroon <jacob.kroon@mikrodidakt.se> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>