summaryrefslogtreecommitdiffstats
path: root/conf
Commit message (Collapse)AuthorAgeFilesLines
...
* machines: remove references to xf86-input-tslib from meta-oeDenys Dmytriyenko2018-03-015-10/+0
| | | | | | It is still mentioned in the commend, in case someone needs it. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* machines: update DTBs and other cleanupsDenys Dmytriyenko2018-03-016-14/+30
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* layer.conf: add truncate to HOSTTOOLS list for SECDEVDenys Dmytriyenko2018-02-201-0/+2
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging, am57xx-evm.conf: udpate to the latest, add support for .itbDenys Dmytriyenko2018-02-181-1/+1
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: upgrade to 4.14Denys Dmytriyenko2018-02-152-5/+5
| | | | | | Some DTBs have changed, am57xx-evm moved to DT overlays. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* beaglebone: drop check for meta-yocto-bsp collisionDenys Dmytriyenko2018-02-062-13/+0
| | | | | | Now that meta-yocto-bsp renamed reference machine to beaglebone-yocto Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* conf/machine: deprecate use of base_conditional()Denys Dmytriyenko2018-02-054-4/+4
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* dra7xx-evm.conf: removing am57xx SOCS from PDKStephen Molfetta2018-01-293-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | opencl-monitor does not distinguish between dra7xx and am57xx devices, treating both as the same and attempting to build for am57xx regardless. However, this is dependent on common-csl-ip-rtos, a component of PDK, which in general does handle these devices differently. The definition of am57xx SOCs in the PDK list from omap-15.conf gets inherited by dra7xx-evm.conf, thereby creating a rule that all dra7xx PDK recipes must build am57xx libraries. This results in a dra7xx image which is much larger than necessary, and more severely, creates an artifical dependency link between these two devices and introduces build failures for various PDK recipes. Instead, we now override the PDK SOC definition in dra7xx-evm.conf, and only in the CSL RTOS recipe do we append the am57xx SOCS for dra7xx-evm machine build. This allows for opencl-monitor to build successfully for dra7xx while preventing any other PDK recipes from attempting to build libraries for am57xx devices. This is a workaround that must stay in place until opencl build can properly comprehend am57xx and dra7xx independently, and/or omap-a15 is not implied to be synonymous with am57xx in various recipes. Signed-off-by: Stephen Molfetta <sjmolfetta@ti.com> Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* am57xx-evm.conf: Adding PDK support for AM574xMahesh Radhakrishnan2017-12-212-2/+2
| | | | | Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* layer.conf: remove doxygen from HOSTTOOLS, depend on doxygen-native insteadDenys Dmytriyenko2017-12-191-3/+0
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* am57xx-evm.conf: add am574x-idk-pru-excl-uio.dtb to the KERNEL_DEVICETREE listHongmei Gou2017-12-051-1/+1
| | | | | Signed-off-by: Hongmei Gou <a0271529@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* dra7xx-evm.conf: add dra76-evm-tfp410.dtbDenys Dmytriyenko2017-11-281-1/+1
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* am57xx-evm.conf: add am574x-idk-lcd-osd101t2587.dtb to the listDenys Dmytriyenko2017-10-311-1/+1
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: update to 4.9.52 and add new AM5 DTBsDenys Dmytriyenko2017-10-031-1/+2
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* conf/machine: add pru-uio dtbs in KERNEL_DEVICETREE for am3/am4/am5/k2gHongmei Gou2017-09-284-4/+6
| | | | | Signed-off-by: Hongmei Gou <a0271529@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* dra7xx-evm.conf: add new dra76-evm.dtbDenys Dmytriyenko2017-09-011-1/+1
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* am57xx-hs, dra7xx-hs: add setting for OPTEE pager configDenys Dmytriyenko2017-07-172-0/+2
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* am437x-hs-evm: add OPTEE related configsDenys Dmytriyenko2017-06-201-0/+4
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* omapl137, omapl137-evm: add SOC family and machine configurationJacob Stiffler2017-06-202-0/+20
| | | | | | | | * The omapl137 family does not have linux support and is only supported by baremetal and TI RTOS. Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* omapl138, omapl138-lcdk: add ti-pdk class configurationJacob Stiffler2017-06-202-0/+6
| | | | | Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-soc: add generic "ti-soc" SOC family for BSP overridesDenys Dmytriyenko2017-06-158-14/+18
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* omapl138, omapl1: add "omapl1" SOC family as superset of omapl138Denys Dmytriyenko2017-06-152-2/+4
| | | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com> Acked-by: Jacob Stiffler <j-stiffler@ti.com>
* c66x: add basic machine configurationJacob Stiffler2017-06-113-0/+27
| | | | | | | | | | | * The c66x SOCs (e.g. c665x-evm and c667x-evm) are DSP-only devices, and therefore do not have a supported kernel nor an integrated toolchain. * Add these machines to allow the creation of baremetal and TI RTOS packages. Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* machines: add ti-pdk class variablesJacob Stiffler2017-06-1110-0/+37
| | | | | | | | * Set the ti-pdk class variables which sets the list of devices and boards supported. Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* am335x-hs-evm: produce both mmc and uart configsDenys Dmytriyenko2017-06-101-1/+5
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* am57xx-evm.conf: add new DTB entries for camera modulesDenys Dmytriyenko2017-05-161-1/+2
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* layer.conf: mark doxygen host tool as NONFATALDenys Dmytriyenko2017-05-161-1/+1
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* layer.conf: update with "doxygen" host tool dependency for openmp-rtosDenys Dmytriyenko2017-05-111-2/+2
| | | | | | Also, drop host tool for CCS, as it no longer provided. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* conf/machine, recipes: introduce k2hk SOC familyDenys Dmytriyenko2017-04-242-1/+3
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* k2hk-hs-evm: add new machine configDan Murphy2017-03-311-0/+14
| | | | | Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* layer.conf: add unzip to HOSTTOOLSDenys Dmytriyenko2017-03-291-0/+3
| | | | | | CCS install uses unzip Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* beaglebone: setup wic to produce SD card imageDenys Dmytriyenko2017-03-211-1/+5
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* beagle-x15: add separate config for BeagleBoard X15Denys Dmytriyenko2017-03-211-0/+36
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* omapl138: rename old am180x platform into new generic omapl138-lcdkDenys Dmytriyenko2017-03-211-3/+3
| | | | | | Updated all corresponding defconfigs as well. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* am57xx-evm: fix descriptionDenys Dmytriyenko2017-03-211-2/+2
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* k2g-hs-evm: add new machine configDenys Dmytriyenko2017-03-211-0/+14
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* omap-a15.conf: enable uImage as alternative image type to zImageDenys Dmytriyenko2017-03-061-0/+2
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* conf/machine: simplify console settings, deprecate ttyO useDenys Dmytriyenko2017-03-0614-28/+15
| | | | | | | Now, that 4.9 finally switched from ttyO to ttyS and all issues were addressed, no need to try all possible combinations in most cases. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* beaglebone.inc: Update use of obsolete bitbake APIGary Thomas2017-03-021-1/+1
| | | | | | | | The bb.data.getVar() API has been deprecated & removed. This change follows that change and allows MACHINE=beaglebone to work again. Signed-off-by: Gary Thomas <gary@mlbassoc.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* conf/machine: deprecate opencl feature, introduce dsp featureDenys Dmytriyenko2017-03-017-10/+4
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* k2g-ice: remove separate config in favor of generic k2g-evmDenys Dmytriyenko2017-03-011-7/+0
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* conf: am43: Add hdmi dtb file to Device tree filesDan Murphy2017-02-271-1/+1
| | | | | | | | | AM43x was missing the hdmi dtb file in the KERNEL_DEVICETREE variable. Adding this in allows for a copy to deploy directory. Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* conf/machine: bump max_leb_cnt for am3Denys Dmytriyenko2017-02-181-1/+1
| | | | | | Previous commit meant to increase it more than just by 200... Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* conf/machine: bump max_leb_cnt for am3 and am4Denys Dmytriyenko2017-02-172-2/+2
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* conf/machine: add LCD-specific DTB entries for dra7/am57/k2gDenys Dmytriyenko2017-02-153-7/+7
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* am180x-evm: update machine config to work with latest BSPDenys Dmytriyenko2017-02-151-1/+3
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* am335x-hs-evm: update UBOOT_MACHINE var for latest u-boot versionDenys Dmytriyenko2017-02-061-1/+1
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* conf/machine: set KERNEL_DEVICETREE dtb list per machineDenys Dmytriyenko2017-02-0215-0/+36
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* machine: update max_leb_cnt across the boardDenys Dmytriyenko2017-01-206-6/+6
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* beaglebone: add check for potential conflicts with meta-yocto-bspDenys Dmytriyenko2017-01-202-0/+13
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>