summaryrefslogtreecommitdiffstats
path: root/conf
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>
* am437x-evm: increase LEB count to fit full rootfsDenys Dmytriyenko2014-04-241-1/+1
| | | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com> Acked-by: Chase Maupin <chase.maupin@ti.com>
* licenses: add standard TI licensesDenys Dmytriyenko2014-04-241-0/+2
| | | | | | | | | | The new Texas Instruments Text File License (TI-TFL) is now replacing the old Technology and Software Publicly Available (TSPA) license. But there are older versions of the components previously released under TI-TSPA license. Signed-off-by: Denys Dmytriyenko <denys@ti.com> Acked-by: Chase Maupin <chase.maupin@ti.com> Acked-by: Franklin Cooper Jr. <fcooper@ti.com>
* keystone-evm: Update NAND size to 512 MBSam Nelson2014-03-251-3/+2
| | | | | | | | | | - The keystone-evm actually has 512 MB Nand ( Changing from previous size of 128 MB) - LEB calculated with reserved 10 MB for boot and 20 MB for receovery image Signed-off-by: Sam Nelson <sam.nelson@ti.com> 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>
* am437x-evm.conf: update UBI values specific to AM437x NANDDenys Dmytriyenko2013-12-111-11/+11
| | | | 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>
* layer.conf: revert previous prepending to BBPATH changeDenys Dmytriyenko2013-11-121-1/+1
| | | | | | | | | | | | This reverts commit 35234fa93748f72d1309ee3904400e02807ba890. This was mainly needed for DTB fix that is specific to dylan branch and is not required for master, plus it complicates life for other layers. There is still a problem with Poky when manually adding layers and not thinking about the correct order... Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* layer.conf: prepend instead of append to sort before oe-core in BBPATHDenys Dmytriyenko2013-11-041-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-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-222-4/+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>
* 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-dra7xx: add latest u-boot from the integration branchDenys Dmytriyenko2013-06-051-2/+5
| | | | | | | | | | | While the code is being pulled from ti-u-boot integration tree, J6/DRA7xx bring up is being done from a separate branch that does not include all the commits made for am335x. Hence, until those branches are merged with the mainline and unified in a single recipe, a separate recipe just for DRA7xx makes more sense. This recipe should eventually go away and unified under u-boot-ti-staging one. Signed-off-by: Denys Dmytriyenko <denys@ti.com> Acked-by: Chase Maupin <chase.maupin@ti.com>
* dra7xx-evm: Update serial consoleChase Maupin2013-06-041-1/+1
| | | | | | | | * Updated the serial console to use ttyO0 which is what the evm uses. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot: Add am3517 u-boot recipeFranklin S. Cooper Jr2013-04-221-3/+2
| | | | | | | * Add correct u-boot recipe for am3517. 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/+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>
* omap5-evm: update U-Boot machine to omap5 uevmChase Maupin2013-04-021-1/+1
| | | | | | | | | | * The U-Boot config to be used in the latest code has been updated to use omap5_uevm instead of omap5_evm. * Update to the latest code to pickup this change and modify the machine file as well. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* dra7xx-evm: Add DRA7xx machine typeChase Maupin2013-03-291-0/+36
| | | | | | | | * Add the dra7xx-evm machine type which is part of the omap-a15 SOC_FAMILY Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> 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: Update serial console to proper valueChase Maupin2013-03-261-1/+1
| | | | | | | * The serial console for the OMAP5 uEVM is ttyO2 not ttyO0 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-262-0/+61
| | | | | | | | | * 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-182-1/+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>
* am3517-evm: switch default u-boot preference to machine-specific treeDenys Dmytriyenko2013-03-181-0/+4
| | | | | | | 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>
* am37x-evm: switch default u-boot preference to machine-specific treeDenys Dmytriyenko2013-03-181-0/+2
| | | | | | | 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-182-1/+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>
* 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-183-5/+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>
* machines: unify all machines to produce tar.gz instead of tar.bz2 by defaultDenys Dmytriyenko2013-03-124-4/+4
| | | | 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>
* ti81x: remove platform configs, kernel, u-boot, since ti81x is not supportedDenys Dmytriyenko2013-03-117-91/+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>
* omap3-touchbook: remove machine definition, since it's unsupportedDenys Dmytriyenko2013-03-111-46/+0
| | | | | | | | There is no support for this device from meta-ti. Plus I don't have the device. If there's anyone willing to maintain it, please let me know or feel free to take it to a separate layer. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* hawkboard: remove machine definition, since it's unsupportedDenys Dmytriyenko2013-03-111-29/+0
| | | | | | | There is no support for this board from meta-ti. Plus I don't have the board. If there's anyone willing to maintain it, please let me know. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* am180x: cleanup machine config, remove common SoC settingsDenys Dmytriyenko2013-03-081-3/+0
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* keystone: unify and cleanup configsDenys Dmytriyenko2013-03-082-13/+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-082-5/+3
| | | | | | | * 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-083-25/+25
| | | | | | | * 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-085-75/+37
| | | | | | | * 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>
* keystone-evm config: add ubifs supportHao Zhang2013-02-281-1/+16
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>