summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* linux-ti-staging: update to 3.12.2 plus fixes in connectivity, pm, rpmsg etc.Denys Dmytriyenko2013-12-071-2/+2
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* libgles-omap3, omap3-sgx-modules: swap around DEFAULT_PREFERENCE settingDenys Dmytriyenko2013-12-0410-16/+4
| | | | | | | | This way the default for am335x and am437x will be the new 5.00.00.01 Graphics SDK release, that matches the default 3.12 kernel. Signed-off-by: Denys Dmytriyenko <denys@ti.com> Acked-by: Franklin Cooper Jr. <fcooper@ti.com>
* omapdrm-pvr: fix the license definitionDenys Dmytriyenko2013-11-251-3/+5
| | | | | | | | | | | | | From the README file: You may use, distribute and copy this software under the terms of the MIT license. Details of this license can be found in the file "MIT-COPYING". Alternatively, you may use, distribute and copy this software under the terms of the GNU General Public License version 2. The full GNU General Public License version 2 can be found in the file "GPL-COPYING". Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti43x.inc: Add SGX as MACHINE_FEATURESFranklin S. Cooper Jr2013-11-221-1/+1
| | | | | | | * New Graphics SDK with am43x support has been added. Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: 3.12.1, SGX DT, fixes in audio/display, connectivity, pm, etc.Denys Dmytriyenko2013-11-221-2/+2
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-glsdk: omap5-sevm DTB no longer existsDenys Dmytriyenko2013-11-221-1/+1
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* recipes-bsp: add recipe for PowerVR SGX544MP2 kernel driversDenys Dmytriyenko2013-11-221-0/+24
| | | | | | | | | * The PowerVR SGX544MP2 is found on omap5 and dra7xx devices. This recipe adds support for the PowerVR graphics subsystem. Signed-off-by: Mrinmayee Hingolikar <mrinmayee@ti.com> Signed-off-by: Siddharth Heroor <heroor@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* libgles: added OMAP5 libs for graphics accelerationMrinmayee Hingolikar2013-11-211-0/+26
| | | | | | | | | | These libraries are not distributable in source and hence are available only as binary. They implement OpenGLES 1.x and OpenGLES 2.x accelerated using SGX 544-MP2 found in OMAP5 class of devices. Signed-off-by: Mrinmayee Hingolikar <mrinmayee@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* abefw: firmware for OMAP4 and OMAP5 ABEMrinmayee Hingolikar2013-11-211-0/+23
| | | | | | | | | | | | The OMAP5 Audio Backend requires a 'firmware' to enable sound. This recipe installs a prebuilt firmware. This part is a hack, as in the current form, the firmware cannot be cross-compiled. There is a plan to fix this and hopefully, this recipe is short-lived. Once the code is fixed, we should have new recipes that build the firmware and clean up this recipe. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-glsdk: update to latest fixesMrinmayee Hingolikar2013-11-211-4/+4
| | | | | | | | | | | | * Migration of u-boot code to omapzoom.org. The development tree is shared between the Linux and Android teams.This enables a common u-boot development platform for both the teams for better alignment. * Enable UART boot mode for dra7xx * Add VIP,VPE and Ethernet crossbar setting for dra7xx * Add SPL API, QSPI, and serial flash support of dra7xx Signed-off-by: Mrinmayee Hingolikar <mrinmayee@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* libgles-omap3: update cputype to support 3.12 and AM43x deviceDenys Dmytriyenko2013-11-212-6/+14
| | | | | Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* omap3-sgx-modules: add new Graphics SDK 05.00.00.01 alpha releaseDenys Dmytriyenko2013-11-211-0/+69
| | | | | | | | * Initial support for AM43x platform * 3.12 kernel support for AM335x & AM43x Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* libgles-omap3: add new Graphics SDK 5.00.00.01 alpha releaseDenys Dmytriyenko2013-11-213-0/+331
| | | | | | | | * Adds initial support for AM43x platform * Supports 3.12 kernel for AM335x and AM43x Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* libgles-omap3: Add support for AM43x in common libgles-omap3 include filesFranklin S. Cooper Jr2013-11-212-18/+42
| | | | | Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: update with the final 3.12 releaseDenys Dmytriyenko2013-11-051-2/+2
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* layer.conf: prepend instead of append to sort before oe-core in BBPATHDenys Dmytriyenko2013-11-051-1/+1
| | | | | | | This helps avoid bblayers.conf ordering issues, when temporarily overriding files from oe-core in meta-ti. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-glsdk: Update to latest fixesMrinmayee Hingolikar2013-11-011-4/+4
| | | | | | | | | | | | | * Kernel source migration from git.ti.com to omapzoom.org. The development tree is shared between the Linux and Android teams.This enables a common kernel development platform for both the teams for better alignment. * Add support for VIP and VPE * Add wilink/wlan support * Enable rpmsg/remoteproc driver for multimedia Signed-off-by: Mrinmayee Hingolikar <mrinmayee@ti.com> Acked-by: Chase Maupin <chase.maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* am33x-cm3: update to specify correct tag and branchDenys Dmytriyenko2013-10-311-3/+3
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: update to 3.12-rc7 and latest merges of feature treesDenys Dmytriyenko2013-10-301-2/+2
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* am33x-cm3: update PM firmware for AM335x to 05.00.00.00Denys Dmytriyenko2013-10-291-5/+5
| | | | | | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com> Acked-by: Dave Gerlach <d-gerlach@ti.com> Acked-by: Chase Maupin <chase.maupin@ti.com> Cc: Carlos Hernandez <ceh@ti.com> Cc: Russ Dill <Russ.Dill@ti.com>
* linux-ti-staging: Update for AM437x GP EVM DTBChase Maupin2013-10-252-2/+2
| | | | | Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* dra7xx-evm: remove u-boot preferred providerChase Maupin2013-10-223-20/+1
| | | | | | | | | | * Now the DRA7xx support is fully merged into upstream u-boot then we can remove setting the PREFERRED_PROVIDER for u-boot and virtual/bootloader to u-boot-dra7xx and instead pick up the default setting from the omap-a15.inc file. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* 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>
* u-boot-ti-staging: update to 2013.10 releaseChase Maupin2013-10-181-4/+5
| | | | | | | | | | * Update the U-Boot LICENSE md5sum for the new release. * Update the PV for the new U-Boot release * Add the SRCREV that points to the 2013.10 release * Use the ti-u-boot-2013.10 branch Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* init-ifupdown: move interfaces file from netbase to new init-ifupdownDenys Dmytriyenko2013-10-132-0/+0
| | | | | | This change has been backported from master to dylan Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* recipes: cruft removal and seasonal cleanupDenys Dmytriyenko2013-10-1314-183/+6
| | | | | | | | | * Eliminate need for BBMASK - remove images requiring systemd/angstrom dependency * Move ti-test packagegroup to proper location and update from latest Arago * Move BoneScript and Bone GSG recipes to recipes-ti/beagleboard * README in recipes-ti warns about unsupported nature of those packages Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* Revert "linux-ti-staging_git: Mimic patch "Correct post(inst|rm) package ↵Franklin S. Cooper Jr2013-10-131-14/+1
| | | | | | | | | | association"" This reverts commit c9a63ed5f4d1857249115690d775bd9e4d43ce8e. Patch has been picked up in oe-core/dylan. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* machine conf: Set correct default ubi volume name for 335x and 437xFranklin S. Cooper Jr2013-10-132-0/+8
| | | | | | | | | | * For am335x and am437x, the kernel and u-boot expects the ubifs volume name to be set to "rootfs". * Set UBI_VOLNAME variable to "rootfs" so that the ubifs files generated by OE will work. Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> 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>
* ti33x: switch KERNEL_IMAGETYPE to zImage by defaultDenys Dmytriyenko2013-10-101-2/+2
| | | | | | | To be used with latest u-boot that prefers zImage over uImage Signed-off-by: Denys Dmytriyenko <denys@ti.com> Acked-by: Chase Maupin <chase.maupin@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-staging_git: Mimic patch "Correct post(inst|rm) package association"Franklin S. Cooper Jr2013-10-041-1/+14
| | | | | | | | | | | | * Mimic the patch kernel.bbclass: Correct post(inst|rm) package association * This patch ensures that a proper symlink is created that satisfies U-boot's requirement of having the kernel image in the rootfs. * This patch is already part of oe-core master and needs to be added to oe-core dylan. * It can be reverted from meta-ti once it is pushed to oe-core/dylan Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> 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>
* u-boot-ti-staging: update to the latest 2013.10-rc4, README changed slightlyDenys Dmytriyenko2013-10-021-3/+3
| | | | | | | | | * Bump the SRCREV for 2013.10-rc4 pre-release * The Licenses/README file has been changed with new licenses added, but the general license hasn't changed from GPLv2, so re-hash the file Signed-off-by: Denys Dmytriyenko <denys@ti.com> Cc: Tom Rini <trini@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 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>