aboutsummaryrefslogtreecommitdiffstats
path: root/conf
AgeCommit message (Collapse)Author
2014-06-16keystone: config: fix K2L boot monitor build target name errordylanHao Zhang
Signed-off-by: Hao Zhang <hzhang@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2014-05-21keystone: k2e-evm config: add k2e-evm machine configHao Zhang
Add a new k2e-evm machine config for Keystone II SoC family. Signed-off-by: Hao Zhang <hzhang@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2014-05-21keystone: k2l-evm conf: add k2l-evm machine configHao Zhang
k2l-evm machine config shares the same Keystone SoC family, it has K2L EVM specific machine configuration for UBI image, boot monitor, U-boot, etc. Signed-off-by: Hao Zhang <hzhang@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2014-05-21keystone: machine config: change machine config name from keystone-evm to ↵Hao Zhang
k2hk-evm Keystone II SOC family has multiple devices and EVMs: k2hk, k2l and k2e, each EVM should have a separate machine config, and share the common keystone SOC family. Signed-off-by: Hao Zhang <hzhang@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2014-05-21keystone: u-boot: rename tci6638 to k2hk evm configHao Zhang
Rename U-boot "tci6638_evm_config" to "k2hk_evm_config" to align with DTB device name. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2014-03-25keystone-evm: Update NAND size to 512 MBSam Nelson
- 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>
2014-02-05keystone: Add pci feature to MACHINE KeystoneSam Nelson
- Device support pci interface Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2014-01-17linux-ti-staging: remove initscript dependencyChase Maupin
* 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>
2014-01-17omap-a15: set the UBI_VOLNAME to match u-boot defaultChase Maupin
* 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>
2014-01-14linux-ti-staging: Add dependency for VPE firmwareChase Maupin
* 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>
2013-12-11am437x-evm.conf: update UBI values specific to AM437x NANDDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2013-11-22ti43x.inc: Add SGX as MACHINE_FEATURESFranklin S. Cooper Jr
* 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>
2013-11-05layer.conf: prepend instead of append to sort before oe-core in BBPATHDenys Dmytriyenko
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>
2013-10-25linux-ti-staging: Update for AM437x GP EVM DTBChase Maupin
Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2013-10-22dra7xx-evm: remove u-boot preferred providerChase Maupin
* 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>
2013-10-13machine conf: Set correct default ubi volume name for 335x and 437xFranklin S. Cooper Jr
* 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>
2013-10-10ti33x: switch KERNEL_IMAGETYPE to zImage by defaultDenys Dmytriyenko
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>
2013-09-25ti43x, omap-a15: switch KERNEL_IMAGETYPE to zImage by defaultDenys Dmytriyenko
* 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>
2013-08-28ti43x: disable sgx for nowDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2013-08-26am437x-evm: add machine config for Sitara AM437x EVMDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com> Acked-by: Chase Maupin <chase.maupin@ti.com>
2013-08-26ti43x: add new SOC family for Sitara AM43xx Cortex-A9 processorsDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com> Acked-by: Chase Maupin <chase.maupin@ti.com>
2013-06-21u-boot-dra7xx: add latest u-boot from the integration branchDenys Dmytriyenko
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>
2013-06-21dra7xx-evm: Update serial consoleChase Maupin
* 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>
2013-04-22u-boot: Add am3517 u-boot recipeFranklin S. Cooper Jr
* 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>
2013-04-22linux-omap-psp: Update commitFranklin S. Cooper Jr
* Update to latest supported release. Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2013-04-10tune-cortexa{15,7}: remove local tunes, already in oe-core/masterDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2013-04-03omap-a15.inc: also set TI staging preferred provider for u-bootDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2013-04-02omap5-evm: update U-Boot machine to omap5 uevmChase Maupin
* 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>
2013-03-29dra7xx-evm: Add DRA7xx machine typeChase Maupin
* 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>
2013-03-26linux-ti-staging: Add panda dts file as supported DTSChase Maupin
* 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>
2013-03-26omap5-evm: Update serial console to proper valueChase Maupin
* 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>
2013-03-26omap5-evm: Add OMAP5 EVM configurationChase Maupin
* 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>
2013-03-18beagleboard: switch default u-boot preference to machine-specific treeDenys Dmytriyenko
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>
2013-03-18am3517-evm: switch default u-boot preference to machine-specific treeDenys Dmytriyenko
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>
2013-03-18am37x-evm: switch default u-boot preference to machine-specific treeDenys Dmytriyenko
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>
2013-03-18am180x: switch default u-boot preference to machine-specific treeDenys Dmytriyenko
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>
2013-03-18keystone: switch default u-boot preference to machine-specific treeDenys Dmytriyenko
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>
2013-03-18ti33x: switch default u-boot preference to ti-staging treeDenys Dmytriyenko
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>
2013-03-18ti33x: switch default preference to ti-staging treeDenys Dmytriyenko
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>
2013-03-12machines: unify all machines to produce tar.gz instead of tar.bz2 by defaultDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2013-03-11linux-ti-staging: update SRCREV and bump MACHINE_KERNEL_PRDenys Dmytriyenko
* 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>
2013-03-11ti81x: remove platform configs, kernel, u-boot, since ti81x is not supportedDenys Dmytriyenko
* 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>
2013-03-11omap3-touchbook: remove machine definition, since it's unsupportedDenys Dmytriyenko
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>
2013-03-11hawkboard: remove machine definition, since it's unsupportedDenys Dmytriyenko
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>
2013-03-08am180x: cleanup machine config, remove common SoC settingsDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2013-03-08keystone: unify and cleanup configsDenys Dmytriyenko
* 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>
2013-03-08omap4, pandaboard: unify and cleanup configsDenys Dmytriyenko
* 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>
2013-03-08ti33x, am335x, beaglebone: unify and cleanup configsDenys Dmytriyenko
* 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>
2013-03-08omap3, am37x, am3517, beagleboard: unify and cleanup configsDenys Dmytriyenko
* 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>
2013-03-04tune-cortexa{15,7}: update tunes files with recent changes in oe-coreDenys Dmytriyenko
* PACKAGE_EXTRA_ARCHS * appending to TUNE_FEATURES * TUNE for thumb+neon Signed-off-by: Denys Dmytriyenko <denys@ti.com>