aboutsummaryrefslogtreecommitdiffstats
path: root/conf
AgeCommit message (Collapse)Author
2018-07-28conf: machine: k3: enable sgxe-ruei1@ti.com
Signed-off-by: Eric Ruei <e-ruei1@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2018-07-10am65xx-evm: add new k3-am654-pcie-usb3 DTBO fileDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2018-06-28am65xx-evm: add new DT overlay DTBO filesDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2018-06-19machine: am65xx-evm.conf: add machine definition for AM65xx platformDenys Dmytriyenko
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>
2018-06-19machine: k3.inc: add new SOC family definition for K3Denys Dmytriyenko
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>
2018-06-18Revert "conf/machine/*hs*.conf: drop OPTEEOUTPUTMACHINE variable"Denys Dmytriyenko
This simplification causes more problems than it solves. This reverts commit c01c7f595cadd289a94a2c9f9f863e4bbd75a3c2.
2018-06-14omap3/omap4: replace outdated xf86-video-omap* with xf86-video-fbdevDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2018-06-14conf/machine/*hs*.conf: drop OPTEEOUTPUTMACHINE variableDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2018-04-24layer.conf: add LAYERSERIES_COMPAT for sumoDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2018-04-24conf/machine: bump max_leb_cnt for am3Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2018-04-24conf, recipes: introduce k2l family and add support for k2l-hs-evmDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2018-04-05conf/machine: add couple new DTBsDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2018-03-06am57xx-evm: switch back to full DTBs for nowDenys Dmytriyenko
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>
2018-03-02layer.conf: whitelist xxd and comm for SECDEV on K2 platformsDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2018-03-01machines: remove references to xf86-input-tslib from meta-oeDenys Dmytriyenko
It is still mentioned in the commend, in case someone needs it. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2018-03-01machines: update DTBs and other cleanupsDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2018-02-20layer.conf: add truncate to HOSTTOOLS list for SECDEVDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2018-02-18linux-ti-staging, am57xx-evm.conf: udpate to the latest, add support for .itbDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2018-02-15linux-ti-staging: upgrade to 4.14Denys Dmytriyenko
Some DTBs have changed, am57xx-evm moved to DT overlays. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2018-02-06beaglebone: drop check for meta-yocto-bsp collisionDenys Dmytriyenko
Now that meta-yocto-bsp renamed reference machine to beaglebone-yocto Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2018-02-05conf/machine: deprecate use of base_conditional()Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2018-01-29dra7xx-evm.conf: removing am57xx SOCS from PDKStephen Molfetta
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>
2017-12-21am57xx-evm.conf: Adding PDK support for AM574xMahesh Radhakrishnan
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2017-12-19layer.conf: remove doxygen from HOSTTOOLS, depend on doxygen-native insteadDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2017-12-05am57xx-evm.conf: add am574x-idk-pru-excl-uio.dtb to the KERNEL_DEVICETREE listHongmei Gou
Signed-off-by: Hongmei Gou <a0271529@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2017-11-28dra7xx-evm.conf: add dra76-evm-tfp410.dtbDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2017-10-31am57xx-evm.conf: add am574x-idk-lcd-osd101t2587.dtb to the listDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2017-10-03linux-ti-staging: update to 4.9.52 and add new AM5 DTBsDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2017-09-28conf/machine: add pru-uio dtbs in KERNEL_DEVICETREE for am3/am4/am5/k2gHongmei Gou
Signed-off-by: Hongmei Gou <a0271529@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2017-09-01dra7xx-evm.conf: add new dra76-evm.dtbDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2017-07-17am57xx-hs, dra7xx-hs: add setting for OPTEE pager configDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2017-06-20am437x-hs-evm: add OPTEE related configsDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2017-06-20omapl137, omapl137-evm: add SOC family and machine configurationJacob Stiffler
* 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>
2017-06-20omapl138, omapl138-lcdk: add ti-pdk class configurationJacob Stiffler
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2017-06-15ti-soc: add generic "ti-soc" SOC family for BSP overridesDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2017-06-15omapl138, omapl1: add "omapl1" SOC family as superset of omapl138Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com> Acked-by: Jacob Stiffler <j-stiffler@ti.com>
2017-06-11c66x: add basic machine configurationJacob Stiffler
* 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>
2017-06-11machines: add ti-pdk class variablesJacob Stiffler
* 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>
2017-06-10am335x-hs-evm: produce both mmc and uart configsDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2017-05-16am57xx-evm.conf: add new DTB entries for camera modulesDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2017-05-16layer.conf: mark doxygen host tool as NONFATALDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2017-05-11layer.conf: update with "doxygen" host tool dependency for openmp-rtosDenys Dmytriyenko
Also, drop host tool for CCS, as it no longer provided. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2017-04-24conf/machine, recipes: introduce k2hk SOC familyDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2017-03-31k2hk-hs-evm: add new machine configDan Murphy
Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2017-03-29layer.conf: add unzip to HOSTTOOLSDenys Dmytriyenko
CCS install uses unzip Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2017-03-21beaglebone: setup wic to produce SD card imageDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2017-03-21beagle-x15: add separate config for BeagleBoard X15Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2017-03-21omapl138: rename old am180x platform into new generic omapl138-lcdkDenys Dmytriyenko
Updated all corresponding defconfigs as well. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2017-03-21am57xx-evm: fix descriptionDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2017-03-21k2g-hs-evm: add new machine configDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>