summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/davinci.inc
Commit message (Collapse)AuthorAgeFilesLines
* conf/machine: remove SoC/platforms in DaVinci and OMAP3/4 familiesDenys Dmytriyenko2022-02-221-22/+0
| | | | | | | Those platforms are being deprecated and not supported in future meta-ti releases. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* machines: Adjust to use new location of tune files in oe-coreKhem Raj2021-08-191-1/+1
| | | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Tested-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
* meta-ti: convert to new override syntax in honisterDenys Dmytriyenko2021-08-171-1/+1
| | | | | | | | | | Upcoming "honister" release changes the override syntax to improve usability, speed and memory footprint. Update recipes with the new syntax and set layer compatibility to honister. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Tested-by: Paul Barker <paul.barker@sancloud.com> Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
* conf/machine: Use weak assignment for preferred virtual/kernelDaniel D?az2020-05-061-1/+1
| | | | | | | | | A user of the meta-ti layer may choose to use a combination of the machines herein with another kernel, not necessarily the one from the machine definition. Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* conf/machine: deprecate use of SERIAL_CONSOLEDenys Dmytriyenko2018-10-171-1/+1
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* conf: update old machines to use linux-ti-staging and u-boot-ti-stagingDenys Dmytriyenko2016-04-191-4/+5
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* conf/machine: update legacy machines to use latest mainline kernel and u-bootDenys Dmytriyenko2014-06-241-1/+1
| | | | 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>
* machines: set default virtual/bootloader for remaining machinesDenys Dmytriyenko2013-02-171-4/+1
| | | | 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>
* machine files: start removing TARGET_ARCHKoen Kooi2011-07-221-1/+0
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-davinci: fix multi-kernel usageKoen Kooi2011-06-061-1/+1
| | | | | | Add cgroup and accept4() patches to L138 kernel Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* machine includes: move from meta-oeKoen Kooi2011-05-251-0/+25
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>