summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
Commit message (Collapse)AuthorAgeFilesLines
...
* 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>
* linux-omap-psp: fix alignment issue of 2.6.37 kernel with gcc-4.7Denys Dmytriyenko2013-03-182-0/+35
| | | | | | Patch by Steve Sakoman Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: update SRCREV and bump MACHINE_KERNEL_PRDenys Dmytriyenko2013-03-111-1/+1
| | | | | | | * Update SRCREV for the recent merges in TI staging tree, still 3.8.2 * Bump MACHINE_KERNEL_PR to trigger rebuilding out-of-tree components Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: fix DTB deploy stepsChase Maupin2013-03-111-1/+17
| | | | | | | | | * Until the permanent fix can be picked up in oe-core fix the do_deploy function to properly package the dtb files built as part of the kernel build. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: package all dtb files for ti33xChase Maupin2013-03-111-2/+4
| | | | | | | | * For the ti33x SOC_FAMILY device package the dtb files for all of the am335x boards instead of just the single EVM file. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: mark dependencies am335x specificChase Maupin2013-03-111-3/+4
| | | | | | | | | | * The DEPENDS on am33x-cm3 and the installation of the cm3 firmware is specific to ti33x SOC_FAMILY devices. Mark those pieces as specific so that other devices to not depend on am335x cm3 firmware. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: use setup-defconfigChase Maupin2013-03-112-10/+6
| | | | | | | | | | | | * Use the setup-defconfig.inc functionality to specify the in kernel tree defconfig file to use rather than hard coding it in the do_configure step. * This is to make it easier to modify which configs are use by other layers as well as supporting additional machines which may not use omap2plus_defconfig as needed. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* setup-defconfig: move from meta-arago to meta-tiChase Maupin2013-03-111-0/+26
| | | | | | | | | | | | | * Moved the setup-defconfig.inc file from meta-arago to meta-ti. This functionality is used by the SDKs to allow the option for using an in-tree configuration file for the kernel build. * This option was chosen to make it easy for other layers to override the config with their own using the normal OE method of specifying a defconfig file in their layer rather than having to use some custom variable setting. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti81x: remove platform configs, kernel, u-boot, since ti81x is not supportedDenys Dmytriyenko2013-03-1110-8328/+0
| | | | | | | | | * There is no support for these platforms from meta-ti. * If someone is willing to maintain them, please let us know or feel free to take it to a separate layer. * Therefore, remove SoC and machine configs, kernel, u-boot and X11 configs Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-omapl138: correct recipe's DESCRIPTIONDenys Dmytriyenko2013-03-081-1/+1
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* multi-kernel: match oe-core for MODULE_IMAGE_BASE_NAME, set it conditionallyDenys Dmytriyenko2013-03-041-4/+4
| | | | | | | | Thanks to Robert P. J. Day, MODULE_IMAGE_BASE_NAME was added to oe-core - only ~3.5 years after it got into Classic-OE and with a typo of MODULE_*, not plural MODULES_*, so match it here and set conditionally. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-omap: replace use of FILESPATHPKG with FILESEXTRAPATHSDenys Dmytriyenko2013-03-042-2/+2
| | | | | | Thanks to Robert P. J. Day for reporting. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: add recipe for tracking TI latest staging treeDenys Dmytriyenko2013-03-041-0/+44
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* Revert "linux-omap3: Add supported kernel recipe for am37x-evm and am3517-evm"Denys Dmytriyenko2013-02-2831-16632/+0
| | | | | | | | The same recipe already exists under linux-omap-psp name. This reverts commit 153b5ed063c0bc2b16b938409027794a8dad908e. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux: Add kernel version 3.3.7 for beagleboardFranklin S. Cooper Jr2013-02-254-0/+4174
| | | | | Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-omap3: Add supported kernel recipe for am37x-evm and am3517-evmFranklin S. Cooper Jr2013-02-2531-0/+16632
| | | | | Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-mainline 3.2: update beagleboard defconfigPeter A. Bigot2013-02-172-2/+2
| | | | | | | | | Link the TLC59108 driver statically so ULCD7 initialization occurs automatically as it did before f0e2305c7e1 which removed the initialization from u-boot. (Angstrom-v2012.12 does not include this module by default.) Signed-off-by: Peter A. Bigot <pab@pabigot.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-omapl138-psp: Add latest linux-omapl138 patchesFranklin S. Cooper Jr2013-02-125-51/+384
| | | | | | | | | | | | | | | | | | | | | | | * Add latest patches to linux-omapl138 that were added since this recipe was added to meta-ti. * Update to latest am180x-evm defconfig * Mimic the following commits from arago: linux-davinci: update to add mmc patches * Optimizations to reduce overhead on weak platforms linux: disable DMA for MUSB * For the am3517, am180x, and am335x devices the CPPI 4.1 DMA should NOT be used for the MUSB controller. Using this DMA can cause the controller to lockup. * Updated the defconfigs to set the use of PIO mode * Added a patch to updated the PIO mode description to make it easier to determine when it can be used. Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-omapl138-psp_2.6.37: Add MACHINE_KERNEL_PR and fix white space issues.Franklin S. Cooper Jr2013-02-121-9/+11
| | | | | | | | * Add MACHINE_KERNEL_PR variable to enable future tweaks to this recipe. * Convert tabs to whitespaces Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* keystone: update defconfig with latest for mcsdk alpha7Murali Karicheri2013-01-291-2038/+0
| | | | | Signed-off-by: Murali Karicheri <m-karicheri2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* keystone: update kernel and bootloaders recipes for mcsdk alpha7 releaseMurali Karicheri2013-01-291-1/+1
| | | | | Signed-off-by: Murali Karicheri <m-karicheri2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* multi-kernel.inc: drop use of KERNEL_CCSUFFIX to match oe-coreDenys Dmytriyenko2013-01-251-1/+1
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* multi-kernel.inc: repeat do_configure after do_compileconfigsDenys Dmytriyenko2013-01-241-0/+2
| | | | | | Populate default defconfig into .config and process with oldconfig target Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux_3.1: add extra '#' to multi-line commentCliff Brake2013-01-241-0/+1
| | | | | | | | | | Bitbake is getting more particular: ERROR: There is a confusing multiline, partially commented expression on line 27 of file /scratch/oe/oe-build-core-3/sources/meta-ti/... Please clarify whether this is all a comment or should be parsed. Signed-off-by: Cliff Brake <cbrake@bec-systems.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-keystone: update to the latest dev release for keystoneDenys Dmytriyenko2013-01-242-138/+831
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>