summaryrefslogtreecommitdiffstats
path: root/conf/machine/include
Commit message (Collapse)AuthorAgeFilesLines
* conf/machine: update with new DTBs/DTBOsDenys Dmytriyenko2019-08-201-1/+2
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* conf/machine: rename "sgx" flag to "gpu" in MACHINE_FEATURESDenys Dmytriyenko2019-06-255-5/+5
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* conf/machine: introduce am65xx SOC family and new am65xx-hs-evmDenys Dmytriyenko2019-05-091-0/+7
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti43x.inc: add back am43x-epos-evm-hdmi.dtbDenys Dmytriyenko2019-03-041-3/+5
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti33x.inc: add back am335x-icev2-prueth.dtbDenys Dmytriyenko2019-03-041-4/+7
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti43x.inc: re-enable HDMI specific DTB for AM437x GPDenys Dmytriyenko2019-02-261-1/+1
| | | | | | This reverts commit 517864fb4f37b424877a823da76ea7b780e5a45d. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: update to the latestDenys Dmytriyenko2019-02-201-3/+2
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti43x.inc: HDMI specific DTBs are not ready yetDenys Dmytriyenko2019-02-071-2/+2
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti33x.inc: PRUETH specific DTB is not ready yetDenys Dmytriyenko2019-02-051-1/+1
| | | | 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/machine: define UBOOT_SUFFIX and SPL_BINARY in machine configsDenys Dmytriyenko2018-10-175-3/+16
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* conf: machine: k3: enable sgxe-ruei1@ti.com2018-07-281-2/+2
| | | | | Signed-off-by: Eric Ruei <e-ruei1@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* machine: k3.inc: add new SOC family definition for K3Denys Dmytriyenko2018-06-191-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>
* omap3/omap4: replace outdated xf86-video-omap* with xf86-video-fbdevDenys Dmytriyenko2018-06-142-3/+2
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* conf, recipes: introduce k2l family and add support for k2l-hs-evmDenys Dmytriyenko2018-04-241-0/+6
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* conf/machine: add couple new DTBsDenys Dmytriyenko2018-04-051-1/+2
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* machines: update DTBs and other cleanupsDenys Dmytriyenko2018-03-012-2/+11
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* beaglebone: drop check for meta-yocto-bsp collisionDenys Dmytriyenko2018-02-061-12/+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-052-2/+2
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* dra7xx-evm.conf: removing am57xx SOCS from PDKStephen Molfetta2018-01-291-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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-211-1/+1
| | | | | Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* conf/machine: add pru-uio dtbs in KERNEL_DEVICETREE for am3/am4/am5/k2gHongmei Gou2017-09-282-2/+2
| | | | | Signed-off-by: Hongmei Gou <a0271529@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* omapl137, omapl137-evm: add SOC family and machine configurationJacob Stiffler2017-06-201-0/+5
| | | | | | | | * 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-201-0/+3
| | | | | 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-111-0/+9
| | | | | | | | | | | * 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-116-0/+23
| | | | | | | | * 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>
* conf/machine, recipes: introduce k2hk SOC familyDenys Dmytriyenko2017-04-241-0/+2
| | | | 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>
* 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-013-3/+3
| | | | 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: set KERNEL_DEVICETREE dtb list per machineDenys Dmytriyenko2017-02-023-0/+6
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* beaglebone: add check for potential conflicts with meta-yocto-bspDenys Dmytriyenko2017-01-201-0/+12
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* conf/recipes: add k2g-ice machine and k2g SOC familyDenys Dmytriyenko2016-10-251-0/+2
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* conf/machine,recipes: introduce k2e SOC familyDenys Dmytriyenko2016-09-201-0/+2
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* conf: set lower DEFAULTTUNE across machinesDenys Dmytriyenko2016-07-276-6/+6
| | | | | | | | | | | | Set DEFAULTTUNE optimization in BSP from specific Cortex level to more generic armv7a, but keep thumb, neon and hard-float options enabled due to numerous BSP components requiring them. While enabling additional Cortex optimization might gain a tiny performance improvement, it makes binary feeds incompatible between A8, A9 and A15 machines, leads to unnecessary rebuilds and hides potential packaging or recipe issues. Hence the decision to enable Cortex optimization should be left to the Distro. 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>
* conf: update old machines to use linux-ti-staging and u-boot-ti-stagingDenys Dmytriyenko2016-04-193-9/+12
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* conf: change GUI_MACHINE_CLASS to MACHINE_GUI_CLASSThomas Perrot2016-02-084-4/+4
| | | | | | | | Correct the name of the variable used to define the size of the logo: GUI_MACHINE_CLASS renamed MACHINE_GUI_CLASS. Signed-off-by: Thomas Perrot <thomas.perrot@tupi.fr> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* keystone: with the switch to latest u-boot, update UBI volume nameDenys Dmytriyenko2015-09-081-1/+5
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-ti-staging, keystone: update with latest fixes, switch keystone overDenys Dmytriyenko2015-09-041-2/+2
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging, keystone.inc: update, add keystone support to staging kernelDenys Dmytriyenko2015-08-071-3/+3
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* omap4/pandaboard: switch from outdated 3.4 kernel to 3.14-stagingDenys Dmytriyenko2015-05-061-4/+4
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* omap-a15, dra7xx: add mmip feature to entire SOC familyDenys Dmytriyenko2015-03-192-3/+3
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* keystone: stop backfilling rtcDenys Dmytriyenko2015-02-101-0/+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>