summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
Commit message (Collapse)AuthorAgeFilesLines
* linux-ti-staging: update to 3.12-rc5 and latest merges of feature treesDenys Dmytriyenko2013-10-181-3/+3
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: Switch DTB from using machine name to soc family nameFranklin S. Cooper Jr2013-10-101-2/+2
| | | | | | | | * Use SOC family value for am437x instead of machine name for DTB files. * This mimics the current approach taken for am335x. Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: merged PM, platform & connectivity, install boneblack DTBDenys Dmytriyenko2013-10-091-4/+4
| | | | | | | | * The PM for TI parts was merged in * Platform and connectivity got updated * Since we now have separate DTB for BeagleBone Black, install it too Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: bump to 3.12-rc4 with latest mergesDenys Dmytriyenko2013-10-081-3/+3
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-kernel: update with more merges, get devtree files in to rootfsDenys Dmytriyenko2013-10-041-2/+5
| | | | | | | | | | Set up the run-time dependency on the package with devicetree files to be installed in /boot directory of the rootfs. The new U-boot prefers to load them from /boot directory of the rootfs instead of the separate boot partition. Also, there are some specific requirements for naming DTB files in /boot directory (like no extra prefixes), but that should be addressed separately. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux: set PR from MACHINE_KERNEL_PR, bypass machine_kernel_pr.bbclass from ↵Denys Dmytriyenko2013-09-3012-0/+15
| | | | | | | | | meta-oe Essentially, machine_kernel_pr.bbclass does this one line assignment, but introduces a new unnecessary dependency on meta-openembedded/meta-oe layer. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: update to 3.12-rc3 with rpmsg, connectivity, audio and ↵Denys Dmytriyenko2013-09-301-2/+2
| | | | | | display merged Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-keystone: update from 3.6.6 to 3.8.4Denys Dmytriyenko2013-09-304-204/+28
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-omap-psp-2.6.32: remove old linux-omap3 PSP kernelDenys Dmytriyenko2013-09-30170-228462/+0
| | | | | | | | | | * Many machines are supported by newer 3.x kernel recipes * Few old platforms are still supported by 2.6.37 recipes * Some platforms are not supported in meta-ti, like Crane, Touchbook, Overo * For any platform still requiring this outdated kernel, the recipe can be picked up from Danny or Denzil Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-davinci 2.6.32: remove old hawkboard-specific kernelDenys Dmytriyenko2013-09-3022-93626/+0
| | | | | | | | | * Hawkboard platform is not supported in meta-ti. * Since there no new revs of the kernel, the old recipe can be picked up from Danny or Denzil. Signed-off-by: Denys Dmytriyenko <denys@ti.com> Acked-by: Franklin Cooper Jr. <fcooper@ti.com>
* linux-omap4-3.1.0: remove old pandaboard-specific kernelDenys Dmytriyenko2013-09-304-4560/+0
| | | | | | Pandaboard is supported by newer 3.4+ kernel recipes. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-3.0: remove old beagleboard-specific 3.0 and 3.1rc kernel recipesDenys Dmytriyenko2013-09-30225-60457/+0
| | | | | | | Beagleboard is supported by newer 3.2 and 3.3.7 kernel recipes. Signed-off-by: Denys Dmytriyenko <denys@ti.com> Acked-by: Franklin Cooper Jr. <fcooper@ti.com>
* linux-omap-2.6.39: remove old beagleboard-specific and not supported kernelDenys Dmytriyenko2013-09-3095-29857/+0
| | | | | | | Beagleboard is supported by newer 3.x kernel recipes. Signed-off-by: Denys Dmytriyenko <denys@ti.com> Acked-by: Franklin Cooper Jr. <fcooper@ti.com>
* Revert "linux: Inherit new machine_kernel_pr class"Denys Dmytriyenko2013-09-265-5/+5
| | | | | | | | This adds a new mandatory dependency on meta-openembedded layer. While we are still trying to resolve an existing optional dependency, not bring a new one. The MACHINE_KERNEL_PR requirement will need to be handled differently. This reverts commit 1450f1938007bede786160c501c8fd268b661c5e.
* linux: Inherit new machine_kernel_pr classFranklin S. Cooper Jr2013-09-255-5/+5
| | | | | | | | | | | | * MACHINE_KERNEL_PR was originally defined in the kernel class located in meta-oe which overrode the version of the class in oe-core. * Some time ago kernel.bbclass was removed from meta-oe and a separate class machine_kernel_pr was created to add support for MACHINE_KERNEL_PR. * Since this variable is used significantly in both meta-ti and meta-arago make sure all the kernel recipes directly or indirectly inherit this new class. Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: fix missing kernel image in /bootDenys Dmytriyenko2013-09-252-2/+2
| | | | | | | | | | | | | | | We rely on kernel-base having run-time dependency on kernel-image, which normally would pull uImage/zImage into /boot directory of rootfs. Thanks to Chase for pointing me in the right direction by noticing that our addition of cm3 firmware breaks that dependency for ti33x. The reason for that is RDEPENDS is being conditionally assigned with ?= in kernel.bbclass and using += with machine-override clears that value due to the order of processing. Hence _append should be used instead of += to process it after the machine-override takes place. Signed-off-by: Denys Dmytriyenko <denys@ti.com> Acked-by: Chase Maupin <chase.maupin@ti.com> Acked-by: Franklin Cooper Jr. <fcooper@ti.com>
* linux-ti-staging: make 3.12-rc the default for supported platforms, drop ↵Denys Dmytriyenko2013-09-251-3/+1
| | | | | | | | | | | omap5-sevm.dtb * DTB for OMAP5 sEVM was removed upstream, drop it from the recipe * Don't mask the default preference to be picked up normally by supported machines Signed-off-by: Denys Dmytriyenko <denys@ti.com> Acked-by: Franklin Cooper Jr. <fcooper@ti.com> Acked-by: Chase Maupin <chase.maupin@ti.com>
* linux*: don't force KERNEL_IMAGETYPE from recipes, let machine config set itDenys Dmytriyenko2013-09-2510-11/+0
| | | | | | | | | Some kernel versions (and corresponding u-boot) may still need to set uImage, as preferred image type, since the machine config changes preference to zImage for newer kernels - keep that for ti33x and omap-a15 stuck on 3.2 and 3.8. Signed-off-by: Denys Dmytriyenko <denys@ti.com> Acked-by: Franklin Cooper Jr. <fcooper@ti.com>
* linux-ti-staging: bump to 3.12-rc1 with platform-base and PMIC mergedDenys Dmytriyenko2013-09-231-3/+3
| | | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com> Cc: Dan Murphy <DMurphy@ti.com>
* linux-ti-staging/linux-ti-glsdk: adjust DTB handling to new syntaxDenys Dmytriyenko2013-08-273-16/+16
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: add the latest integration tree in prep for 3.12 releaseDenys Dmytriyenko2013-08-261-0/+42
| | | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com> Acked-by: Chase Maupin <chase.maupin@ti.com>
* linux-am335x-psp: Add 1 GHZ Support for BBBFranklin S. Cooper Jr2013-07-022-2/+45
| | | | | Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-am335x-psp: Add Beaglebone Black supportFranklin S. Cooper Jr2013-07-022-1/+114
| | | | | Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-am335x-psp: Add patch to enable SR on PG 2.x boards.Franklin S. Cooper Jr2013-07-022-1/+1930
| | | | | | | * Add patch that enables Smart Reflex on new PG 2.x boards. Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-am335x-psp: Enable USB with DMA by defaultFranklin S. Cooper Jr2013-07-022-37/+1
| | | | | | | | * Patches have been added to fix some USB with DMA. * Enable support for this by default by removing the patch that disabled it. Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-am335x-psp: Update to PSP release 04.06.00.11Franklin S. Cooper Jr2013-07-021-3/+2
| | | | | Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-glsdk: update to latest fixesSiddharth Heroor2013-07-021-2/+2
| | | | | | | | * Fixes for USB, SATA and enables GPU (omapdrm). * Fix OMAP5 LDO1 value. Signed-off-by: Siddharth Heroor <heroor@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* recipes-kernel: Add GLSDK specific kernel tree for omap-a15Siddharth Heroor2013-06-282-0/+32
| | | | | | | | | | | | | | | | | | | * Machine compatible with only omap-a15 devices. * The TI Staging tree will not be used to maintain K3.8. Instead, this new tree is set up as a production tree. Pending features for 3.8 will be implemented on this tree. - Backported features from linux mainline - Backported bug-fixes from linux mainline and linux-stable. - Features implemented by the GLSDK team which maybe product specific. This is the tree on which GLSDK kernel releases will be made. * This recipe is based off the Core SDK 2013.04.02 released kernel recipe - recipes-kernel/linux/linux-ti-staging_3.8.bb Signed-off-by: Siddharth Heroor <heroor@ti.com> cc: Mrinmayee Hingolikar <mrinmayee@ti.com> Acked-by: Chase Maupin <chase.maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: update to ti2013.04.02 releaseDenys Dmytriyenko2013-06-121-3/+3
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: update kernel SRCREVChase Maupin2013-06-051-2/+2
| | | | | | | | * Update the kernel SRCREV to pickup DSS fixes for the dra7xx devices. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: Add dra7xx-evm supportChase Maupin2013-06-041-2/+3
| | | | | | | | | * Add the DTB entries for the dra7xx-evm machine type * Update to the latest git sources which have dra7xx-evm support. * Update the PV to match the latest source version Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* am33x-cm3: Split init script into its own packageFranklin S. Cooper Jr2013-05-071-2/+2
| | | | | | | | | | * 3.8+ kernels use an init script to load the cm3 firmware. * 3.2 kernel require the cm3 firmware during compile time therefore no init script is needed. * Separate the init script from the main package and place it in its own package. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: add package-specifier for RDEPENDS variableDenys Dmytriyenko2013-05-061-2/+2
| | | | | | Run-time variables are package-specific, not recipe. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-am335x-psp: fix typo in the filename to use underscoreDenys Dmytriyenko2013-04-261-0/+0
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: update to ti2013.04.00 releaseDenys Dmytriyenko2013-04-261-17/+3
| | | | | | Also, remove do_deploy_append() fix, as it's in oe-core now. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-am335x: Update to latest 3.2 kernel releaseFranklin S. Cooper Jr2013-04-2237-2681/+1174
| | | | | | | | | | | | * Update to the latest PSP release (version 04.06.00.10) of the 3.2 kernel. * Rename recipe to match meta-ti kernel recipe naming convention. * Use in tree defconfig instead of providing a separate defconfig. These defconfigs were the same anyway. * Add additional crypto patches that were needed to fix suspend and resume issues. Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-omap-psp: Update commitFranklin S. Cooper Jr2013-04-221-1/+2
| | | | | | | * Update to latest supported release. Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: update to the latest 3.8.8Denys Dmytriyenko2013-04-181-3/+3
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: make cm3 firmware a run-time dependencyChase Maupin2013-04-181-12/+4
| | | | | | | | * Make the am33x-cm3 firmware a run-time dependency instead of build time since it is no longer required at build time. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* setup-defconfig: allow using KERNEL_LOCALVERSIONChase Maupin2013-04-171-0/+6
| | | | | | | | | | * Add capability to use KERNEL_LOCALVERSION to set an extra version string in the kernel. This mimics functionality submitted to the kernel.bbclass but since this overwrites the do_configure it must be added here as well. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: update with the latest dss fixes in omap5 dtsDenys Dmytriyenko2013-04-031-2/+2
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux: Use setup-defconfig in kernel recipesChase Maupin2013-03-294-4/+8
| | | | | | | | | | * Now that the setup-defconfig.inc file has been moved to the meta-ti layer the kernel recipes should include this file. * This makes way to clear this inclusion from the bbappend files in meta-arago Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: one more update to latest 3.8.5Denys Dmytriyenko2013-03-281-3/+3
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: rename to have version in name, update to latestDenys Dmytriyenko2013-03-281-3/+3
| | | | | | | | | * Update to the latest kernel sources. This also requires changing the dtb file names since the omap5 devices have changed to use uevm instead of panda and sevm instead of evm. Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
* linux-ti-staging: Add panda dts file as supported DTSChase Maupin2013-03-261-1/+1
| | | | | | | | * Add the omap5-panda.dts file as a supported DTS to be built. This file is for use on the panda and uEVM boards. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: Update to latest staging kernelChase Maupin2013-03-261-2/+2
| | | | | | | * Update to the latest 3.8.4 based staging kernel Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: Add OMAP5 supportChase Maupin2013-03-261-1/+2
| | | | | | | | * Add the KERNEL_DEVICETREE definitions for omap5-evm * Add the omap-a15 SOC_FAMILY to the list of COMPATIBLE_MACHINEs Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti33x-psp 3.1: remove an older outdated 3.1 kernel recipe for ti33xDenys Dmytriyenko2013-03-1848-21608/+0
| | | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com> Acked-by: Chase Maupin <chase.maupin@ti.com>
* linux-ti-staging: update to the latest merge of 3.8.3Denys Dmytriyenko2013-03-181-4/+4
| | | | | | | Switch to using the official git.ti.com URL instead of temp gitorious.ti.com Signed-off-by: Denys Dmytriyenko <denys@ti.com> Acked-by: Chase Maupin <chase.maupin@ti.com>
* linux-omapl138: fix alignment issue of 2.6.37 kernel with gcc-4.7Denys Dmytriyenko2013-03-181-1/+6
| | | | | | Patch by Steve Sakoman Signed-off-by: Denys Dmytriyenko <denys@ti.com>