summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ti-linux-fw: Bump to 08.02.00.002 release08.02.00.002Ryan Eatmon2022-02-101-1/+1
| | | | | | Updated the ti-linux-fw version for 08.02.00.002 Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* u-boot-ti-staging: Bump to 08.02.00.002 releaseRyan Eatmon2022-02-101-2/+2
| | | | | | Updated the u-boot version for 08.02.00.002 Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* linux-ti-staging-rt: Bump to 08.02.00.002 releaseRyan Eatmon2022-02-101-1/+1
| | | | | | Updated the linux rt version for 08.02.00.002 Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* linux-ti-staging: Bump to 08.02.00.002 releaseRyan Eatmon2022-02-101-1/+1
| | | | | | Updated the linux version for 08.02.00.002 Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* conf/machine/am57xx-evm: add overlay for OV10635 sensorKevin Hilman2022-02-101-0/+1
| | | | | | | | | | The VIP camera capture driver recently ported to ti-linux-5.10.y adds a DT overlay for the OV10635 camera sensor. Add this to KERNEL_DEVICTREE so it's added to the artifacts. Signed-off-by: Kevin Hilman <khilman@baylibre.com> Reviewed-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* cnm-wave-fw: Split firmware name into target and sourceRyan Eatmon2022-02-091-2/+4
| | | | | | | | We need to control both the source name of the firmware and the target name, so split the current variable into two and update the install command. Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* ti-linux-fw: Bump to 08.02.00.001 release08.02.00.001Ryan Eatmon2022-02-071-3/+3
| | | | | | | Updated the ti-linux-fw version for 08.02.00.001 - Changed CORESDK_RTOS_VERSION version to 08.02.00.04 Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* u-boot-ti-staging: Bump to 08.02.00.001 releaseRyan Eatmon2022-02-071-2/+2
| | | | | | Updated the u-boot version for 08.02.00.001 Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* linux-ti-staging-rt: Bump to 08.02.00.001 releaseRyan Eatmon2022-02-071-1/+1
| | | | | | Updated the linux rt version for 08.02.00.001 Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* linux-ti-staging: Bump to 08.02.00.001 releaseRyan Eatmon2022-02-071-1/+1
| | | | | | Updated the linux version for 08.02.00.001 Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* ipc: ti-rpmsg-char: Update library to 0.4.0Hari Nagalla2022-02-071-3/+3
| | | | | | | | Update the ti-rpmsg-char library to 0.4.0 version that enables the support for j721s2 SoC family remote processors. Signed-off-by: Hari Nagalla <hnagalla@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* u-boot-ti: Support binman image generationRoger Quadros2022-02-041-1/+1
| | | | | | | | | | | | | We are now using binman to generate the images for K3 AM64 in u-boot. tools/binman/binman needs python3-setuptools so add it to DEPENDS. Reported-by: Praneeth Bajjuri <praneeth@ti.com> Suggested-by: Denys Dmytriyenko <denis@denix.org> Signed-off-by: Roger Quadros <rogerq@kernel.org> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* cnm-wave-fw: lock the compatiable machine to j721s2-evmRyan Eatmon2022-02-042-2/+2
| | | | | | | The original recipe listed the compatible platforms to all of j7, but at this time it is limited to j721s2-evm. Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* Revert "ti-sci-fw: Fix for k3-image-gen issue for combined boot images"Praneeth Bajjuri2022-02-023-70/+1
| | | | | | | | | | | | This reverts commit d29025f7e868bea6299b55caf78e684fc647be33. * associated fix in k3-image-gen is picked up now. commit 892c86501ff7 ("Makefile: Skip signing of binaries for HS combined boot") hence its no longer needed to carry the same fix from meta-ti here. Signed-off-by: Praneeth Bajjuri <praneeth@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* ti-linux-fw: Bump up TIFS and DM to v2022.01Praneeth Bajjuri2022-02-021-4/+4
| | | | | | | | | | Update ti-linux-firmware and k3-image-gen to pick latest TIFS and DM v2022.01 This version also adds support to j721s2 Signed-off-by: Praneeth Bajjuri <praneeth@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* cnm-wave-fw: Fix name of firmware for j721s2Ryan Eatmon2022-02-021-5/+6
| | | | | | | Update the name of the firmware for j721s2 as the file was renamed. Also, fix a typo in the variable name. Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* recipes-ti/ti-rtos-bin: Fix unavailable binary pathHari Nagalla2022-02-011-1/+1
| | | | | | | | | | Lets fix the missing switch firmware binary to point to ping binary instead. If we attempt to start alternate CPU, we get a very beserk system. Signed-off-by: Hari Nagalla <hnagalla@ti.com> Signed-off-by: Nishanth Menon <nm@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* recipes-bsp: Add cnm-wave-fw firmware recipeNishanth Menon2022-02-013-0/+45
| | | | | | | | Add firmware recipe to add the Wave521cl firmware pieces in for j7 platform. Signed-off-by: Nishanth Menon <nm@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* recipies-ti: ti-rtos-firmware: Fixup typo for rtos firmwareNishanth Menon2022-02-011-8/+8
| | | | | Signed-off-by: Nishanth Menon <nm@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* recipes-bsp/ti-rtos: Define the TARGET and ALTERNATE_TARGET as well.Nishanth Menon2022-02-011-1/+18
| | | | | | | Dont forget the alternate-target as well. Signed-off-by: Nishanth Menon <nm@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* ti-rtos-bin: Add j721s2Nishanth Menon2022-02-011-0/+38
| | | | | | | | Lets keep ethernet switch firmware disabled till we can actually integrate it. Signed-off-by: Nishanth Menon <nm@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* recipes-bsp/ti-rtos: Use target_c7x_0 instead of just c7xNishanth Menon2022-02-013-6/+6
| | | | | | | Lets enumerate the C7x target instead of defaulting as a since C7x. Signed-off-by: Nishanth Menon <nm@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* trusted-firmware-a: Add support for alternate consoleNishanth Menon2022-02-011-0/+2
| | | | | | | | | | Actual systems may choose to use a different console from the default Allow the machine configurations to describe the same. Since the option provided is custom to TI K3, make this a k3 product override capability. Signed-off-by: Nishanth Menon <nm@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* optee-os: Add support for alternate consoleNishanth Menon2022-02-011-0/+2
| | | | | | | | | | | Actual systems may choose to use a different console from the default Allow the machine configurations to describe the same. Since the option provided is custom to TI K3, make this a k3 product override capability. Signed-off-by: Nishanth Menon <nm@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* machine: Add j721s2 evm configurationNishanth Menon2022-01-244-2/+60
| | | | | Signed-off-by: Nishanth Menon <nm@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* ti-sgx-ddk-km: update srcrev to pick latestPraneeth Bajjuri2022-01-072-39/+3
| | | | | | | | | | | | Update the srcrev to pick the latest of ti-img-sgx/1.17.4948957/k5.10. commit eaa9fcd3acff ("km: support OpenEmbedded hardfp toolchain w/o -gnueabihf suffix") is not picked up on the sdk-ddk-km repo already, hence removing the patch from here. commit eda7780bfd52 ("Fix driver config for 5.10 kernel") fixes graphics init failures on sgx platforms Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
* conf: am437xx-evm: re-introduce required DTBs for HDMI supportAmjad Ouled-Ameur2021-12-161-2/+2
| | | | | | | | | | | | | | | | | | | | | | commit ba0ddc5ae9eb ("conf: am437xx-evm: Remove non-existent dtb* from 5.10") removed all non-existent dtb* for am437xx-evm as they were not available on linux 5.10 branch at that time. This patch reintroduces following HDMI DTBs. - am437x-gp-evm-hdmi.dtb - am43x-epos-evm-hdmi.dtb The required dts have been added to the 5.10LTS by these two following commits: - https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/commit/arch/arm/ boot/dts/am437x-gp-evm-hdmi.dts?h=ti-linux-5.10.y&id=25434078d3f93d1346af5 e52e0f150f9083321d8 - https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/commit/arch/arm/ boot/dts/am43x-epos-evm-hdmi.dts?h=ti-linux-5.10.y&id=c5114144b568e470a8f6 e613f7c6e8b88ad19d7e Signed-off-by: Amjad Ouled-Ameur <aouledameur@baylibre.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* Revert "ti-sci-fw: k3-image-gen: Revert SPL address change for mainline"Nishanth Menon2021-12-102-47/+0
| | | | | | | | | | | | | This reverts commit d5db41417295fe05a293f6d4d77a65ef6563f6ed. We should'nt have to carry patches for u-boot or kernel, since the upstream is now fixed since 5.14 kernel and u-boot 2021.10 tag onwards, lets revert the patch to allow upstream to work with 5.15+ kernel and 2021.10 u-boot (from the already applied commit cae609388f19 "recipes-bsp: u-boot-ti-mainline: Update to v2021.10 release"). Signed-off-by: Nishanth Menon <nm@ti.com> Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
* linux-ti-mainline: Bump kernel version to v5.15Ryan Eatmon2021-12-101-4/+4
| | | | | | | | | | | This adds up numerous fixes for various k3 platforms. While at it, bump the ti-upstream-tools repo as this sync up gives us: config: audio_display: Update cdns-mhdp configs Signed-off-by: Ryan Eatmon <reatmon@ti.com> Signed-off-by: Nishanth Menon <nm@ti.com> Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
* linux-ti-staging: block sa2ul for am64x hs and j7200 hs device08.01.00.006Yogesh Siraswar2021-12-101-1/+7
| | | | | | | | SA2UL GP driver will not work for HS. Need SA2UL HS driver. Till it is implemented blacklist sa2ul for am64xx hs and j7200 hs Change Suggested by: Denys Dmytriyenko <denis@denix.org> Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
* conf: j7200-hs: fix the wrong machine configuration includedYogesh Siraswar2021-12-101-1/+1
| | | | | | j7-evm instead of j7200-evm was included causing boot failure Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
* ti-sci-fw: Fix for k3-image-gen issue for combined boot imagesYogesh Siraswar2021-12-092-0/+69
| | | | | | | This is temporary fix for combined boot images for KIG in meta-ti till the patch is integrated. Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
* u-boot-ti-staging: Bump u-boot version for 08.01.00.006Praneeth Bajjuri2021-12-061-2/+2
| | | | | | u-boot bump for 08.01.00.006 release Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
* linux-ti-staging: Bump linux version for 08.01.00.006Praneeth Bajjuri2021-12-062-2/+2
| | | | | | Bump linux and rt-linux version to 08.01.00.006 Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
* videnc-test-app: Add the videnc-test-app recipeSidraya2021-12-061-0/+18
| | | | | | | | | The videnc-test-app provides the video encoder test app (tienc_encode) for j7-evm. Signed-off-by: David Huang <d-huang@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Sidraya <sidraya.bj@pathpartnertech.com>
* viddec-test-app: Add the viddec-test-app recipeSidraya2021-12-061-0/+18
| | | | | | | | | | The viddec-test-app provides the video decoder test app (tidec_decode) for j7-evm. Signed-off-by: David Huang <d-huang@ti.com> Signed-off-by: Angela Stegmaier <angelabaker@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Sidraya <sidraya.bj@pathpartnertech.com>
* vxd-dec-fw: Move firmware one folder up in targetYogesh Siraswar2021-12-031-2/+2
| | | | | | | The application expects the pvdec_full_bin.fw to be in /lib/fimware directory. Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
* pru-icss_git.bb: update to PSSP v6.0.1Nick Saulnier2021-12-021-2/+2
| | | | | | | Found a bug in the PRU_ICSSG examples in PSSP v6.0.0, fixed in v6.0.1. Signed-off-by: Nick Saulnier <nsaulnier@ti.com> Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
* j7-hs-evm: Correct image boot file causing build error08.01.00.005Yogesh Siraswar2021-11-191-1/+1
| | | | | | Correct the boot image file that is causing build error Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
* linux-ti-staging-rt: Bump linux rt version for 08.01.00.005Ryan Eatmon2021-11-181-1/+1
| | | | | | Bump linux rt version to 08.01.00.005 Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* linux-ti-staging: Bump linux version for 08.01.00.005Ryan Eatmon2021-11-181-1/+1
| | | | | | Bump linux for 08.01.00.005 release Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* u-boot-ti-staging: Bump u-boot version for 08.01.00.005Ryan Eatmon2021-11-181-2/+2
| | | | | | u-boot bump for 08.01.00.005 release Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* wic: revert grub-efi patchYogesh Siraswar2021-11-192-12/+1
| | | | | | Revert "conf/machine: k3: Enable grub-efi by default in wic images" This reverts commit d0b09833b44fa23cce86fd99dd8ca6631c61c476.
* j721e-sr1_1: Add j721e sr1.1 HS supportYogesh Siraswar2021-11-195-1/+24
| | | | | | | | | | | This patch adds support for J721e HS SR1.1 HS SR1.1 requires updated sysfw binary. Both SR1.0 and SR1.1 sysfw binary will be generated. sysfw.itb will point to SR1.1 This patch requires J7 SR 1.1 support in K3 Image gen. Signed-off-by: Yogesh Siraswar <yogeshs@ti.com> Reviewed-by: Denys Dmytriyenko <denys@konsulko.com>
* vxd-dec-fw: Add the recipe for vxd-dec-fwPraneeth Bajjuri2021-11-184-2/+93
| | | | | | | | | Add the firmware packaging recipe for the video decoder for j721e. Signed-off-by: Praneeth Bajjuri <praneeth@ti.com> Signed-off-by: Yogesh Siraswar <yogeshs@ti.com> Reviewed-by: Denys Dmytriyenko <denys@konsulko.com>
* j7200-hs: changes to support new hs platformYogesh Siraswar2021-11-164-0/+36
| | | | | | | | | | Changes to support new j7200 hs platform in: 1) optee: sign the image 2) atf: sign the image 3) u-boot: Add u-boot-spl image for combined boot image 4) ti-sci-fw_git: Update firmware prefix for j7200 hs Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
* ti-rtos-firmware: Add j7200 hs supportYogesh Siraswar2021-11-161-0/+34
| | | | | | | | | We cannot use j7200 keyword for match b'n j7200-evm and j7200-hs-evm due to existing j7 keyword, we need to duplicate all the j7200 entries for hs. Also sign the DM firmware for J7200 similar to J7 HS Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
* conf: machine: Add j7200 hs platformYogesh Siraswar2021-11-162-0/+35
| | | | | | | Machine conf for J7200 HS platform. Used am64xx hs and j721e hs as reference. Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
* conf: machine : am65xx: Add missing dtboYogesh Siraswar2021-11-151-0/+1
| | | | | | Added missing dtbo k3-am654-evm-ov5640.dtbo required for system test Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
* conf: machine: am64xx: Add missing dtboYogesh Siraswar2021-11-151-0/+1
| | | | | | Add missing k3-am642-evm-nand.dtbo required for system test Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>