aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/dra7xx-evm.conf
AgeCommit message (Collapse)Author
2022-02-22meta-ti: create a sub-layer meta-ti-bsp from existing contentDenys Dmytriyenko
Extra sub-layers will be created next and relevant content moved across them. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2022-02-22classes,recipes: remove K1/2 PDK RTOS support, FWs and IPC transportsDenys Dmytriyenko
Remove deprecated support for compiling Keystone1/2 RTOS components and Linux firmwares using PDK, CSL, etc. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2021-11-05conf: dra7xx-evm: ReIntroduce existent dtb* for 5.10Yogesh Siraswar
This reverts commit 8bdfe1413c00e0c55132989dafcf8d91827999c3. Introduces existent dtb and dtbo for dra7x Signed-off-by: Yogesh Siraswar <yogeshs@ti.com> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
2021-05-04conf: dra7xx-evm: Remove non-existent dtb* from 5.10Praneeth Bajjuri
Remove the non-existent dtb* , as they are not currently present on ti-linux-5.10.y. - dra7-evm-lcd-osd101t2045.dtb - dra7-evm-lcd-osd101t2587.dtb - dra71-evm-nand.dtb - dra71-evm-lcd-auo-g101evn01.0.dtb - dra72-evm-lcd-osd101t2045.dtb - dra72-evm-lcd-osd101t2587.dtb - dra72-evm-revc-lcd-osd101t2045.dtb - dra72-evm-revc-lcd-osd101t2587.dtb - dra76-evm-tfp410.dtb Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
2020-03-17am57xx-evm, dra7xx-evm: re-add flattened DTBs for cam and lcd modulesDenys 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-31dra7xx-evm: remove unavailable Cam/LCD-related DTBsDenys Dmytriyenko
* dra7-evm-lcd-osd101t2045.dtb * dra7-evm-lcd-osd101t2587.dtb * dra71-evm-lcd-auo-g101evn01.0.dtb * dra72-evm-lcd-osd101t2045.dtb * dra72-evm-lcd-osd101t2587.dtb * dra72-evm-revc-lcd-osd101t2045.dtb * dra72-evm-revc-lcd-osd101t2587.dtb * dra76-evm-tfp410.dtb * dra76-evm-ov490.dtb * dra76-evm-ov5640.dtb * dra76-evm-tfp410-ov490.dtb * dra76-evm-tfp410-ov5640.dtb Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-04-17dra7xx-evm: add additional DTBsDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-03-05dra7xx-evm.conf: re-enable dra71-evm-nand.dtb againDenys Dmytriyenko
This reverts commit c2cb48e3020459c6d426a13a7180ed26742c1579. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-03-05dra7xx-evm.conf: dra71-evm-nand.dtb is causing problems, disable for nowDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-03-04dra7xx-evm.conf: add back dra71-evm-nand.dtb and dra76-evm-tfp410.dtbDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-02-26dra7xx-evm.conf: re-enable LCD specific DTBsDenys Dmytriyenko
This reverts commit f05488f6c0a98c4f603f638a5b74bba18415ec59. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-02-07dra7xx-evm.conf: not all DTBs are 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-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-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-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-11-28dra7xx-evm.conf: add dra76-evm-tfp410.dtbDenys Dmytriyenko
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-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-03-06conf/machine: simplify console settings, deprecate ttyO useDenys Dmytriyenko
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>
2017-02-15conf/machine: add LCD-specific DTB entries for dra7/am57/k2gDenys Dmytriyenko
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>
2016-08-10machines: drop tar.gz images in favor of tar.xzDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-08-10am57xx/dra7xx: disable UBI images by defaultDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-05-26machine: explicitly list ubifs in IMAGE_FSTYPES, so RM_OLD_IMAGE worksDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-05-04machines: configure all used consoles regardless of UART driverDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-03-11conf/machine: enable tar.xz images for current machinesDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-02-01conf: machine: am57xx-evm, dra7xx-evm: Increase max_leb_cntJacob Stiffler
* With the addition of the video analytics demo, the filesystem has exceeded size limited by the previous max_leb_cnt. Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2015-10-28am57xx-evm,dra7xx-evm: Increase max_leb_cntJacob Stiffler
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2015-02-02dra7xx-evm: ubifs: Increase "max_leb_cnt"Karthik Ramanan
* This is need to allow some room for customers to build on top of the filesystem that we support * This is needed for larger filesystem size to support dev image. Signed-off-by: Karthik Ramanan <a0393906@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2015-01-08am57xx-evm, dra7xx-evm: ubifs: Increase "max_leb_cnt"Jacob Stiffler
* This is needed for larger filesystem size. Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2014-08-29machine: clean up MACHINE_FEATURES for omap5, dra7, am57Denys Dmytriyenko
* Enable "sgx" feature on all - the driver may still be missing, but GLES is available from omap5-sgx-ddk-linux package * Enable "touchscreen" feature only on dra7 and am57 - not available on omap5 Signed-off-by: Denys Dmytriyenko <denys@ti.com> Acked-by: Franklin Cooper Jr. <fcooper@ti.com>
2014-07-02dra7xx-evm: Use dra7xx includeMaupin, Chase
* Update the include file used to the dra7xx.inc file which brings access to the dra7xx SOC_FAMILY Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Acked-by: Franklin Cooper Jr. <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2014-06-13Revert "dra7xx-evm: Add sgx to MACHINE_FEATURES"Denys Dmytriyenko
Since sgx support is broken for newer kernels and Qt4, disable it for now until Qt5 becomes default and kernel drivers are updated. This reverts commit f9253dc88fc9cfe36e39d4b8f1e233eb3f4eaa3f. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2014-05-21dra7xx-evm: Add sgx to MACHINE_FEATURESMaupin, Chase
* Add sgx to the MACHINE_FEATURES so that the dra7xx-evm can start including sgx libraries. NOTE: currently there are no driver modules that work with v3.12 of the Linux kernel but this does work with version 3.8. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2013-10-22dra7xx-evm: remove u-boot preferred providerChase Maupin
* Now the DRA7xx support is fully merged into upstream u-boot then we can remove setting the PREFERRED_PROVIDER for u-boot and virtual/bootloader to u-boot-dra7xx and instead pick up the default setting from the omap-a15.inc file. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2013-06-05u-boot-dra7xx: add latest u-boot from the integration branchDenys Dmytriyenko
While the code is being pulled from ti-u-boot integration tree, J6/DRA7xx bring up is being done from a separate branch that does not include all the commits made for am335x. Hence, until those branches are merged with the mainline and unified in a single recipe, a separate recipe just for DRA7xx makes more sense. This recipe should eventually go away and unified under u-boot-ti-staging one. Signed-off-by: Denys Dmytriyenko <denys@ti.com> Acked-by: Chase Maupin <chase.maupin@ti.com>
2013-06-04dra7xx-evm: Update serial consoleChase Maupin
* Updated the serial console to use ttyO0 which is what the evm uses. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2013-03-29dra7xx-evm: Add DRA7xx machine typeChase Maupin
* Add the dra7xx-evm machine type which is part of the omap-a15 SOC_FAMILY Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>