summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/dra7xx.inc
Commit message (Collapse)AuthorAgeFilesLines
* conf/machine: deprecate opencl feature, introduce dsp featureDenys Dmytriyenko2017-03-011-1/+1
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* machine: add opencl feature to corresponding platformsDenys Dmytriyenko2016-05-221-1/+1
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* omap-a15, dra7xx: add mmip feature to entire SOC familyDenys Dmytriyenko2015-03-191-1/+1
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* dra7xx: add "mmip" to MACHINE_FEATURESDenys Dmytriyenko2014-11-031-1/+1
| | | | This reverts commit 651f0b46734dbf13d4242282919253e150eb83ae.
* Revert "dra7xx: add "mmip" to MACHINE_FEATURES"Denys Dmytriyenko2014-10-101-1/+1
| | | | | | Results in gstreamer conflicts in SDK. This reverts commit aedc4d91bc5088ec6e6fe9d4de506503e201c6ca.
* dra7xx: add "mmip" to MACHINE_FEATURESJacob Stiffler2014-10-081-1/+1
| | | | | Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* dra7xx: add "pci" to MACHINE_FEATURESDenys Dmytriyenko2014-09-111-0/+2
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* dra7xx: create DRA7xx include file for new SOC FamilyMaupin, Chase2014-07-021-0/+2
* Create the dra7xx.inc file which inherits the omap-a15.inc file and then adds the dra7xx as another valid SOC_FAMILY setting. * The addition of the dra7xx SOC_FAMILY is done while still keeping access to the omap-a15 family. What this means is that omap-a15 can apply to omap5-evm, dra7xx-evm, and am57xx-evm. Then the dra7xx family can be used to differentiate between omap5 and dra7xx based devices. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Acked-by: Franklin Cooper Jr. <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>