summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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 6c1ab34c88edc127ff2835d87b48f4b10fe8ba0b.
* 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>
* ti43x, omap-a15: switch KERNEL_IMAGETYPE to zImage by defaultDenys Dmytriyenko2013-09-252-2/+2
| | | | | | | | * To be used with latest u-boot, that prefers zImage over uImage * ti33x will follow as soon as u-boot changes its default for that platform Signed-off-by: Denys Dmytriyenko <denys@ti.com> Cc: Tom Rini <trini@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>
* u-boot-ti-staging: update to the latest 2013.10-rc2 and make it the defaultDenys Dmytriyenko2013-09-251-4/+2
| | | | | | 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-201-3/+3
| | | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com> Cc: Dan Murphy <DMurphy@ti.com>
* ligles-omap3, omap3-sgx-modules: correct checksum assignmentDenys Dmytriyenko2013-09-164-12/+12
| | | | | | | | Checksums are handled as var attributes and require immediate expansion, so use := operation as in the original patches, that got lost in the update. Otherwise do_fetch will fail to validate the checksums. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* libgles-omap3: add automatic selection between softfp and hardfp binariesDenys Dmytriyenko2013-09-132-10/+36
| | | | | | | | | | | | | | | | | | | | This is based on the work by Franklin Cooper, with following changes: * Cleanup and simplify the logic * Reduce the number of Python calls * Expand support from Raw to X11 variant The original description: * The Graphics SDK includes some binaries that are prebuilt. * These prebuilt binaries come in two versions of the Graphics SDK. By default the prebuilt binaries are built using a softfp toolchain. A separate hardfp Graphics SDK exist that contains binaries that are prebuilt with a hardfp toolchain. * Add support for both by checking to see if the toolchain used in the OE build is using a hardfp or softfp toolchain. Signed-off-by: Denys Dmytriyenko <denys@ti.com> Cc: Franklin S. Cooper Jr <fcooper@ti.com> Acked-by: Chase Maupin <chase.maupin@ti.com>
* omap3-sgx-modules: add automatic selection between softfp and hardfp binariesDenys Dmytriyenko2013-09-132-8/+30
| | | | | | | | | | | | | | | | | | | | This is based on the work by Franklin Cooper, with following changes: * Cleanup and simplify the logic * Reduce the number of Python calls * Expand support from Raw to X11 variant The original description: * The Graphics SDK includes some binaries that are prebuilt. * These prebuilt binaries come in two versions of the Graphics SDK. By default the prebuilt binaries are built using a softfp toolchain. A separate hardfp Graphics SDK exist that contains binaries that are prebuilt with a hardfp toolchain. * Add support for both by checking to see if the toolchain used in the OE build is using a hardfp or softfp toolchain. Signed-off-by: Denys Dmytriyenko <denys@ti.com> Cc: Franklin S. Cooper Jr <fcooper@ti.com> Acked-by: Chase Maupin <chase.maupin@ti.com>
* ti-pru-sw-edma-driver: let module.bbclass package modules automaticallyDenys Dmytriyenko2013-09-111-3/+1
| | | | | | | | | The new method is to automatically package modules into kernel-module-<modname> and make the custom name depend on the standard unified one. Messing with FILES_${PN} usually causes problems, so avoid it and let module.bbclass do it's magic. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-ocf-crypto-module: let module.bbclass package modules automaticallyDenys Dmytriyenko2013-09-091-3/+1
| | | | | | | | | The new method is to automatically package modules into kernel-module-<modname> and make the custom name depend on the standard unified one. Messing with FILES_${PN} usually causes problems, so avoid it and let module.bbclass do it's magic. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* libgles-omap3, omap3-sgx-modules: remove old 4.03.00.02 versionDenys Dmytriyenko2013-09-032-75/+0
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* libgles-omap3: introduce INC_PRDenys Dmytriyenko2013-09-034-2/+6
| | | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com> Acked-by: Chase Maupin <chase.maupin@ti.com>
* libgles-omap3-x11: do not fail if pvr-init is not yet installedDenys Dmytriyenko2013-09-031-1/+1
| | | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com> Acked-by: Chase Maupin <chase.maupin@ti.com>
* ompa3-sgx-modules-x11: fix some build failures with latest versionsDenys Dmytriyenko2013-09-031-4/+4
| | | | | | | | * Do not hardcode kernel source location and name. * Fix some discrepancies between GFX SDK versions as related to DRM. Signed-off-by: Denys Dmytriyenko <denys@ti.com> Acked-by: Chase Maupin <chase.maupin@ti.com>
* libgles-omap3: fix some conflicts between X11 and Raw versionsDenys Dmytriyenko2013-09-032-7/+24
| | | | | | | | | * Properly define all PROVIDES, RPROVIDES, RCONFLICTS and RREPLACES variables. * Skip X11 recipe altogether in non-X11 distros to avoid broken dependencies for missing X libraries. Signed-off-by: Denys Dmytriyenko <denys@ti.com> Acked-by: Chase Maupin <chase.maupin@ti.com>
* ti43x: disable sgx for nowDenys Dmytriyenko2013-08-281-1/+1
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging/linux-ti-glsdk: adjust DTB handling to new syntaxDenys Dmytriyenko2013-08-263-16/+16
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-dtb.inc: overlay the latest version from oe-core/masterDenys Dmytriyenko2013-08-261-0/+69
| | | | | | | | | With recent kernel versions now using CPP and kernel headers, it's better to use kernel's in-tree DTB compilation instead of building and using our own DTC compiler externally. This overlays the changed approach from latest oe-core/master into Dylan. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* am437x-evm: add machine config for Sitara AM437x EVMDenys Dmytriyenko2013-08-261-0/+35
| | | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com> Acked-by: Chase Maupin <chase.maupin@ti.com>
* ti43x: add new SOC family for Sitara AM43xx Cortex-A9 processorsDenys Dmytriyenko2013-08-261-0/+37
| | | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com> Acked-by: Chase Maupin <chase.maupin@ti.com>
* u-boot-ti-staging: add the latest integration tree in prep for 2013.10 releaseDenys Dmytriyenko2013-08-261-0/+19
| | | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com> Acked-by: Chase Maupin <chase.maupin@ti.com>
* linux-ti-staging: add the latest integration tree in prep for 3.12 releaseDenys Dmytriyenko2013-08-231-0/+42
| | | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com> Acked-by: Chase Maupin <chase.maupin@ti.com>
* boot-monitor: use commit ID instead of tag, update to latest releaseDenys Dmytriyenko2013-08-231-2/+2
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* recipes-ti: fix warning "variable key FILES_${PN}-dev replaces original key"Valentin Cobelea2013-08-192-2/+2
| | | | | | | Use properly FILES_${PN}-dev to avoid warning about replacing value with default. Signed-off-by: Valentin Cobelea <valentin.cobelea@enea.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* xserver-xf86-config: Fix filespath usageIan Reinhart Geiser2013-08-191-5/+2
| | | | | | | | | The old way of setting THISDIR in a bbappend clobbers THISDIR for other layers. This change makes it use the new way that is done in dylan. Signed-off-by: Ian Reinhart Geiser <igeiser@devonit.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* formfactor: Fix filespath usageIan Reinhart Geiser2013-08-191-3/+2
| | | | | | | | | The old way of setting THISDIR in a bbappend clobbers THISDIR for other layers. This change makes it use the new way that is done in dylan. Signed-off-by: Ian Reinhart Geiser <igeiser@devonit.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* libdrm: restore libdrm-tests package that got missed with TI versionDenys Dmytriyenko2013-08-102-1/+53
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot: Add memory alignment fix for armv7 for am37x and am3517Franklin S. Cooper Jr2013-07-113-2/+37
| | | | | | | | | * On am335x a memory alignment issue was found when using the Linaro toolchain. * A similar patch was applied for am335x that fixed this well documented issue. * Add a similar fix to am37x and am3517 since this is a generic armv7 issue. Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-am33x: Update am335x to use latest u-boot for 3.2 kernelFranklin S. Cooper Jr2013-07-111-4/+3
| | | | | | | | | | | | Latest commit includes the following: * Add support for Beaglebone Black * Add fix for Linaro toolchain to insure NOR and RNDIS works. * Add workaround for Errata 1.0.24 * Enable DDR3 power down for BBB and GP evm. Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Acked-by: Chase Maupin <chase.maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@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>
* am33x-cm3: Add support for PG 2.1 silicon.Franklin S. Cooper Jr2013-07-021-4/+4
| | | | | 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>
* u-boot-glsdk: add GLSDK Staging treeSiddharth Heroor2013-07-021-0/+16
| | | | | | | | | | | * The GLSDK u-boot staging tree is based off the Core SDK 2013.04.02 release. This tree will be used to stage patches and fixes on top of the Core SDK U-Boot. The GLSDK release will use this tree for product development. * Includes fix to OMAP5 so that QSPI is not enabled. Signed-off-by: Siddharth Heroor <heroor@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>
* libdrm: Add GLSDK specific staging tree for omap-a15Siddharth Heroor2013-07-011-0/+14
| | | | | | | | | | | | | | | | * Override SRC_URI to use TI's tree at https://git.ti.com/glsdk/libdrm This tree includes patches on top of the upstream libdrm for omap5 and dra7xx class of devices. v2 : * Change PR to "${INC_PR}.0" instead of using the SRCREV as per comments received in v1. * Add missing configure options to get Kernel Mode Setting (KMS) as well. This was missing in the original patch. Signed-off-by: Mrinmayee Hingolikar <mrinmayee@ti.com> 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>
* u-boot: add support for SPL UART variantDenys Dmytriyenko2013-06-252-1/+26
| | | | | | This is an adaptation of a patch by Carlos Hernandez Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* omap3-sgx-modules: remove unnecessary patches for x11, cleanup old patchDenys Dmytriyenko2013-06-213-422/+38
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* libgles-omap3-x11: add missing X11 version of the recipe, after it got splitDenys Dmytriyenko2013-06-214-0/+107
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* libgles-omap3: don't RCONFLICT/RREPLACE no-x version with x11 as it breaks ↵Denys Dmytriyenko2013-06-215-17/+10
| | | | | | | | | | | non-X distros * Enables building/installing both X11 and RAW libs/demos. Plus otherwise the build is broken for non-X distros, as it pulls in X11 deps due to RREPLACES... * Fix broken DEPENDS copy/paste typo. * Also, clean up after the previous changes - extra empty lines, indentation, etc. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* omap3-sgx-modules-x11: Separate X11 SGX driver package into new recipePrabindh Sundareson2013-06-213-0/+458
| | | | | | | | omap3-sgx-modules now contains only non-X11 drivers. The X11 driver is available in the omap3-sgx-modules-x11 package. Signed-off-by: Prabindh Sundareson <prabu at ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>