summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb
Commit message (Collapse)AuthorAgeFilesLines
* meta-ti: create a sub-layer meta-ti-bsp from existing contentDenys Dmytriyenko2022-02-221-160/+0
| | | | | | | 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>
* ti-sci-fw: Fix for k3-image-gen issue for combined boot imagesYogesh Siraswar2021-12-151-0/+5
| | | | | | | | | 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> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* j721e-sr1_1: Add j721e sr1.1 HS supportYogesh Siraswar2021-12-151-0/+1
| | | | | | | | | | | | | 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> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* j7200-hs: changes to support new hs platformYogesh Siraswar2021-12-151-0/+18
| | | | | | | | | | | | 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> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* ti-sci-fw: changes to build combined boot image for hs buildYogesh Siraswar2021-12-151-2/+19
| | | | | | | | | Added support to build combined boot image for hs build. This required k3 image gen patch that is already merged. Signed-off-by: Yogesh Siraswar <yogeshs@ti.com> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* ti-sci-fw_git: Fix issue with using gp*.bin for TISCI firmwareYogesh Siraswar2021-11-111-1/+2
| | | | | | | | | With ti-sysfs also hosting *gp-cert.bin for am64x hs-fs breaks gp. This patch removes * to directly reference the TISCI firmware Signed-off-by: Yogesh Siraswar <yogeshs@ti.com> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
* ti-linux-fw: Support common inc for all firmwareYogesh Siraswar2021-11-051-2/+2
| | | | | | | | | | | | | Change to support common INC for all firmware This will help with: 1) Eliminating requirement to change multiple recipes for firmware update 2) This will help support AUTOREV Signed-off-by: Yogesh Siraswar <yogeshs@ti.com> Reviewed-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
* meta-ti: convert to new override syntax in honisterDenys Dmytriyenko2021-08-171-14/+14
| | | | | | | | | | Upcoming "honister" release changes the override syntax to improve usability, speed and memory footprint. Update recipes with the new syntax and set layer compatibility to honister. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Tested-by: Paul Barker <paul.barker@sancloud.com> Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
* machine: am64xx-sk: Drop am64xx-sk Machine supportLokesh Vutla2021-05-171-17/+0
| | | | | | | | | With U-Boot supporting both am64xx-evm and am64xx-sk with single defconfig, there is not need for a new machine for am64xx-sk. So, drop support for am64xx-sk machine. Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
* ti-sci-fw: Update J7200/AM64 deploy to install ti-sci-fwLucas Weaver2021-03-271-0/+3
| | | | | | | | | | | The J7200/AM64 ti-sci-fw needs to be installed in the deploy directory so that it can be packaged in Processor SDK bundle This is required because the ti-sci-fw is needed in the installer prebuilt-images in order to build the combined boot image for J7200/AM64 Signed-off-by: Lucas Weaver <l-weaver@ti.com>
* am64xx-sk Add combined boot build supportLokesh Vutla2021-02-101-0/+16
| | | | | | | Add combined boot flow support for the AM64XX SK device. Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com> Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
* ti-sci-fw: Remove incorrect directive for 7200-hsDan Murphy2021-01-211-1/+0
| | | | | | | | | The 7200-hs-evm does not exist as a machine and if it did then this directive should have been j7200-hs. So just remove it as it is unneeded. From: Dan Murphy <dmurphy@ti.com> Signed-off-by: Dan Murphy <dmurphy@ti.com>
* am64xx: Add combined boot build supportDan Murphy2021-01-081-0/+16
| | | | | | | Add combined boot flow support for the AM64XX device. From: Dan Murphy <dmurphy@ti.com> Signed-off-by: Dan Murphy <dmurphy@ti.com>
* ti-sci-fw: Update to 2020.08b system firmwareDan Murphy2020-11-071-0/+5
| | | | Signed-off-by: Dan Murphy <dmurphy@ti.com>
* ti-sci-fw: now Cortex-R5 SPL can also be provided by u-boot-ti-mainlineDenys Dmytriyenko2020-10-141-1/+1
| | | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Dan Murphy <dmurphy@ti.com>
* ti-sci-fw: pick up u-boot-spl.bin from sysroot and simplify dependencyDenys Dmytriyenko2020-08-261-5/+2
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-sci-fw: add support for the new j7200 platformDenys Dmytriyenko2020-08-181-0/+20
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-sci-fw: set PV inside .inc so it's easier to update 3 filesDenys Dmytriyenko2020-08-061-0/+79
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-sci-fw: rename k2g specific version with PV in the nameDenys Dmytriyenko2020-08-061-37/+0
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-linux-firmware: Change TI linux firmware branchDan Murphy2019-02-151-1/+1
| | | | | | | | | | | | Changing the branch that the TI linux firmware is picked up from. As this is a branch that is used for numerous kernel versions so the version needs to be removed from the branch name. Changing ti-linux-firmware-4.1.y to ti-linux-firmware Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-sci-fw: update to the latest 0.1.1-50 versionDan Murphy2017-05-121-3/+3
| | | | | Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-sci-fw: update to the latest 0.1.1-47 versionDan Murphy2017-05-021-3/+3
| | | | | Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-sci-fw: update to the latest 0.1.1-37 versionDenys Dmytriyenko2016-10-251-2/+2
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* conf/recipes: add k2g-ice machine and k2g SOC familyDenys Dmytriyenko2016-10-251-1/+1
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-sci-fw: update to version 0.1.1.22Denys Dmytriyenko2016-09-281-2/+2
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-sci-fw: update to the latest 0.1.1.12Denys Dmytriyenko2016-05-091-2/+2
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-sci-fw: update to the latest version 0.1.1.4Denys Dmytriyenko2016-03-211-2/+2
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-sci-fw: update to 0.1.1.1 versionDenys Dmytriyenko2016-02-121-3/+3
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* qmss-pdsp-fw, ti-sci-fw: update ti-linux-firmware.git branch to ↵Denys Dmytriyenko2015-12-171-3/+3
| | | | | | | ti-linux-firmware-4.1.y Signed-off-by: Denys Dmytriyenko <denys@ti.com> Cc: Dan Murphy <dmurphy@ti.com>
* ti-sci-fw: rename PMMC firmware to TI SCI and update to the latestDenys Dmytriyenko2015-12-041-0/+37
Signed-off-by: Denys Dmytriyenko <denys@ti.com>