summaryrefslogtreecommitdiffstats
path: root/conf/machine/include
Commit message (Collapse)AuthorAgeFilesLines
* keystone: u-boot: rename tci6638 to k2hk evm configHao Zhang2014-05-211-1/+1
| | | | | | | Rename U-boot "tci6638_evm_config" to "k2hk_evm_config" to align with DTB device name. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* keystone: Add pci feature to MACHINE KeystoneSam Nelson2014-02-051-2/+2
| | | | | | | - Device support pci interface Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: remove initscript dependencyChase Maupin2014-01-172-2/+2
| | | | | | | | | | | | | * Remove the RDEPENDS for the am33x-cm3-initscript package since the latest kernel source use the hotplug functionality to load the firmware. * Updated the SRCREV to the latest kernel sources which include the hotplug fix. * Bump the MACHINE_KERNEL_PR for the am335x and am437x devices which are affected. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* omap-a15: set the UBI_VOLNAME to match u-boot defaultChase Maupin2014-01-171-0/+4
| | | | | | | | | * By setting the UBI_VOLNAME variable the default name for the UBI rootfs will match the default used by u-boot so images built through OpenEmbedded will work with out-of-box u-boot. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: Add dependency for VPE firmwareChase Maupin2014-01-141-1/+1
| | | | | | | | * The VPE firmware should only be added for the dra7xx-evm machine type since that is the device with the VPE IP. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> 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: Update for AM437x GP EVM DTBChase Maupin2013-10-251-1/+1
| | | | | 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-221-1/+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>
* 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>
* 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>
* 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>
* ti43x: disable sgx for nowDenys Dmytriyenko2013-08-281-1/+1
| | | | Signed-off-by: Denys Dmytriyenko <denys@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>
* linux-omap-psp: Update commitFranklin S. Cooper Jr2013-04-221-1/+1
| | | | | | | * Update to latest supported release. Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* tune-cortexa{15,7}: remove local tunes, already in oe-core/masterDenys Dmytriyenko2013-04-102-72/+0
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* omap-a15.inc: also set TI staging preferred provider for u-bootDenys Dmytriyenko2013-04-031-0/+1
| | | | Signed-off-by: Denys Dmytriyenko <denys@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>
* omap5-evm: Add OMAP5 EVM configurationChase Maupin2013-03-261-0/+25
| | | | | | | | | * Add the machine configuration for the OMAP5 EVM device. * Create the omap-a15.inc file to be shared with all OMAP Cortex-A15 derivative devices. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* beagleboard: switch default u-boot preference to machine-specific treeDenys Dmytriyenko2013-03-181-1/+1
| | | | | | | SDKs or other users of meta-ti can still use one of the other recipes for stability or featureset, by setting PREFERRED_PROVIDER in their config. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* am180x: switch default u-boot preference to machine-specific treeDenys Dmytriyenko2013-03-181-1/+1
| | | | | | | SDKs or other users of meta-ti can still use one of the other recipes for stability or featureset, by setting PREFERRED_PROVIDER in their config. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* keystone: switch default u-boot preference to machine-specific treeDenys Dmytriyenko2013-03-181-2/+3
| | | | | | | SDKs or other users of meta-ti can still use one of the other recipes for stability or featureset, by setting PREFERRED_PROVIDER in their config. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti33x: switch default u-boot preference to ti-staging treeDenys Dmytriyenko2013-03-181-2/+3
| | | | | | | SDKs or other users of meta-ti can still use one of the other recipes for stability or featureset, by setting PREFERRED_PROVIDER in their config. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti33x: switch default preference to ti-staging treeDenys Dmytriyenko2013-03-181-1/+1
| | | | | | | | SDKs or other users of meta-ti can still use one of the older 3.2 recipes for stability or featureset, by setting PREFERRED_PROVIDER in distro or local config. Signed-off-by: Denys Dmytriyenko <denys@ti.com> Acked-by: Chase Maupin <chase.maupin@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>
* ti81x: remove platform configs, kernel, u-boot, since ti81x is not supportedDenys Dmytriyenko2013-03-112-52/+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>
* keystone: unify and cleanup configsDenys Dmytriyenko2013-03-081-0/+4
| | | | | | | * Centralize common/SoC settings in keystone.inc SOC_FAMILY config. * Set/override uncommon specifics in machine configs. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* omap4, pandaboard: unify and cleanup configsDenys Dmytriyenko2013-03-081-0/+2
| | | | | | | * Centralize common/SoC settings in omap4.inc SOC_FAMILY config. * Set/override uncommon specifics in machine configs. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti33x, am335x, beaglebone: unify and cleanup configsDenys Dmytriyenko2013-03-081-0/+19
| | | | | | | * Centralize common/SoC settings in ti33x.inc SOC_FAMILY config. * Set/override uncommon specifics in machine configs. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* omap3, am37x, am3517, beagleboard: unify and cleanup configsDenys Dmytriyenko2013-03-081-1/+22
| | | | | | | * Centralize common/SoC settings in omap3.inc SOC_FAMILY config. * Set/override uncommon specifics in machine configs. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* tune-cortexa{15,7}: update tunes files with recent changes in oe-coreDenys Dmytriyenko2013-03-042-18/+42
| | | | | | | | * PACKAGE_EXTRA_ARCHS * appending to TUNE_FEATURES * TUNE for thumb+neon Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* machines: set default virtual/bootloader for remaining machinesDenys Dmytriyenko2013-02-174-6/+11
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-omapl138-psp: Add latest linux-omapl138 patchesFranklin S. Cooper Jr2013-02-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | * 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>
* am335x-evm, omap3*: drop remaining TARGET_ARCH, wrecking sstateDenys Dmytriyenko2013-02-122-3/+2
| | | | | | Bump MACHINE_KERNEL_PR to rebuild the correct sstate. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* keystone: update kernel and bootloaders recipes for mcsdk alpha7 releaseMurali Karicheri2013-01-291-1/+2
| | | | | Signed-off-by: Murali Karicheri <m-karicheri2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-keystone: update to the latest dev release for keystoneDenys Dmytriyenko2013-01-241-1/+1
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-keystone: update from version 3.6-rc6 to 3.6.6Denys Dmytriyenko2012-12-031-1/+2
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* keystone: bump MACHINE_KERNEL_PR for previous changesDenys Dmytriyenko2012-11-301-1/+1
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* conf/machine: omap4: update configs after xorg upgradeNicolas Dechesne2012-11-281-3/+0
| | | | | | | | | | | | There were some changes in the xserver-xorg upstream project that need to be reflected here too: * extmod module was removed completely as it became empty; * DRI1, DRI2, DBE (among others) were made built-in; (see poky rev: 5cea09e3d010d4799eab296b2a0cb83a0af09c76) Signed-off-by: Nicolas Dechesne <n-dechesne@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* conf/machine: add keystone SOC and keystone-evm machineDenys Dmytriyenko2012-11-011-0/+14
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* tune-cortexa7: add tunes for ARM Cortex-A7Denys Dmytriyenko2012-10-311-0/+24
| | | | | | http://www.arm.com/products/processors/cortex-a/cortex-a7.php Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* tune-cortexa15: add tunes for ARM Cortex-A15Denys Dmytriyenko2012-10-311-0/+24
| | | | | | http://www.arm.com/products/processors/cortex-a/cortex-a15.php Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* pandaboard: use xf86-video-omap by default in XSERVER configNicolas Dechesne2012-10-241-1/+2
| | | | | | | | | | | | | Also we need to pull in module-exa as xf86-video-omap relies on it, at run time. And replaced the default xorg.conf for 'omap4' machine to take new driver into account. Do not enable HWcursor (e.g. mouse using DSS overlay) to keep things simple for now.. Signed-off-by: Nicolas Dechesne <n-dechesne@ti.com> Signed-off-by: Hervé Fache <h-fache@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-mainline: update to 3.2.28Koen Kooi2012-09-141-1/+1
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti33x-psp 3.2: update to 3.2.28 and add motorcape supportKoen Kooi2012-09-141-1/+1
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti33x-psp 3.2: update to 3.2.25Koen Kooi2012-09-141-1/+1
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti33x-psp 3.2: update to 3.2.23Koen Kooi2012-07-251-1/+1
| | | | | | | Regenerate all beaglebone patches and add one vfs tracer patch for powertop Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti33x-psp 3.2: update to 3.2.21, add libertas fixesKoen Kooi2012-07-251-1/+1
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti33x-psp 3.2: update to 3.2.18Koen Kooi2012-05-301-1/+1
| | | | | | | Duplicate patches between PSP and 3.2.17 have been dropped from the 3.2.17 series Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-mainline: update to 3.2.18Koen Kooi2012-05-291-1/+1
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti335x-psp 3.2: update to 3.2.16Koen Kooi2012-05-101-1/+1
| | | | | | | 3.2.16 is the final release in the 3.2-stable series by Greg KH. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>