summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2022-06-23conf: machine: wic: Fix j721s2-hs-evm image boot partition08.04.00.002Ryan Eatmon
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>
2022-06-23ti-linux-fw: Bump to 08.04.00.002 releaseRyan Eatmon
Updated the ti-linux-fw version for 08.04.00.002 Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2022-06-23linux-ti-staging-rt: Bump to 08.04.00.002 releaseRyan Eatmon
Updated the linux rt version for 08.04.00.002 Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2022-06-23linux-ti-staging: Bump to 08.04.00.002 releaseRyan Eatmon
Updated the linux version for 08.04.00.002 Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2022-06-23u-boot-ti-staging: Bump to 08.04.00.002 releaseRyan Eatmon
Updated the u-boot version for 08.04.00.002 Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2022-06-23conf: machine: wic: Fix HS image boot partitionManorit Chawdhry
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>
2022-06-23k3conf: update SRCREV to add J721S2 supportBryan Brattlof
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>
2022-06-20optee: Upgrade to upstream 3.17.0Andrew Davis
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>
2022-06-20trusted-firmware-a: Update to latest upstream masterAndrew Davis
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>
2022-06-16ti-linux-fw: Bump to 08.04.00.001 release08.04.00.001Ryan Eatmon
Updated the ti-linux-fw version for 08.04.00.001 Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2022-06-16linux-ti-staging-rt: Bump to 08.04.00.001 releaseRyan Eatmon
Updated the linux rt version for 08.04.00.001 Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2022-06-16linux-ti-staging: Bump to 08.04.00.001 releaseRyan Eatmon
Updated the linux version for 08.04.00.001 Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2022-06-16u-boot-ti-staging: Bump to 08.04.00.001 releaseRyan Eatmon
Updated the u-boot version for 08.04.00.001 Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2022-06-15u-boot: Bump to verison that supports j721s2-hs-evmRyan Eatmon
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2022-06-15cnm-wave-fw: add compatible for j721s2-hs-evmJayesh Choudhary
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>
2022-06-15ti-graphics: Add j721s2-hs-evm as a compatible machineJayesh Choudhary
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>
2022-06-15j721s2-hs: changes to support new hs platformJayesh Choudhary
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>
2022-06-15ti-rtos-firmware: Add j721s2 hs supportJayesh Choudhary
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>
2022-06-15conf: machine: Add j721s2 hs platformJayesh Choudhary
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>
2022-06-13conf: machine: am64xx: Add missing dtboAndrew Davis
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>
2022-05-20ti-linux-fw: Bump to 08.03.00.005 release08.03.00.005Ryan Eatmon
Updated the ti-linux-fw version for 08.03.00.005 Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2022-05-20linux-ti-staging-rt: Bump to 08.03.00.005 releaseRyan Eatmon
Updated the linux rt version for 08.03.00.005 Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2022-05-20linux-ti-staging: Bump to 08.03.00.005 releaseRyan Eatmon
Updated the linux version for 08.03.00.005 Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2022-05-20u-boot-ti-staging: Bump to 08.03.00.005 releaseRyan Eatmon
Updated the u-boot version for 08.03.00.005 Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2022-05-18conf: machine: am62xx: add new dtb for low-powerPraneeth Bajjuri
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>
2022-05-16ti-linux-fw: Bump to 08.03.00.004 release08.03.00.004Ryan Eatmon
Updated the ti-linux-fw version for 08.03.00.004 Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2022-05-16linux-ti-staging-rt: Bump to 08.03.00.004 releaseRyan Eatmon
Updated the linux rt version for 08.03.00.004 Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2022-05-16linux-ti-staging: Bump to 08.03.00.004 releaseRyan Eatmon
Updated the linux version for 08.03.00.004 Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2022-05-16u-boot-ti-staging: Bump to 08.03.00.004 releaseRyan Eatmon
Updated the u-boot version for 08.03.00.004 Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2022-05-13conf: machine: am62xx Fix overlay extensionRyan Eatmon
The file extension for the overlay needs to be .dtbo. Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2022-05-13ti-tros-firmware: Add DM firmware binary to deploy directory for am62xx-evmAparna M
The DM firmware binary is required for building uboot binaries for am62xx-evm using toplevel makefile in SDK. Add this file to deploy directory so it can be included in prebuilt-images directory of SDK for am62xx-evm. Signed-off-by: Aparna M <a-m1@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2022-05-12ti-graphics: update for 4K/64K page size GPU driversDarren Etheridge
Pull in the GPU KM/UMLIBS that enable the unified 4K/64K page firmware support in the IMG Rogue drivers. Signed-off-by: Darren Etheridge <detheridge@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2022-05-05linux-ti-staging-rt: Bump to 08.03.00.003 release08.03.00.003Ryan Eatmon
Updated the linux rt version for 08.03.00.003 Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2022-05-05linux-ti-staging: Bump to 08.03.00.003 releaseRyan Eatmon
Updated the linux version for 08.03.00.003 Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2022-05-05u-boot-ti-staging: Bump to 08.03.00.003 releaseRyan Eatmon
Updated the u-boot version for 08.03.00.003 Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2022-05-04conf/machine: am62xx: Update build flag for low power modeNishanth Menon
Update build flag for arm-trusted-firmware to include low power mode support K3_PM_SYSTEM_SUSPEND is added in arm-trusted-firmware now which enables low power mode support for am62xx. Signed-off-by: Nishanth Menon <nm@ti.com> Signed-off-by: Praneeth Bajjuri <praneeth@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2022-05-04trusted-firmware-a: upgrade to v2.6+Praneeth Bajjuri
upgrade arm-trusted-firmare to master which is currently v2.6+ This upgrade picks up am62x low power mode feature. Signed-off-by: Praneeth Bajjuri <praneeth@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2022-05-04recipes-bsp: tifs-lpm-stub: Introduce new recipeRyan Eatmon
This firmware stub is required by the TI foundational security software while transitioning to low power mode. Add a recipe for this compatible with am62xx-evm Signed-off-by: Nikhil Devshatwar <nikhil.nd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2022-05-04uio-module-drv: Remove unneeded patch.Ryan Eatmon
Now that we have moved to a newer version, this patch is no longer needed. Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2022-05-02uio-module-drv-test: Fix build with clangRyan Eatmon
Point to an updated SRCREV that fixes a compile error with the clang compiler. Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2022-04-28recipes-kernel: setup-defconfig: Use SRCPV to update KERNEL_LOCALVERSIONNishanth Menon
Due to recent security update[1] in git, a subprocess will be unable to run git rev-parse to fetch revision. So instead, use the SRCPV to parse the short commit ID and set the KERNEL_LOCALVERSION variable. [1] https://github.blog/2022-04-12-git-security-vulnerability-announced/ Inspired-by: Devarsh Thakkar <devarsht@ti.com> Signed-off-by: Nishanth Menon <nm@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2022-04-28u-boot-ti: Use SRCPV instead of SRCREV for U_BOOT_LOCAL_VERSIONNishanth Menon
SRCREV works with fixed commits, but when we use AUTOREV for a downstream distro bbappend, we will end up getting a bad local revision. Lets use SRCPV instead, which bitbake already deals with sensibly. [1] https://www.yoctoproject.org/docs/2.5.1/dev-manual/dev-manual.html#automatically-incrementing-a-binary-package-revision-number Fixes: 39fa0c1d3d02 ("u-boot-ti: Use SRCREV to get short commit ID") Suggested-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Nishanth Menon <nm@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2022-04-27ti-linux-fw: Bump to 08.03.00.002 release08.03.00.002Ryan Eatmon
Updated the ti-linux-fw version for 08.03.00.002 Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2022-04-27linux-ti-staging-rt: Bump to 08.03.00.002 releaseRyan Eatmon
Updated the linux rt version for 08.03.00.002 Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2022-04-27linux-ti-staging: Bump to 08.03.00.002 releaseRyan Eatmon
Updated the linux version for 08.03.00.002 Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2022-04-27u-boot-ti-staging: Bump to 08.03.00.002 releaseRyan Eatmon
Updated the u-boot version for 08.03.00.002 Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2022-04-25k3conf: Update SRCREV to pick AM62x supportPraneeth Bajjuri
Update the k3conf to the latest SHA. This adds AM62x support. Signed-off-by: Praneeth Bajjuri <praneeth@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2022-04-25conf: machine: am62xx Add missing dtbo fileRyan Eatmon
Add missing k3-am625-sk-csi2-ov5640.dtb required for the camera overlay. Signed-off-by: Ryan Eatmon <reatmon@ti.com> Reviewed-by: Praneeth Bajjuri <praneeth@ti.com>
2022-04-21ipc: ti-rpmsg-char: Update library to 0.4.108.03.00.001Praneeth Bajjuri
Update the ti-rpmsg-char library to 0.4.1 version that enables the support for AM62x SoC family remote processors. Signed-off-by: Praneeth Bajjuri <praneeth@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2022-04-21linux-ti-staging-rt: Bump to 08.03.00.001 releaseRyan Eatmon
Updated the linux rt version for 08.03.00.001 Signed-off-by: Ryan Eatmon <reatmon@ti.com>