summaryrefslogtreecommitdiffstats
path: root/conf
Commit message (Collapse)AuthorAgeFilesLines
* meta-ti: cleanup use of d.getVar()Denys Dmytriyenko2018-07-101-1/+1
| | | | | | | | 1. drop use of True as second parameter, which is default, to align with master 2. there were instances of incorrectly passing 'd' as second parameter from previous conversion from bb.data.getVar() usage Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* am65xx-evm: add new k3-am654-pcie-usb3 DTBO fileDenys Dmytriyenko2018-07-101-1/+1
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* am65xx-evm: add new DT overlay DTBO filesti2018.02-rc2Denys Dmytriyenko2018-06-281-1/+4
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* machine: am65xx-evm.conf: add machine definition for AM65xx platformDenys Dmytriyenko2018-06-181-0/+24
| | | | | | | | | | | The AM654 SoC is a lead device of the K3 Multicore SoC architecture platform, targeted for broad market and industrial control with aim to meet the complex processing needs of modern embedded products. See AM65x Technical Reference Manual (SPRUID7, April 2018) for further details: http://www.ti.com/lit/pdf/spruid7 Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* machine: k3.inc: add new SOC family definition for K3Denys Dmytriyenko2018-06-181-0/+32
| | | | | | | | | | | The AM654 SoC is a lead device of the K3 Multicore SoC architecture platform, targeted for broad market and industrial control with aim to meet the complex processing needs of modern embedded products. See AM65x Technical Reference Manual (SPRUID7, April 2018) for further details: http://www.ti.com/lit/pdf/spruid7 Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* Revert "conf/machine/*hs*.conf: drop OPTEEOUTPUTMACHINE variable"Denys Dmytriyenko2018-06-153-0/+3
| | | | | | This simplification causes more problems than it solves. This reverts commit c01c7f595cadd289a94a2c9f9f863e4bbd75a3c2.
* conf/machine/*hs*.conf: drop OPTEEOUTPUTMACHINE variableDenys Dmytriyenko2018-06-133-3/+0
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* conf/machine: bump max_leb_cnt for am3Denys Dmytriyenko2018-04-201-1/+1
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* conf, recipes: introduce k2l family and add support for k2l-hs-evmDenys Dmytriyenko2018-04-203-5/+21
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* conf/machine: add couple new DTBsDenys Dmytriyenko2018-04-042-2/+3
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* am57xx-evm: switch back to full DTBs for nowti2018.00-rc1Denys Dmytriyenko2018-03-061-1/+2
| | | | | | | | | Since using DT overlays as a FIT image (itb,dtb,dtbo) is not yet ready for prime time, kernel now has ability to generate all combinations of full DTBs out of DT overlays. Use those for now until FIT image approach to DT overlays is adopted more broadly. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* layer.conf: whitelist xxd and comm for SECDEV on K2 platformsDenys Dmytriyenko2018-03-021-1/+1
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* 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>
* 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>