aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-imx_2.6.35.3.bb
AgeCommit message (Collapse)Author
2013-04-25linux-imx (2.6.35): Only use 2.6.35 1.1.0 for mx28Fabio Estevam
2.6.35 1.1.0 branch does not officially support mx23. Restrict its usage only for mx28. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
2013-04-18linux-imx_2.6.35.3: Update to the latest top of treeFabio Estevam
Include the latest fixes from 2.6.35 11.09.01 branch. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
2013-03-19linux-imx (2.6.35.3): Fix perf build due new Linux headers useOtavio Salvador
As Yocto now use a newer Linux headers package we end having a build failure in perf as 'stddef.h' has changed and does not provide NULL definiton anymore. To workaround it we add the srcdir onto search path for include files, before sysroot one. Change-Id: I87e2ee7626f2399ab726c9d1ed0f32f18e6d2948 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2013-03-08linux-imx (2.6.35): mxs: Update to 1.1.0 BSP releaseDaiane Angolini
The new version is from Freescale BSP 2.6.35 1.1.0 for i.MX28 Change-Id: If6473c98910509f723d7f39bda7f40c78fcca8ae Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
2013-03-07linux-imx (2.6.35.3): Enable cpufreq support for i.MX28 EVKOtavio Salvador
The DDR2 initialization code has been fixed in U-Boot so the kernel does not hang when cpufreq support is enabled. Change-Id: Ieb5d74c621bf446df08c9063755f15f26bab02b2 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2013-01-16linux-imx_2.6.35.3: Update to top of headFabio Estevam
Currently we are one patch behind the top of head on 10.12 branch. Move to the top of head. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
2013-01-16linux-imx-2.6.35.3: imx23evk: udev needs CONFIG_DEVTMPFS_MOUNTFabio Estevam
New udev version needs CONFIG_DEVTMPFS_MOUNT to be selected, otherwise console gets stuck. The same approach has been already deployed into 3.0.35 as per commit 96417b88a (Recent versions of udev (182 in OE-core) need devtmpfs to operate correctly). Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
2013-01-16linux-imx-2.6.35.3: udev needs CONFIG_DEVTMPFS_MOUNTFabio Estevam
New udev version needs CONFIG_DEVTMPFS_MOUNT to be selected, otherwise console gets stuck. The same approach has been already deployed into 3.0.35 as per commit 96417b88a (Recent versions of udev (182 in OE-core) need devtmpfs to operate correctly). Suggested-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
2012-10-29linux-imx_2.6.35.3.bb: Improve 1080p playbackFabio Estevam
Bump kernel and header SRCREV_mx5 so that the triple buffer patch is applied. It fixes 1080p stress tests playback issues and now 1080p can be played smoothly for several days. The original issue happens only when playing 1080p content on a 1080p display. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
2012-10-02linux-imx (2.6.35.3): Update mx5 GIT revisionOtavio Salvador
When playing video via HDMI, audio via SPDIF, the system may hang. This patch is used to add SPBA as secondary clock of ASRC, ESAI,SPDIF. Change-Id: I2ba44803245505cb7de739b961a0eea9f58a4b1f Signed-off-by: Lily Zhang <r58066@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-10-02linux-imx (2.6.35.3): Change local version for use with GIT hashOtavio Salvador
As we now include the GIT hash we don't need to use a date at local version. We also fix the local version override for 'mxs' SoCs that were not being used. Change-Id: I796cb3a90b1ae879e807fe1580cb0e2f11f6cf4e Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-09-28linux-imx (2.6.35.3): Update to newer GIT versionsMahesh Mahadevan
This removes the patch to fix build issues with the perf tool, an equivalent fix from open-source kernel was added to the Freescale GIT. The kernel has been updated to mxs and mx5 SoCs. Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@freescale.com>
2012-09-28linux-imx (2.6.35.3): Use the same defconfig for all MX5 SoC'sMahesh Mahadevan
Use one defconfig for all MX5 SoC's. The MX5 defconfig has been updated to match the config included in the linux source code. Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@freescale.com>
2012-09-28linux-imx (2.6.35.3): Update to newer GIT versionsOtavio Salvador
This remove 3 patches that were merged (or had equivalent fix implemented) on Freescale kernel. The egalax patch for MX53 QSB touchscreen was removed as this did not help with touch functionality. The kernel has been updated to mxs and mx5 SoCs. Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@freescale.com>
2012-09-25linux-imx (2.6.35.3): Fix perf tool building using gcc 4.6Otavio Salvador
The option -Wno-unused-but-set-variable has been add to EXTRA_WARNINGS to allow building with newer gcc versions. Change-Id: Ia3acfbad9f9d6ea1c52ef8c0588aa415daf0aabc Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-09-18linux-imx (2.6.35.3): mx5: Fix IPU hang when framebuffer is enabled in U-bootOtavio Salvador
If bootloader enableds framebuffer, it is necessary to turn off IPU early in the boot process to avoid kernel hang. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-09-18Revert "linux-imx (2.6.35.3): mx5: Fix IPU hang when framebuffer is enabled ↵Otavio Salvador
in U-boot" This reverts commit e7f3146191b4a5c4e160ae1b585ec4fd8f99e6b0.
2012-09-13linux-imx (2.6.35.3): Update to newer GIT versionsOtavio Salvador
This remove 8 patches that were merged (or had equivalent fix implemented) on Freescale kernel. The kernel has been updated to mxs and mx5 SoCs. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Rogerio Pimentel <rogerio.pimentel@freescale.com>
2012-09-11linux-imx (2.6.35.3): perf tools: Do not treat warnings as errorsOtavio Salvador
Newer GCC detect more warnings and this makes building of perf not possible in the upcoming release of Yocto (1.3). We deal with that making the warnings not fatal instead of changing perf code. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-09-11linux-imx (2.6.35.3): perf tools: Fix build against newer glibcOtavio Salvador
Upstream glibc commit 295e904 added a definition for __attribute_const__ to cdefs.h. This causes the following error when building perf: util/include/linux/compiler.h:8:0: error: "__attribute_const__" redefined [-Werror] /usr/include/sys/cdefs.h:226:0: note: this is the location of the previous definition Wrap __attribute_const__ in #ifndef as done for __always_inline. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-09-09linux-imx (2.6.35.3): mx5: Fix IPU hang when framebuffer is enabled in U-bootOtavio Salvador
If bootloader enableds framebuffer, it is necessary to turn off IPU early in the boot process to avoid kernel hang. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-09-09linux-imx (2.6.35.3): readd workaround for iMX28 problem with cpufreqOtavio Salvador
When cleaning the kernel recipes, the patch to disable cpufreq. This patch readd the the missing workaround back to fix the hanging issue during the boot. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-09-05linux-imx (2.6.35.3): Kernel patches from Freescale GITMahesh Mahadevan
The Freescale external GIT repository has been updated, below are the links: http://git.freescale.com/git/cgit.cgi/imx/linux-2.6-imx.git/log/?h=imx_2.6.35_11.09.01 http://git.freescale.com/git/cgit.cgi/imx/linux-2.6-imx.git/log/?h=imx_2.6.35_10.12.01 Delete the patches locally applied as they are available on the GIT server. Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@freescale.com>
2012-08-15linux-imx (2.6.35.3): reduce delta against kernel source imx23evk_defconfigOtavio Salvador
Update the imx23evk defconfig to reduce the delta against the imx23evk_defconfig so it is more in line of expected feature set by Freescale. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-08-15linux-imx (2.6.35.3): use 10.12.01 based kernel for mxs SoC familyOtavio Salvador
Freescale maintains specific patches for their SoC families on respective branches so we now have specific SRCREV for each family. For mxs we're using the 10.12.01 branch while for mx5 we keep using 11.09.01 one and we ended keeping the specific patches of each SoC applying only on the right family. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-08-15linux-imx (2.6.35.3): update to use linux-imx.incOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-08-05linux-imx (2.6.35.3): Kernel patches from Freescale GITMahesh Mahadevan
The Freescale external GIT repository has been updated, below is the link: http://git.freescale.com/git/cgit.cgi/imx/linux-2.6-imx.git/log/?h=imx_2.6.35_11.09.01 Delete the patches locally applied as they are available on the GIT server. Tested video playback of an .mp4 file using the QT player and did not see the black screen issue mentioned with the VPU. Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@freescale.com>
2012-08-02linux-imx (2.6.35.3): reduce delta against kernel source mx5_defconfigMahesh Mahadevan
Update the imx53qsb defconfig to reduce the delta against the mx5_defconfig so it is more in line of expected feature set by Freescale. Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@freescale.com>
2012-07-18linux-imx (2.6.35.3): enable SPDIF support for imx53qsbOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Adrian Alonso <aalonso00@gmail.com>
2012-07-18linux-imx (2.6.35.3): enable support for NFS v4Otavio Salvador
To easy use with newer host versions, that defaults to NFS v4, we enabled the support for it on the development boards. It has been applied to: - imx23evk - imx28evk - imx51evk - imx53ard - imx53qsb Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Adrian Alonso <aalonso00@gmail.com>
2012-07-18linux-imx (2.6.35.3): fix sysroot populate with backward compatibilityOtavio Salvador
The way kernel.bbclass works has change since denzil release and we need to cope with both ways. This supports old /kernel deployment and new /usr/src/kernel one. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-07-17linux-imx (2.6.35.3): fix copy of native binaries onto sysrootOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-07-17linux-imx (2.6.35.3): install native binaries onto sysrootOtavio Salvador
The native binaries that are used during imx-test building need to be in sysroot, not target packages, as their are built for host architecture. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-07-03linux-imx (2.6.35.3): allow offline buildAdrian Alonso
Using the specific revision we avoid the calling of git ls-remote command, thus allowing for offline building. Bump PR. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Adrian Alonso <aalonso00@gmail.com>
2012-06-18linux-imx (2.6.35.3): Fix support for NFS rootOtavio Salvador
This allows use of alternative NFS ports and regular NFS root on same kernel. This has also enabled the feature for the supported machines. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-06-12linux-imx (2.6.35.3): use accept4 patch that was included mainlineOtavio Salvador
This patch has been included in 2.6.36. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-06-06linux-imx-2.6.35.3 defconfig: enable udev-182 config optsAdrian Alonso
* Enable udev-182 config options These options are required: CONFIG_DEVTMPFS=y CONFIG_HOTPLUG=y CONFIG_INOTIFY_USER=y CONFIG_NET=y CONFIG_PROC_FS=y CONFIG_SIGNALFD=y CONFIG_SYSFS=y CONFIG_SYSFS_DEPRECATED*=n CONFIG_UEVENT_HELPER_PATH="" * Bump PR Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
2012-05-31linux-imx (2.6.35.3): add 0fe6:9700 device support for dm9601Otavio Salvador
This backports a the change, included in 2.6.38, that adds support for Davicom 0fe6:9700 device support in dm9601. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-05-29linux-imx (2.6.35.3): smsc95xx: generate random MAC address onceOtavio Salvador
The smsc95xx driver currently generates a new random MAC address every time the interface is brought up. This makes it impossible to override using the standard `ifconfig hw ether` approach. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-05-28linux-imx (2.6.35.3): fix multiple w1 masters useOtavio Salvador
This patch has been backport from 3.2 kernel and allow the use of multiple w1 masters at same time. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-05-21linux-imx (2.6.35.3): use ttyAMA as debug serialOtavio Salvador
Follow the debug serial device name of i.MX23 and i.MX28 used in mainline kernel. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-05-19linux-imx (2.6.35.3): use SoC family for COMPATIBLE_MACHINE matchingOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-04-30linux-imx: add imx28evk configurationOtavio Salvador
The kernel configuration has been imported from Freescale's official GIT repository, for 2.6.35.3 recipe, but with CONFIG_ROOT_NFS disabled as we use the NFS server in user-mode. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-04-01linux-imx: fix no-unaligned patchEric Bénard
in 551bb42 linux-imx: fix no-unaligned-access.patch I made a typo which leads to a non working patch. This one should be fine (tested with angstrom-bleeding) Signed-off-by: Eric Bénard <eric@eukrea.com>
2012-03-16linux-imx-2.6.35.3: add patch for systemdEric Bénard
this patch was recommended by Koen to support recent systemd Signed-off-by: Eric Bénard <eric@eukrea.com>
2012-03-15linux-imx: use new git.freescale.com server for fetchingOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Eric Bnard <eric@eukrea.com>
2012-03-15linux-imx: allow NFS root mount to use alternate RPC portsOtavio Salvador
This patch, include in 2.6.35.3 and 2.6.38 kernel recipes, has been imported from Yocto kernel to allow the use of NFS server in user-mode as it is preferred for use in SDK and ADT tools. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-03-08linux-imx-2.6.35: upgrade configuration for imx53qsbEric Bénard
this patch enable gpio led and led triggers and add the options required for systemd as recommended in : http://dominion.thruhere.net/koen/cms/recommended-kernel-config-options-for-a-modern-angstrom-system Signed-off-by: Eric Bénard <eric@eukrea.com>
2012-03-08linux-imx-2.6.35.3: Added IPU patches fixing ERESTARTSYS behaviour.Leon Woestenberg
Posted by Phil Endecott on imxcommunity.org. Signed-off-by: Leon Woestenberg <leon@sidebranch.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-03-08linux-imx-2.6.35: add USR led support to imx53qsbEric Bénard
this allows to have an heartbeat trigger on this led for example Signed-off-by: Eric Bénard <eric@eukrea.com>