aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2020-08-26ti-sci-fw: pick up u-boot-spl.bin from sysroot and simplify dependencyDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2020-08-26u-boot-ti: deploy u-boot-spl.bin for all K3 and add staging into sysrootDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2020-08-26rtos, pdk, csl: bump PE where versions went backwards due to revertsDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2020-08-26rtos, gcc-arm-none-eabi: Rename gcc-arm-none-eabi -> gcc-arm-baremetalDenys Dmytriyenko
Rename gcc-arm-none-eabi to gcc-arm-baremetal. As meta-arm now provides baremetal gcc-arm-none-eabi version 9, and due to layer priorities, let's rename gcc-arm-none-eabi to gcc-arm-baremetal to force picking the right version for RTOS builds. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2020-08-26Revert "ti-sysbios: upgrade 6.76.03.01 -> 6.82.01.19"Denys Dmytriyenko
This reverts commit 0bdb11bd04284f46c9a34efe390acd1cd85fb674. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2020-08-26Revert "ti-ndk: upgrade 3.61.01.01 -> 3.75.01.01"Denys Dmytriyenko
This reverts commit f0aa865fe966914817652084d50158060a94350d. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2020-08-26Revert "ti-ns: upgrade 2.60.01.06 -> 2.75.00.17"Denys Dmytriyenko
This reverts commit 292aed84fbb83c6c7ff163f31a598711f738d8db. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2020-08-26Revert "ti-xdctools: upgrade 3.55.02.22 -> 3.61.00.16"Denys Dmytriyenko
This reverts commit 4d2441931c0e3c15c59e82c084c97d4ac9bc9c29. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2020-08-26Revert "ti-cgt7x: upgrade 1.2.0 -> 1.3.0"Denys Dmytriyenko
This reverts commit ce230a6b15fc788963cc869cd3a57d08d4c32f15. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2020-08-26Revert "ti-cgt-arm: upgrade 18.12.5 -> 20.2.0"Denys Dmytriyenko
This reverts commit 82a33143d144910714163e2446dc9b214cadfbe0. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2020-08-26Revert "gcc-arm, gcc-aarch64: upgrade baremetal gcc compilers to 9.2-2019.12"Denys Dmytriyenko
This reverts commit 3a657f7d350149dc277e735d96ef2d66360a3ac3. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2020-08-26Revert "edma3-lld: update to the latest"Denys Dmytriyenko
This reverts commit f2419cdd2dd3bf442b7abb9101168fb6a1243a1d. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2020-08-26Revert "HACK: ipumm: Temporary work-around for linker error with XDC tools ↵Denys Dmytriyenko
upgrade" This reverts commit 33b0e937b77894e0402d42e3798f48309a03fdce. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2020-08-26Revert "ti-pdk-fetch: update to REL.CORESDK.07.00.00.24 tag"Denys Dmytriyenko
This reverts commit 1d66c14e43bc7a3737de296eb43b7d8672b45e90. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2020-08-26Revert "ti-pdk-fetch: update to 07.00.00.34"Denys Dmytriyenko
This reverts commit 380d55bd0aee5105e16c996bd4e8d79357b8389f. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2020-08-26Revert "common-csl-ip: update to REL.CORESDK.07.00.00.24"Denys Dmytriyenko
This reverts commit 0085345562e893ce2b9b684d0599c094f022af0f. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2020-08-26Revert "common-csl-ip: update to 07.00.00.34"Denys Dmytriyenko
This reverts commit f2b2b2095f1a9d3ef705f7518d9db1e3141da2fb. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2020-08-20ti-rtos-metadata: expand compatibility to ti-soc, but deploy only k3 for nowDenys Dmytriyenko
This is needed for future support and to make CI prep step machine-agnostic. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2020-08-20ti-rtos-firmware: add recipe for RTOS FW binary integrationDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2020-08-20ti-rtos-metadata: add recipe to fetch and deploy metadata.inc for RTOS FW ↵Denys Dmytriyenko
binary integration Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2020-08-20ti-display-sharing-fw: remove deprecated firmwareDenys Dmytriyenko
Display sharing is not supported in K5.4+ and corresponding FW is now obsolete. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2020-08-19pru-icss: revert part of the last change that moved rpmsg_lib.lib to base_libdirDenys Dmytriyenko
As part of replacing hard-coded /lib with ${base_libdir}, rpmsg_lib.lib was also mistakenly moved from ${libdir} to ${base_libdir}, which is incorrect and breaks other recipes, when they try to link against this library from ${libdir}. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2020-08-19conf: machine: j7200-evm: Add Jailhouse overlayNikhil Devshatwar
j7200-evm supports virtualization with Jailhouse hypervisor. To use Jailhouse, kernel needs to boot with an additional DTB overlay. Include this in the list of DTBs for the machine. Signed-off-by: Nikhil Devshatwar <nikhil.nd@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2020-08-19linux-ti-staging: Update to the latest 5.4.58 stable releaseDan Murphy
Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2020-08-19recipes-kernel: jailhouse: Add support for machine j7200-evmNikhil Devshatwar
Initialize the cell names and console for the j7200-evm machine Signed-off-by: Nikhil Devshatwar <nikhil.nd@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2020-08-18conf/machine: introduce new j7200 platformDenys Dmytriyenko
The J7200 SoC is a part of the K3 Multicore SoC architecture platform. It is targeted for automotive gateway, vehicle compute systems, Vehicle-to-Vehicle (V2V) and Vehicle-to-Everything (V2X) applications. The SoC aims to meet the complex processing needs of modern embedded products. Some highlights of this SoC are: * Dual Cortex-A72s in a single cluster, two clusters of lockstep capable dual Cortex-R5F MCUs and a Centralized Device Management and Security Controller (DMSC). * Configurable L3 Cache and IO-coherent architecture with high data throughput capable distributed DMA architecture under NAVSS. * Integrated Ethernet switch supporting up to a total of 4 external ports in addition to legacy Ethernet switch of up to 2 ports. * Upto 1 PCIe-GEN3 controller, 1 USB3.0 Dual-role device subsystems, 20 MCANs, 3 McASP, eMMC and SD, OSPI/HyperBus memory controller, I3C and I2C, eCAP/eQEP, eHRPWM among other peripherals. * One hardware accelerator block containing AES/DES/SHA/MD5 called SA2UL management. See J7200 Technical Reference Manual (SPRUIU1, June 2020) for further details: https://www.ti.com/lit/pdf/spruiu1 Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2020-08-18u-boot-ti: add support for the new j7200 platformDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2020-08-18ti-sci-fw: add support for the new j7200 platformDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2020-08-18u-boot-ti-staging: update to the latestDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2020-08-18linux-ti-staging: update to the latestDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2020-08-18ti-sci-fw: upgrade 2020.06 -> 2020.07-rc2Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2020-08-18Replace hard-coded lib with base_libdir variableAlessio Igor Bogani
Signed-off-by: Alessio Igor Bogani <alessio.bogani@elettra.eu> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2020-08-17recipes-kernel: jailhouse: Update SRCREV to latestNikhil Devshatwar
Signed-off-by: Nikhil Devshatwar <nikhil.nd@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2020-08-14wl18xx-calibrator: Fix build with -fno-commonKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2020-08-07conf/machine: clean up MACHINE_FEATURES for k3/j7/am65 familiesDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2020-08-06linux-ti-staging: update to 5.4.54Dan Murphy
Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2020-08-06ti-sci-fw: set PV inside .inc so it's easier to update 3 filesDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2020-08-06ti-sci-fw: rename k2g specific version with PV in the nameDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2020-08-06u-boot-ti-staging: update to the latestDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2020-08-06linux-ti-staging: update to the latestDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2020-07-31u-boot-ti-staging: update to the latestDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2020-07-31linux-ti-staging: update to 5.4.52Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2020-07-27ti-sci-fw: update 2020.04a -> 2020.06Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2020-07-13cpsw9g-eth-fw: Update SRCREV to latestPrasad Jondhale
Signed-off-by: Prasad Jondhale <prasad.jondhale@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2020-07-08linux-ti-staging: Package PRU HSR, PRP firmware for AM3/AM4/AM57xxMurali Karicheri
AM3/4/5 PREUTH driver now supports HSR/PRP offload driver. So include these firmwares for the required SoCs. Signed-off-by: Murali Karicheri <m-karicheri2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2020-07-08prueth-hsr/prp: add hsr/prp firmware recipe for version 2.15.23Murali Karicheri
This patch adds recipe for hsr/prp firmware on am3/4/5 SoCs. The binary files are located on ti-linux-firmware.git. This is a forward port of the recipe from processor sdk 6.3 Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Murali Karicheri <m-karicheri2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2020-06-04common-csl-ip: update to 07.00.00.34Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2020-06-04ti-pdk-fetch: update to 07.00.00.34Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2020-06-04linux-ti-staging: update to 07.00.00.005 tagDan Murphy
Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2020-06-04u-boot-ti-staging: update to 07.00.00.005 tagDan Murphy
Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>