aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/files/dra7xx
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>
2019-12-09cmem: Adding am5729 beagleboneai CMEM configurationCaleb Robey
CMEM memory block for bbai should be 402MB to allow full EVE acceleration and DSP use, but accounting for the BBAI only having 1GB of RAM. Signed-off-by: Caleb Robey <c-robey@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-12-09cmem: am5729idk has specific CMEM cfg increased to 512MBDjordje Senicic
- CMEM memory block increased to 512MB to enable TIDL using 4xEVE and 2xDSP Signed-off-by: Djordje Senicic <x0157990@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-06-20cmem: Add CMEM 384MB block to dra76xx to enable opencl and tidlDjordje Senicic
Signed-off-by: Djordje Senicic <x0157990@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-06-19ti-uio: rebase pru-uio device tree filesGou, Hongmei
* Update mdio register entries to use the full address * For AM571x, remove the entries which are available after using DT overlay Signed-off-by: Hongmei Gou <h-gou@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2018-09-05linux-ti-staging: Restore removed CMEM block in AM574xDjordje Senicic
* Both CMEM blocks 0 and 1 are required for OpenVX. Signed-off-by: Djordje Senicic <x0157990@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2018-08-22linux-ti-staging: Increase CMEM for am574x onlyDjordje Senicic
* CMEM increased to 384MB is required by TIDL to run both DSP and EVEs concurrently Signed-off-by: Djordje Senicic <x0157990@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2018-05-16linux-ti-staging: ti-uio: rebase pru-uio mdio entries to use offset for regHongmei Gou
Signed-off-by: Hongmei Gou <a0271529@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2017-12-05linux: ti-uio: include pru-uio device tree file for am574xHongmei Gou
Signed-off-by: Hongmei Gou <a0271529@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2017-09-28linux-ti-staging: include pru-uio device tree files for am571x and k2gHongmei Gou
* The pru-uio device tree file for am572x is also updated to support icss-emac-lld in Linux userspace. * The new dtbs are added only if ENABLE_TI_UIO_DEVICES is enabled. Signed-off-by: Hongmei Gou <a0271529@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-12-09cmem: add support for memory carveouts of dra71 variantDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-11-15cmem: add special handling for dra72x variantDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-09-16linux: add new method for cmem injectionJacob Stiffler
* Add new method to perform CMEM DT injection as it is required to customize at a finer level than machine. * Now CMEM injection can be performed per DT. Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-06-01linux-ti-staging: Update uio entries for am572xSam Nelson
Rearranged memory sections Added additional memory section to accomodate required sections more than 8 Incremented PR append for linux-ti-staging Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-05-26linux-ti-staging: Update pru uio dtb entriesSam Nelson
added additional entries to allow access to ecap and uart regions Update Kernel PR to force rebuild Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-05-18linux-ti-staging: Add new device tree target am572x-idk-pru-excl-uio.dtbSam Nelson
This new device tree file is to support pruss with uio based drivers alone. Adds uio entries for pruss susbsystem and disables other drivers controlling the same. New dtb is added only if ENABLE_TI_UIO_DEVICES is enabled. Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-02-01linux: cmem: Update reserved CMEM regionsJacob Stiffler
* dra7xx: - Increase DDR region required to pass OpenCL conformance - Add OCMC region * k2e-evm, k2l-evm: - Add reserved regions for these machines Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2015-10-29linux: cmem.inc: Implement way to configure more complex CMEM configJacob Stiffler
* Supply the entire cmem.dtsi per machine - Disabled by default - Currently only supported for dra7xx and k2hk-evm * Enable by setting RESERVE_CMEM = "1" Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>