summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* linux-ti-staging-rt: Bump to 08.04.00.005 release08.04.00.005Ryan Eatmon2022-07-261-1/+1
| | | | | | Updated the linux rt version for 08.04.00.005 Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* linux-ti-staging: Bump to 08.04.00.005 releaseRyan Eatmon2022-07-261-1/+1
| | | | | | Updated the linux version for 08.04.00.005 Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* u-boot-ti-staging: Bump to 08.04.00.005 releaseRyan Eatmon2022-07-261-2/+2
| | | | | | Updated the u-boot version for 08.04.00.005 Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* kernel u-boot: Fix formulation of LOCALVERSIONRyan Eatmon2022-07-252-2/+2
| | | | | | | | | | devtool does not work with the current formulation of the LOCALVERSION variables. We need to use SRCPV to avoid AUTOREV on bleeding builds, but there will be no + in the string, so we cannot split on that. Just use SRCPV directly. Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* j7200-hs-evm-k3r5: Move J7200 HS evm support to PG2.0Jonathan Humphreys2022-07-252-2/+2
| | | | | | | | With J7200 PG1.0 being deprecated, use PG2.0 sysfw when building images for j7200-hs-evm. Also update k3-image-gen version to support this change. Signed-off-by: Jonathan Humphreys <j-humphreys@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* x-load: Remove reference to arago-project.orgRyan Eatmon2022-07-201-1/+1
| | | | | | | | | arago-project.org is being shut down in August. This commit changes the last recipes that point to that old site to point to git.ti.com, or just rmeove the reference entirely. Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* k3conf: update SRCREV to add j721S2 fixesBryan Brattlof2022-07-201-1/+1
| | | | | | | update the SHA for k3conf to pickup the j721s2 fixes Signed-off-by: Bryan Brattlof <bb@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* j7-hs-evm-k3r5: do not create generic sysfw.itb symlinkDenys Dmytriyenko2022-07-201-0/+1
| | | | | | | | | | Commit bdceaa05aca9d3685ebfefbe7b7b60e2fd33789f added SR1.1 support for J721e HS with the idea that the default sysfw.itb will point to SR1.1. For that to work, the config for SR1 has to explicitly disable creating such symlink. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* ti-img-encode-decode: Lock test app to j7-evmRyan Eatmon2022-07-142-0/+4
| | | | | | | | The test app is not compatible with later versions of j7, so add COMPATIBLE_MACHINE to lock these recipes down to just j7-evm and j7-hs-evm. Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* conf: am43: avoid missing dtb files when ARAGO_BRAND=mainlineDrew Fustini2022-07-121-2/+4
| | | | | | | | For ARAGO_BRAND=mainline with the am43xx machines, avoid the inclusion of device tree files that do not exist upstream. Signed-off-by: Drew Fustini <dfustini@baylibre.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* conf: dra7xx-evm: avoid missing dtb files when ARAGO_BRAND=mainlineDrew Fustini2022-07-121-1/+1
| | | | | | | | For ARAGO_BRAND=mainline with the dra7xx-evm MACHINE, avoid the inclusion of device tree files that do not exist upstream. Signed-off-by: Drew Fustini <dfustini@baylibre.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* conf: am57xx-evm: avoid missing dtb files when ARAGO_BRAND=mainlineDrew Fustini2022-07-121-3/+3
| | | | | | | | For ARAGO_BRAND=mainline with the am57xx-evm MACHINE, avoid the inclusion of device tree files that do not exist upstream. Signed-off-by: Drew Fustini <dfustini@baylibre.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* linux-ti-staging-rt: Bump to 08.04.00.004 release08.04.00.004Ryan Eatmon2022-07-071-1/+1
| | | | | | Updated the linux rt version for 08.04.00.004 Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* linux-ti-staging: Bump to 08.04.00.004 releaseRyan Eatmon2022-07-071-1/+1
| | | | | | Updated the linux version for 08.04.00.004 Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* u-boot-ti-staging: Bump to 08.04.00.004 releaseRyan Eatmon2022-07-071-2/+2
| | | | | | Updated the u-boot version for 08.04.00.004 Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* conf: machine: j721s2: add new dtb for GESIRyan Eatmon2022-07-061-0/+1
| | | | | | | | | | The following commits in ti-linux-5.10.y kernel has introduced a new dtb. commit: 9b05b2a89ff ("arm64: dts: ti: Add overlay for GESI to enable main CPSW2G in J721S2") This patch on j721s2 conf is to include the new dtb. Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* linux-ti-staging: Unblock SA2UL for AM64x and J7200 HS devices08.04.00.003Andrew Davis2022-06-301-6/+0
| | | | | | | | The SA2UL driver now works on HS devices, unblock this. Signed-off-by: Andrew Davis <afd@ti.com> Reviewed-by: Praneeth Bajjuri <praneeth@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* optee-os: Use software RNG on AM62x and J721s2Andrew Davis2022-06-301-0/+4
| | | | | | | | | | The TRNG driver is not currently functional for these two platforms. Disable the TRNG driver until fixed. Reported-by: Vignesh Raghavendra <vigneshr@ti.com> Signed-off-by: Andrew Davis <afd@ti.com> Reviewed-by: Praneeth Bajjuri <praneeth@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* linux-ti-staging-rt: Bump to 08.04.00.003 releaseRyan Eatmon2022-06-301-1/+1
| | | | | | Updated the linux rt version for 08.04.00.003 Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* linux-ti-staging: Bump to 08.04.00.003 releaseRyan Eatmon2022-06-301-1/+1
| | | | | | Updated the linux version for 08.04.00.003 Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* u-boot-ti-staging: Bump to 08.04.00.003 releaseRyan Eatmon2022-06-301-2/+2
| | | | | | Updated the u-boot version for 08.04.00.003 Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* linux-ti-staging: CI/CD Auto-Merger: cicd.2022.06.28.12:11:17LCPD Automation Script2022-06-281-1/+1
| | | | | | | Updated the value(s) for: SRCREV Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* linux-ti-staging-rt: CI/CD Auto-Merger: cicd.2022.06.28.12:11:17LCPD Automation Script2022-06-281-1/+1
| | | | | | | Updated the value(s) for: SRCREV Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* u-boot-ti-staging: CI/CD Auto-Merger: cicd.2022.06.28.12:11:17LCPD Automation Script2022-06-281-1/+1
| | | | | | | Updated the value(s) for: SRCREV Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* conf: machine: wic: Fix j721s2-hs-evm image boot partition08.04.00.002Ryan Eatmon2022-06-231-2/+1
| | | | | | | This patch is to align with a recent change to how the HS platforms are setup in the /boot partition. Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* ti-linux-fw: Bump to 08.04.00.002 releaseRyan Eatmon2022-06-231-2/+2
| | | | | | Updated the ti-linux-fw version for 08.04.00.002 Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* linux-ti-staging-rt: Bump to 08.04.00.002 releaseRyan Eatmon2022-06-231-1/+1
| | | | | | Updated the linux rt version for 08.04.00.002 Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* linux-ti-staging: Bump to 08.04.00.002 releaseRyan Eatmon2022-06-231-1/+1
| | | | | | Updated the linux version for 08.04.00.002 Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* u-boot-ti-staging: Bump to 08.04.00.002 releaseRyan Eatmon2022-06-231-2/+2
| | | | | | Updated the u-boot version for 08.04.00.002 Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* conf: machine: wic: Fix HS image boot partitionManorit Chawdhry2022-06-235-10/+7
| | | | | | | | | | | | | | IMAGE_BOOT_FILES was being overwritten in the HS recipes leading to incomplete binaries in /boot and the naming of the binaries were not correct. Fixes /boot partition for HS devices. Signed-off-by: Manorit Chawdhry <m-chawdhry@ti.com> [afd: Extended fix to all HS platforms] Signed-off-by: Andrew Davis <afd@ti.com> Acked-by: Manorit Chawdhry <m-chawdhry@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* k3conf: update SRCREV to add J721S2 supportBryan Brattlof2022-06-231-1/+1
| | | | | | | update the SHA of k3conf to pickup j721s2 support Signed-off-by: Bryan Brattlof <bb@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* optee: Upgrade to upstream 3.17.0Andrew Davis2022-06-208-75/+15
| | | | | | | | | | | | | | | | | | | Update to the latest upstream master which is 3.17. We do this to add HUK and AM64x/AM62x support. With this we need to also switch OPTEEMACHINE for AM64x/AM62x. To build against the latest OP-TEE the support recipes need updated also. Move these here into meta-ti so that builds will still work when not using meta-arago-distro. The fix patches do not look to be needed anymore. While here switch to git checkout with https. NOTE: The latest OP-TEE requires SYSFW 8.04+ Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* trusted-firmware-a: Update to latest upstream masterAndrew Davis2022-06-201-3/+1
| | | | | | | | | | | For TF-A we work against upstream first, our fork has only been used in the rare cases we need to ship a feature before we can get it upstream. This is not currently the case so lets switch to upstream repo until there is a need for our fork. Signed-off-by: Andrew Davis <afd@ti.com> Reviewed-by: Praneeth Bajjuri <praneeth@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* ti-linux-fw: Bump to 08.04.00.001 release08.04.00.001Ryan Eatmon2022-06-161-2/+2
| | | | | | Updated the ti-linux-fw version for 08.04.00.001 Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* linux-ti-staging-rt: Bump to 08.04.00.001 releaseRyan Eatmon2022-06-161-2/+2
| | | | | | Updated the linux rt version for 08.04.00.001 Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* linux-ti-staging: Bump to 08.04.00.001 releaseRyan Eatmon2022-06-161-2/+2
| | | | | | Updated the linux version for 08.04.00.001 Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* u-boot-ti-staging: Bump to 08.04.00.001 releaseRyan Eatmon2022-06-161-2/+2
| | | | | | Updated the u-boot version for 08.04.00.001 Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* u-boot: Bump to verison that supports j721s2-hs-evmRyan Eatmon2022-06-151-1/+1
| | | | Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* cnm-wave-fw: add compatible for j721s2-hs-evmJayesh Choudhary2022-06-152-1/+3
| | | | | | | Add the HS platform to the compatible list in the recipe. Signed-off-by: Jayesh Choudhary <j-choudhary@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* ti-graphics: Add j721s2-hs-evm as a compatible machineJayesh Choudhary2022-06-152-2/+5
| | | | | | | Add HS platform to the list of compatible machines. Signed-off-by: Jayesh Choudhary <j-choudhary@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* j721s2-hs: changes to support new hs platformJayesh Choudhary2022-06-154-0/+36
| | | | | | | | | | | Changes to support new j721s2-hs platform in: 1) ti-sci-fw_git: Update firmware prefix for j721s2-hs 2) atf: sign the image 3) u-boot: Add u-boot-spl image for combined boot image 4) optee: sign the image Signed-off-by: Jayesh Choudhary <j-choudhary@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* ti-rtos-firmware: Add j721s2 hs supportJayesh Choudhary2022-06-151-0/+46
| | | | | | | | | Sign the DM firmware for j721s2 similar to j7200 hs. Duplicate all j721s2 entries for j721s2-hs as we cannot use same keyword for match between j721s2-evm and j721s2-hs-evm. Signed-off-by: Jayesh Choudhary <j-choudhary@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* conf: machine: Add j721s2 hs platformJayesh Choudhary2022-06-152-0/+35
| | | | | | | | Machine conf for J721S2 HS platform. Used j7200 hs as reference. Signed-off-by: Jayesh Choudhary <j-choudhary@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* conf: machine: am64xx: Add missing dtboAndrew Davis2022-06-131-0/+1
| | | | | | | | Add missing k3-am642-evm-icssg1-dualemac-mii.dtbo. Reported-by: Judith Mendez <jm@ti.com> Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* ti-linux-fw: Bump to 08.03.00.005 release08.03.00.005Ryan Eatmon2022-05-201-1/+1
| | | | | | Updated the ti-linux-fw version for 08.03.00.005 Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* linux-ti-staging-rt: Bump to 08.03.00.005 releaseRyan Eatmon2022-05-201-1/+1
| | | | | | Updated the linux rt version for 08.03.00.005 Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* linux-ti-staging: Bump to 08.03.00.005 releaseRyan Eatmon2022-05-201-1/+1
| | | | | | Updated the linux version for 08.03.00.005 Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* u-boot-ti-staging: Bump to 08.03.00.005 releaseRyan Eatmon2022-05-201-2/+2
| | | | | | Updated the u-boot version for 08.03.00.005 Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* conf: machine: am62xx: add new dtb for low-powerPraneeth Bajjuri2022-05-181-0/+2
| | | | | | | | | | | | | | The following commits in ti-linux-5.10.y kernel has introduced new dtbs. a minimal skeleton and a lpm (low-power-mode) demo dtb. commit c161df7b1ea0 ("arm64: dts: ti: Introduce k3-am625-sk-lpmdemo") commit 61df7fcf9307 ("arm64: dts: ti: introduce minimal dt for am625") This patch on am62xx conf is to include the new dtbs. Reported-by: Dave Gerlach <d-gerlach@ti.com> Signed-off-by: Praneeth Bajjuri <praneeth@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* ti-linux-fw: Bump to 08.03.00.004 release08.03.00.004Ryan Eatmon2022-05-161-1/+1
| | | | | | Updated the ti-linux-fw version for 08.03.00.004 Signed-off-by: Ryan Eatmon <reatmon@ti.com>