aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/include
AgeCommit message (Collapse)Author
2020-05-09Revert "wic: create SD card with 3 partitions for testing"zeus-nextzeusDenys Dmytriyenko
This reverts commit 6bca11098ba58960e20fc2fcb26ed56b3d68dbc2.
2020-03-19wic: create SD card with 3 partitions for testingDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2020-02-20omap-a15: add gc320 machine featureDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2020-02-13conf/machine: add dependency for wic to package deployed SPLDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2020-02-11linux-ti-staging: update to the latestDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2020-02-11conf/machine: generalize wic usage by moving settings to SOC filesDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2020-01-30ti33x.inc: remove unavailable PRU-related DTBsDenys Dmytriyenko
* am335x-icev2-prueth.dtb * am335x-boneblack-prusuart.dtb Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-08-20conf/machine: update with new DTBs/DTBOsDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-06-25conf/machine: rename "sgx" flag to "gpu" in MACHINE_FEATURESDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-05-09conf/machine: introduce am65xx SOC family and new am65xx-hs-evmDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-03-04ti43x.inc: add back am43x-epos-evm-hdmi.dtbDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-03-04ti33x.inc: add back am335x-icev2-prueth.dtbDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-02-26ti43x.inc: re-enable HDMI specific DTB for AM437x GPDenys Dmytriyenko
This reverts commit 517864fb4f37b424877a823da76ea7b780e5a45d. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-02-20linux-ti-staging: update to the latestDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-02-07ti43x.inc: HDMI specific DTBs are not ready yetDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-02-05ti33x.inc: PRUETH specific DTB is not ready yetDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2018-10-17conf/machine: deprecate use of SERIAL_CONSOLEDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2018-10-17conf/machine: define UBOOT_SUFFIX and SPL_BINARY in machine configsDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
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-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-14omap3/omap4: replace outdated xf86-video-omap* with xf86-video-fbdevDenys 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-01machines: update DTBs and other cleanupsDenys Dmytriyenko
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-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-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-04-24conf/machine, recipes: introduce k2hk SOC familyDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2017-03-06omap-a15.conf: enable uImage as alternative image type to zImageDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2017-03-02beaglebone.inc: Update use of obsolete bitbake APIGary Thomas
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>
2017-03-01conf/machine: deprecate opencl feature, introduce dsp featureDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2017-02-27conf: am43: Add hdmi dtb file to Device tree filesDan Murphy
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>
2017-02-02conf/machine: set KERNEL_DEVICETREE dtb list per machineDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2017-01-20beaglebone: add check for potential conflicts with meta-yocto-bspDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-10-25conf/recipes: add k2g-ice machine and k2g SOC familyDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-09-20conf/machine,recipes: introduce k2e SOC familyDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-07-27conf: set lower DEFAULTTUNE across machinesDenys Dmytriyenko
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>
2016-05-22machine: add opencl feature to corresponding platformsDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-04-19conf: update old machines to use linux-ti-staging and u-boot-ti-stagingDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-02-08conf: change GUI_MACHINE_CLASS to MACHINE_GUI_CLASSThomas Perrot
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>
2015-09-08keystone: with the switch to latest u-boot, update UBI volume nameDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2015-09-04u-boot-ti-staging, keystone: update with latest fixes, switch keystone overDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>